Class Summary |
ClassLiteralReplacer |
The class ClassLiteralReplacer
|
EvaluationShuttle |
The class EvaluationShuttle is a Visitor role
in the Visitor pattern and this also visits each child
ParseTree object from left to right. |
ExpansionApplier |
The class ExpansionApplier is an evaluator of each
objects of ParseTree family. |
MemberAccessCorrector |
The class MemberAccessCorrector
|
ParseTreeTranslator |
The class ParseTreeTranslator can be inherited by
subclasses to make traditonal translation. |
ParseTreeVisitor |
The class ParseTreeVisitor is a Visitor role
in the Visitor pattern and visits ParseTree objects
as the role of Element. |
PartialParser |
The PartialParser class is
an utilty class to make ptree objects from string. |
ScopeHandler |
The class ScopeHandler
|
SourceCodeWriter |
The class SourceCodeWriter is a Visitor role
in the Visitor pattern and this also visits each child
ParseTree object from left to right. |
TypeNameQualifier |
The class TypeNameQualifier is a utility class
to be usede for making a copy of ptree work well without import
statements. |
VariableBinder |
The class VariableBinder
|