MINI SHELL

Server : Apache/2.2.2 (Fedora)
System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686
User : apache ( 48)
PHP Version : 5.2.9
Disable Function : NONE
Directory :  /usr/share/javadoc/regexp/org/apache/regexp/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/share/javadoc/regexp/org/apache/regexp/RESyntaxException-uses.html
<?xml version="1.0" encoding="US-ASCII"?>
<!DOCTYPE html PUBLIC "-//gnu.org///DTD XHTML 1.1 plus Target 1.0//EN" "../../../resources/xhtml11-target10.dtd"><html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><title>RESyntaxException (Jakarta-Regexp 1.3 API)</title><script src="../../../resources/gjdoc.js" type="text/javascript"><!-- this comment required for konqueror 3.2.2 --></script><meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"/><meta name="generator" content="GNU Gjdoc Standard Doclet"/><link rel="stylesheet" type="text/css" href="../../../resources/gjdochtml-clean-layout.css" title="GNU Clean"/><link rel="stylesheet" type="text/css" href="../../../resources/gjdochtml-clean-color1.css" title="GNU Clean"/></head><body class="content uses" onload="if(parent.contentPageLoaded)parent.contentPageLoaded(document.title)"><table class="navbar div top"><tr><td class="navbar div top"><div class="navbar div top"><span class="navbar item enabled"><a href="../../../overview-summary.html">Overview</a></span> <span class="navbar item enabled"><a href="package-summary.html">Package</a></span> <span class="navbar item enabled"><a href="RESyntaxException.html">Class</a></span> <span class="navbar item active">Use</span> <span class="navbar item enabled"><a href="tree.html">Tree</a></span> <span class="navbar item enabled"><a href="../../../alphaindex.html">Index</a></span> <span class="navbar item enabled"><a href="../../../deprecated.html">Deprecated</a></span> <span class="navbar item enabled"><a href="../../../about.html">About</a></span></div></td></tr><tr><td class="navi"></td><td class="navi"><a href="../../../index.html" title="Show in a frameset" target="_top">Frames</a> | <a href="RESyntaxException-uses.html" title="Show without frames" target="_top">No Frames</a> </td></tr></table><h1 class="usage title">Uses of Class org.apache.regexp.RESyntaxException</h1><h2 class="usage package title">Uses in package org.apache.regexp</h2><table class="usage summary" border="1" width="100%"><tr class="table header"><td colspan="2"><h3 class="table header">Constructors which throw type org.apache.regexp.RESyntaxException</h3></td></tr><tr><td class="right"><div class="synopsis"><a href="../../../org/apache/regexp/RE.html" title="Class in org.apache.regexp">RE</a>.<a href="../../../org/apache/regexp/RE.html#RE(String)">RE</a>(String&nbsp;pattern)</div><div class="description"> Constructs a regular expression matcher from a String by compiling it
 using a new instance of RECompiler.</div></td></tr><tr><td class="right"><div class="synopsis"><a href="../../../org/apache/regexp/RE.html" title="Class in org.apache.regexp">RE</a>.<a href="../../../org/apache/regexp/RE.html#RE(String,int)">RE</a>(String&nbsp;pattern, int&nbsp;matchFlags)</div><div class="description"> Constructs a regular expression matcher from a String by compiling it
 using a new instance of RECompiler.</div></td></tr></table><table class="usage summary" border="1" width="100%"><tr class="table header"><td colspan="2"><h3 class="table header">Methods which throw type org.apache.regexp.RESyntaxException</h3></td></tr><tr><td class="left">int</td><td class="right"><div class="synopsis"><a href="../../../org/apache/regexp/RECompiler.html" title="Class in org.apache.regexp">RECompiler</a>.<a href="../../../org/apache/regexp/RECompiler.html#atom()">atom</a>()</div><div class="description"> Absorb an atomic character string.</div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../../../org/apache/regexp/RECompiler.html" title="Class in org.apache.regexp">RECompiler</a>.<a href="../../../org/apache/regexp/RECompiler.html#bracket()">bracket</a>()</div><div class="description"> Match bracket {m,n} expression put results in bracket member variables
