|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.query.regex.RegExp
org.basex.query.regex.Literal
public class Literal
A character literal.
Constructor Summary | |
---|---|
Literal(int cp)
Constructor. |
Method Summary | |
---|---|
static java.lang.String |
escape(int cp)
Escapes the given code point for a regular expression. |
Methods inherited from class org.basex.query.regex.RegExp |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Literal(int cp)
cp
- Unicode code pointMethod Detail |
---|
public static java.lang.String escape(int cp)
cp
- code point
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |