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