Base class of all nodes that represent literal values such as 123 and "foo".
Inheritance: LNode
Beispiel #1
0
 public abstract void Visit(LiteralNode node);
Beispiel #2
0
		public abstract void Visit(LiteralNode node);