ast
Class AbsType

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

public class AbsType
extends Type


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

Field Detail

block

public Block block
Constructor Detail

AbsType

public AbsType(int line,
               Block block)