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

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

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

Methods in com.eu.miscedautils.vhdlparser that return FVhPConstraint.Type
 FVhPConstraint.Type FVhPConstraint.getType()
           
static FVhPConstraint.Type FVhPConstraint.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FVhPConstraint.Type[] FVhPConstraint.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 FVhPConstraint.Type
 void FVhPConstraint.setType(FVhPConstraint.Type type)
           
 

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