|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--openjava.syntax.AbstractSyntaxRule | +--openjava.syntax.NameRule
The interface NameRule
For example
Object
Constructor Summary | |
NameRule()
|
Method Summary | |
ParseTree |
consume(TokenSource token_src)
Consumes a dot-separated name like java.lang.String. |
Variable |
consumeQualifiedName(TokenSource token_src)
To override for modifying rule. |
protected static boolean |
lookaheadRest(TokenSource token_src)
A hard-coded lookahead for performance reason. |
Methods inherited from class openjava.syntax.AbstractSyntaxRule |
getSyntaxException,
lookahead |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public NameRule()
Method Detail |
public final ParseTree consume(TokenSource token_src) throws SyntaxException
token_src
- token sourceVariable
object.Variable
public Variable consumeQualifiedName(TokenSource token_src) throws SyntaxException
protected static final boolean lookaheadRest(TokenSource token_src)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |