Uses of Class
com.eu.miscedautils.vhdlparser.FVhPTypeDecl.Type

Packages that use FVhPTypeDecl.Type
com.eu.miscedautils.vhdlparser   
 

Uses of FVhPTypeDecl.Type in com.eu.miscedautils.vhdlparser
 

Methods in com.eu.miscedautils.vhdlparser that return FVhPTypeDecl.Type
 FVhPTypeDecl.Type FVhPTypeDefBase.getType()
           
static FVhPTypeDecl.Type FVhPTypeDecl.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FVhPTypeDecl.Type[] FVhPTypeDecl.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.eu.miscedautils.vhdlparser with parameters of type FVhPTypeDecl.Type
 void FVhPTypeDefBase.setType(FVhPTypeDecl.Type type)
           
 

Constructors in com.eu.miscedautils.vhdlparser with parameters of type FVhPTypeDecl.Type
FVhPTypeDefBase(FVhPTypeDecl.Type typ, java.lang.Integer line)