Uses of Class
uk.co.cogitolearning.cogpar.VariableExpressionNode
-
Packages that use VariableExpressionNode Package Description uk.co.cogitolearning.cogpar -
-
Uses of VariableExpressionNode in uk.co.cogitolearning.cogpar
Methods in uk.co.cogitolearning.cogpar with parameters of type VariableExpressionNode Modifier and Type Method Description voidExpressionNodeVisitor. visit(VariableExpressionNode node)voidSetVariable. visit(VariableExpressionNode node)Checks the nodes name against the name to set and sets the value if the two strings match
-