lab8
Interface ConstantProducing

All Superinterfaces:
ASTNodeIsh, NodeDumpable

public interface ConstantProducing
extends ASTNodeIsh

A node that produces an ldc-type constant value


Method Summary
 java.lang.String getConstant()
           
 
Methods inherited from interface lab7.NodeDumpable
dump
 

Method Detail

getConstant

java.lang.String getConstant()