Interface | Description |
---|---|
PackageDescriptionFileSymbol |
represents a PackageDescriptionFileSymbol.
|
Class | Description |
---|---|
AbstractSymbol |
This abstract class represents the symbols.
|
BracketCloseSymbol |
This class represents the BracketClosesymbol.
|
BracketOpenSymbol |
This class represents the BracketOpensymbol.
|
ColonSignSymbol |
This class represents the colonsign.
|
CommentSymbol |
This class represents the Symbol of a Comment.
|
EmptySymbol |
This class represents the empty symbol.
|
EndSymbol |
This class represents the end symbol.
|
EqualSignSymbol |
This class represents the equalsign.
|
EqualsTildeSymbol | |
IdentifierSymbol |
This class represents the Identifier Symbol.
|
OptionSymbol |
This class represents the option symbol.
|
PackageDescriptionSymbolVisitor |
Visitor for the Symbols.
|
PackageDescriptionSymbolVisitorWithTempRule |
Visitor for the Symbols.
|
PathSymbol |
This class represents the path symbol.
|
PlusSymbol |
This class represents the plussymbol (+).
|
RegExpSymbol |
This class represents the Regular Expression Symbol.
|
RowEndSymbol |
This class represents the row end symbol.
|
StringSymbol |
This class represents String symbol.
|
UnknownSymbol |
This class represents a Unkown Symbol.
|
ValueSymbol |
This class represents the value symbol.
|
VariableSymbol |
This class represents the variable symbol.
|
Exception | Description |
---|---|
WrongTypeError |
is a error, which will be thrown, if the toType-Method will be called with a wrong Type.
|