Exemplo n.º 1
0
 public override AbstractSyntaxTreeNode applyToPseudoVariableReference(PseudoVariableReference operand)
 {
     return(operand.PseudoVariable.valueBy(this));
 }
Exemplo n.º 2
0
 public virtual T applyToPseudoVariableReference(PseudoVariableReference operand)
 {
     return(applyToParseTreeNode(operand));
 }