|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Classes in inf.compilers used by inf.compilers | |
---|---|
ExpressivenessException
This type of Exception will be thrown during a translation by a SyntaxAdaptor if the target representation is not expressive enough for the current content. |
|
LexicalAnalyzer
This class is a relatively simple lexical analyzer that can be used to break a given input stream of characters into tokens. |
|
LexicalAnalyzer.RegexNode
Regular expressions are internally represented as trees. |
|
LexicalAnalyzer.TokenType
This class represents a single token type. |
|
SyntaxAdaptable
This interface declares an instance to have one or more external syntactical representations, which is given by a sequence of characters. |
|
SyntaxAdaptor
This interface represents an adaptor between an internal Java object that exists in memory and an external representation of this object as a sequence of characters. |
|
SyntaxAdaptorRegistry
This class can be used to specify the SyntaxAdaptors that are to be used for a given combination of an internal representation class and an external syntactical language. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |