ast
Class FloatType

java.lang.Object
  |
  +--ast.Type
        |
        +--ast.FloatType

public class FloatType
extends Type


Fields inherited from class ast.Type
line
 
Constructor Summary
FloatType(int line)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FloatType

public FloatType(int line)