|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcz.cuni.amis.pogamut.shady.ShadyParser
public class ShadyParser
| Field Summary | |
|---|---|
Token |
jj_nt
Next token. |
Token |
token
Current token. |
ShadyParserTokenManager |
token_source
Generated Token Manager. |
| Fields inherited from interface cz.cuni.amis.pogamut.shady.ShadyParserConstants |
|---|
CHARACTER_LITERAL, DECIMAL_LITERAL, DEFAULT, EOF, EQ, EXPONENT, FLOATING_POINT_LITERAL, GE, GT, IDENTIFIER, LE, LETTER, LT, NE, PART_LETTER, STRING_LITERAL, tokenImage |
| Constructor Summary | |
|---|---|
ShadyParser(InputStream stream)
Constructor with InputStream. |
|
ShadyParser(InputStream stream,
String encoding)
Constructor with InputStream and supplied encoding |
|
ShadyParser(Reader stream)
Constructor. |
|
ShadyParser(ShadyParserTokenManager tm)
Constructor with generated Token Manager. |
|
| Method Summary | |
|---|---|
IArgument |
arg()
|
List<IArgument> |
args()
|
NodeCall |
call()
|
void |
disable_tracing()
Disable tracing. |
NodeElement |
element()
|
void |
enable_tracing()
Enable tracing. |
ParseException |
generateParseException()
Generate ParseException. |
Token |
getNextToken()
Get the next Token. |
Token |
getToken(int index)
Get the specific Token. |
String |
name()
|
ShadeNode |
node()
|
ShadeTree |
plan()
|
IQuery |
priority()
|
QueryCall |
queryCall()
|
void |
ReInit(InputStream stream)
Reinitialise. |
void |
ReInit(InputStream stream,
String encoding)
Reinitialise. |
void |
ReInit(Reader stream)
Reinitialise. |
void |
ReInit(ShadyParserTokenManager tm)
Reinitialise. |
IQuery |
trigger()
|
IQuery |
value()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public ShadyParserTokenManager token_source
public Token token
public Token jj_nt
| Constructor Detail |
|---|
public ShadyParser(InputStream stream)
public ShadyParser(InputStream stream,
String encoding)
public ShadyParser(Reader stream)
public ShadyParser(ShadyParserTokenManager tm)
| Method Detail |
|---|
public final ShadeTree plan()
throws ParseException
ParseException
public final ShadeNode node()
throws ParseException
ParseException
public final NodeElement element()
throws ParseException
ParseException
public final IQuery priority()
throws ParseException
ParseException
public final IQuery trigger()
throws ParseException
ParseException
public final IQuery value()
throws ParseException
ParseException
public final QueryCall queryCall()
throws ParseException
ParseException
public final NodeCall call()
throws ParseException
ParseException
public final List<IArgument> args()
throws ParseException
ParseException
public final IArgument arg()
throws ParseException
ParseException
public final String name()
throws ParseException
ParseExceptionpublic void ReInit(InputStream stream)
public void ReInit(InputStream stream,
String encoding)
public void ReInit(Reader stream)
public void ReInit(ShadyParserTokenManager tm)
public final Token getNextToken()
public final Token getToken(int index)
public ParseException generateParseException()
public final void enable_tracing()
public final void disable_tracing()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||