public class IntegerType : ValueType {
public IntegerLiteral literal { get; set; } ;
public IntegerType ( Typesymbol type_symbol ) ;
}

public IntegerType ( Typesymbol type_symbol ) ;
public IntegerLiteral literal { get; set; } ;
Created by Valadoc