コード例 #1
0
 public override AbstractSyntaxTreeNode applyToLexicalLiteralValue(LexicalLiteralValue operand)
 {
     return(operand.LiteralToken.valueBy(this));
 }
コード例 #2
0
 public virtual T applyToLexicalLiteralValue(LexicalLiteralValue operand)
 {
     return(applyToParseTreeNode(operand));
 }