|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--xpointer.parsing.Lexer
Given an expression, the lexer builds an array of tokens. The array is made up of couples: the first element identifies the scheme type, the second element contains the schemedata.
Constructor Summary | |
Lexer(java.lang.String expr)
Creates new Lexer |
Method Summary | |
void |
analyzeExpression()
Tokenize an expression. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Lexer(java.lang.String expr)
the
- string to be analayzedMethod Detail |
public void analyzeExpression()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |