Exemplo n.º 1
0
 public override AbstractSyntaxTreeNode applyToLexicalLiteralValue(LexicalLiteralValue operand)
 {
     return(operand.LiteralToken.valueBy(this));
 }
Exemplo n.º 2
0
 public virtual T applyToLexicalLiteralValue(LexicalLiteralValue operand)
 {
     return(applyToParseTreeNode(operand));
 }