</div></td></tr><tr><td class="left">int</td><td class="right"><div class="synopsis"><a href="../../../org/apache/regexp/RECompiler.html" title="Class in org.apache.regexp">RECompiler</a>.<a href="../../../org/apache/regexp/RECompiler.html#branch(int[])">branch</a>(int[]&nbsp;flags)</div><div class="description"> Compile one branch of an or operator (implements concatenation)
</div></td></tr><tr><td class="left">int</td><td class="right"><div class="synopsis"><a href="../../../org/apache/regexp/RECompiler.html" title="Class in org.apache.regexp">RECompiler</a>.<a href="../../../org/apache/regexp/RECompiler.html#characterClass()">characterClass</a>()</div><div class="description"> Compile a character class
</div></td></tr><tr><td class="left">int</td><td class="right"><div class="synopsis"><a href="../../../org/apache/regexp/RECompiler.html" title="Class in org.apache.regexp">RECompiler</a>.<a href="../../../org/apache/regexp/RECompiler.html#closure(int[])">closure</a>(int[]&nbsp;flags)</div><div class="description"> Compile a possibly closured terminal
</div></td></tr><tr><td class="left"><a href="../../../org/apache/regexp/REProgram.html" title="Class in org.apache.regexp">REProgram</a></td><td class="right"><div class="synopsis"><a href="../../../org/apache/regexp/RECompiler.html" title="Class in org.apache.regexp">RECompiler</a>.<a href="../../../org/apache/regexp/RECompiler.html#compile(String)">compile</a>(String&nbsp;pattern)</div><div class="description"> Compiles a regular expression pattern into a program runnable by the pattern
 matcher class 'RE'.</div></td></tr><tr><td class="left"><a href="../../../org/apache/regexp/RE.html" title="Class in org.apache.regexp">RE</a></td><td class="right"><div class="synopsis"><a href="../../../org/apache/regexp/REUtil.html" title="Class in org.apache.regexp">REUtil</a>.<a href="../../../org/apache/regexp/REUtil.html#createRE(String)">createRE</a>(String&nbsp;expression)</div><div class="description"> Creates a regular expression, permitting simple or complex syntax 
</div></td></tr><tr><td class="left"><a href="../../../org/apache/regexp/RE.html" title="Class in org.apache.regexp">RE</a></td><td class="right"><div class="synopsis"><a href="../../../org/apache/regexp/REUtil.html" title="Class in org.apache.regexp">REUtil</a>.<a href="../../../org/apache/regexp/REUtil.html#createRE(String,int)">createRE</a>(String&nbsp;expression, int&nbsp;matchFlags)</div><div class="description"> Creates a regular expression, permitting simple or complex syntax 
</div></td></tr><tr><td class="left">char</td><td class="right"><div class="synopsis"><a href="../../../org/apache/regexp/RECompiler.html" title="Class in org.apache.regexp">RECompiler</a>.<a href="../../../org/apache/regexp/RECompiler.html#escape()">escape</a>()</div><div class="description"> Match an escape sequence.</div></td></tr><tr><td class="left">int</td><td class="right"><div class="synopsis"><a href="../../../org/apache/regexp/RECompiler.html" title="Class in org.apache.regexp">RECompiler</a>.<a href="../../../org/apache/regexp/RECompiler.html#expr(int[])">expr</a>(int[]&nbsp;flags)</div><div class="description"> Compile an expression with possible parens around it.</div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../../../org/apache/regexp/RECompiler.html" title="Class in org.apache.regexp">RECompiler</a>.<a href="../../../org/apache/regexp/RECompiler.html#syntaxError(String)">syntaxError</a>(String&nbsp;s)</div><div class="description"> Throws a new syntax error exception
</div></td></tr><tr><td class="left">int</td><td class="right"><div class="synopsis"><a href="../../../org/apache/regexp/RECompiler.html" title="Class in org.apache.regexp">RECompiler</a>.<a href="../../../org/apache/regexp/RECompiler.html#terminal(int[])">terminal</a>(int[]&nbsp;flags)</div><div class="description"> Match a terminal node.</div></td></tr></table><p class="navbar bottom spacer"> </p><table class="navbar div bottom"><tr><td><div class="navbar div top"><span class="navbar item enabled"><a href="../../../overview-summary.html">Overview</a></span> <span class="navbar item enabled"><a href="package-summary.html">Package</a></span> <span class="navbar item enabled"><a href="RESyntaxException.html">Class</a></span> <span class="navbar item active">Use</span> <span class="navbar item enabled"><a href="tree.html">Tree</a></span> <span class="navbar item enabled"><a href="../../../alphaindex.html">Index</a></span> <span class="navbar item enabled"><a href="../../../deprecated.html">Deprecated</a></span> <span class="navbar item enabled"><a href="../../../about.html">About</a></span></div></td></tr></table><hr/>Copyright &copy; 2001-2003 Apache Software Foundation. All Rights Reserved.</body></html>

Anon7 - 2021