Uses of Class
de.upb.hni.vmagic.type.IntegerType

Packages that use IntegerType
de.upb.hni.vmagic.builtin Contains wrapper classes for default VHDL language and library elements. 
de.upb.hni.vmagic.type Contains type meta classes. 
 

Uses of IntegerType in de.upb.hni.vmagic.builtin
 

Fields in de.upb.hni.vmagic.builtin declared as IntegerType
static IntegerType Standard.INTEGER
          INTEGER type.
static IntegerType Standard.REAL
          REAL type.
 

Uses of IntegerType in de.upb.hni.vmagic.type
 

Methods in de.upb.hni.vmagic.type with parameters of type IntegerType
protected  void TypeVisitor.visitIntegerType(IntegerType type)
          Visits an integer type.