Example #1
0
 public override AbstractSyntaxTreeNode applyToThisContextToken(ThisContextToken operand)
 {
     return(Context.newThisContextNode());
 }
Example #2
0
 public virtual T applyToThisContextToken(ThisContextToken operand)
 {
     return(applyToParseTreeNode(operand));
 }