|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TokenSubType | |
|---|---|
| marf.nlp.Parsing | |
| marf.nlp.Parsing.GrammarCompiler | |
| Uses of TokenSubType in marf.nlp.Parsing |
|---|
| Fields in marf.nlp.Parsing declared as TokenSubType | |
|---|---|
protected TokenSubType |
Token.oTokenType
Token type. |
| Methods in marf.nlp.Parsing that return TokenSubType | |
|---|---|
TokenSubType |
Token.getTokenType()
Allows accessing the token type. |
| Methods in marf.nlp.Parsing with parameters of type TokenSubType | |
|---|---|
Token |
GenericLexicalAnalyzer.createToken(java.lang.String pstrLexeme,
TokenSubType poTokenSubType)
Creates an instance of a Token data structure
provided its type and lexeme, and location is calculated
dynamically by the StreamTokenizer. |
void |
Token.setTokenType(TokenSubType poTokenType)
Sets the value of the token type. |
| Constructors in marf.nlp.Parsing with parameters of type TokenSubType | |
|---|---|
Token(java.lang.String pstrLexeme,
java.awt.Point poPosition,
TokenSubType poTokenType)
Constructor with full parameters. |
|
| Uses of TokenSubType in marf.nlp.Parsing.GrammarCompiler |
|---|
| Subclasses of TokenSubType in marf.nlp.Parsing.GrammarCompiler | |
|---|---|
class |
GrammarTokenType
Represents the data type of a grammar token. |
class |
ProbabilisticGrammarTokenType
Probabilistic Grammar Token Type. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||