예제 #1
0
 public override AbstractSyntaxTreeNode applyToLexicalLiteralValue(LexicalLiteralValue operand)
 {
     return(operand.LiteralToken.valueBy(this));
 }
예제 #2
0
 public virtual T applyToLexicalLiteralValue(LexicalLiteralValue operand)
 {
     return(applyToParseTreeNode(operand));
 }