Package adalogo.lang

Interface Summary

LangConstants
LangTreeConstants
LangVisitor
Node

Class Summary

ASTAdditionNode
ASTAndNode
ASTAssignmentIdentifier
ASTAssignmentStatement
ASTBooleanDeclarationNode
ASTCompilationUnit
ASTDashNode
ASTDeclaration
ASTDivisionNode
ASTElsePart
ASTElsifPart
ASTEqualNode
ASTExitStatement
ASTFalseNode
ASTForIdentifier
ASTForReverse
ASTForStatement
ASTForwardStatement
ASTGetXExpression
ASTGetYExpression
ASTGreaterEqualNode
ASTGreaterThanNode
ASTIdentifier
ASTIfStatement
ASTIntegerDeclarationNode
ASTIntegerLiteral
ASTJumpToStatement
ASTLessEqualNode
ASTLessThanNode
ASTLoopStatement
ASTMaxExpression
ASTMinExpression
ASTModNode
ASTMultiplicationNode
ASTNewLineStatement
ASTNotEqualNode
ASTNotNode
ASTNullStatement
ASTOrNode
ASTPenDownStatement
ASTPenUpStatement
ASTProcedureCallStatement
ASTProcedureCallStatementIdentifier
ASTProcedureCallStatementParameters
ASTProcedureDeclaration
ASTProcedureDeclarationIdentifier
ASTProcedureDeclarationParameters
ASTPutLineStatement
ASTPutStatement
ASTRandomExpression
ASTRemNode
ASTResetTurtleStatement
ASTSemi
ASTSequenceOfStatement
ASTStringLiteral
ASTSubtractionNode
ASTTrueNode
ASTTurnStatement
ASTTurnToStatement
ASTVariableDeclaration
ASTVariableDeclarationIdentifier
ASTWhileStatement
Lang
LangTokenManager
ParseException This exception is thrown when parse errors are encountered.
SimpleCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleNode
SimpleNode.SimpleNodeGetValueException Exception class, uses by SimpleNode.getValue()
Token Describes the input token stream.
TokenMgrError