ast
Class CharType

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

public class CharType
extends Type


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

Constructor Detail

CharType

public CharType(int line)