|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTree | +--pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.Expression | +--pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.UnaryExpression | +--pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.ParametricExpression
The ParametricExpression
class represents the unary
parametric expression nodes in the
abstract syntax tree.
Field Summary | |
IdentifierTerminal |
i
|
Fields inherited from class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.UnaryExpression |
r |
Constructor Summary | |
ParametricExpression(Expression l)
Creates a new unary parametric expression node with the given expression l . |
Method Summary | |
void |
accept(Visitor v)
Method responsible for traversing the abstract syntax tree structure. |
Methods inherited from class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.UnaryExpression |
show |
Methods inherited from class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTree |
getLongestTypeAsSpacesString, getPreparedTypeAsString, getSpellingAndPosition, getTypeAsString, show |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public IdentifierTerminal i
Constructor Detail |
public ParametricExpression(Expression l)
l
.l
- any expression.Method Detail |
public void accept(Visitor v) throws EvalException
accept
in class AbstractSyntaxTree
v
- the visitor.EvalException
- if evaluation fails.Visitor
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |