|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use jelan.simple | |
---|---|
jelan.simple |
Classes in jelan.simple used by jelan.simple | |
---|---|
BinaryExpression
|
|
CharToken
A token represented by a single character, e.g., '*', ';', '[', and so on equals compares a CharToken as equal to another CharToken encapsulating the same character |
|
Context
|
|
ElanParser
Illustrates the java.io.StreamTokenizer class and how it can be used to parse tokens for a toy example programming language (elan). |
|
EOFToken
This represents an end-of-file token Uses the singleton pattern since there's no reason to have more than one such token. |
|
EOLToken
This represents an end-of-line token Uses the singleton pattern since there's no reason to have more than one such token. |
|
Expression
|
|
GrammarElement
|
|
Token
currently this is a flag interface |
|
UnaryExpression
|
|
Variable
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |