Package pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree

Interface Summary
AbstractSyntaxTreeTypes  
 

Class Summary
AbstractSyntaxTree The Expression class represents the abstract syntax tree.
ActualParametersList  
Expression The Expression class represents the expression nodes in the abstract syntax tree.
FormalParametersList The FormalParametersList class represents the formal parameter list nodes in the abstract syntax tree.
LastFormalParametersList The LastFormalParametersList class represents the tail of formal parameter list nodes in the abstract syntax tree.
LastStatementList The LastStatementList class represents the tail of statement list nodes in the abstract syntax tree.
PairFormalParametersList The LastFormalParametersList class represents the pair of formal parameter list nodes in the abstract syntax tree.
PairStatementList The LastStatementList class represents the pair of statement list nodes in the abstract syntax tree.
Statement The Statement class represents the statement nodes in the abstract syntax tree.
StatementList The StatementList class represents the statement list nodes in the abstract syntax tree.