lab8
Interface ConstantFloat

All Superinterfaces:
ASTNodeIsh, FloatTypeProducing, NodeDumpable

public interface ConstantFloat
extends FloatTypeProducing

A node that produces a constant integer value


Method Summary
 float getVal()
          The integer value of this node
 
Methods inherited from interface lab7.NodeDumpable
dump
 

Method Detail

getVal

float getVal()
The integer value of this node