lab8
Interface ConstantString

All Superinterfaces:
ASTNodeIsh, NodeDumpable, StringTypeProducing

public interface ConstantString
extends StringTypeProducing

A node that produces a constant String value


Method Summary
 java.lang.String getVal()
          The String value of this node
 
Methods inherited from interface lab7.NodeDumpable
dump
 

Method Detail

getVal

java.lang.String getVal()
The String value of this node