|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use gate.yam.parse | |
---|---|
gate.yam | Main interface to the YAM language. |
gate.yam.parse | Parsing of the YAM language. |
gate.yam.translate | Translation of YAM to other languages. |
Classes in gate.yam.parse used by gate.yam | |
---|---|
YamParseTree
The parse tree and related state created by parsing a YAM file. |
Classes in gate.yam.parse used by gate.yam.parse | |
---|---|
Node
|
|
ParseException
This exception is thrown when parse errors are encountered. |
|
SimpleCharStream
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing). |
|
SimpleNode
Node implementation class mostly generated by JJTree. |
|
Token
Describes the input token stream. |
|
YamNode
Parent of SimpleNode that adds state needed
for YAM translators. |
|
YamParser
A parser for YAM. |
|
YamParserConstants
|
|
YamParserTokenManager
|
|
YamParserTreeConstants
|
|
YamParseTree
The parse tree and related state created by parsing a YAM file. |
Classes in gate.yam.parse used by gate.yam.translate | |
---|---|
SimpleNode
Node implementation class mostly generated by JJTree. |
|
Token
Describes the input token stream. |
|
YamParserTreeConstants
|
|
YamParseTree
The parse tree and related state created by parsing a YAM file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |