public override AbstractSyntaxTreeNode applyToThisContextToken(ThisContextToken operand) { return(Context.newThisContextNode()); }
public virtual T applyToThisContextToken(ThisContextToken operand) { return(applyToParseTreeNode(operand)); }