Uses of Class
com.eu.miscedautils.vhdlparser.FVhPGenerateStatement.SchemeType

Packages that use FVhPGenerateStatement.SchemeType
com.eu.miscedautils.vhdlparser   
 

Uses of FVhPGenerateStatement.SchemeType in com.eu.miscedautils.vhdlparser
 

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

Constructors in com.eu.miscedautils.vhdlparser with parameters of type FVhPGenerateStatement.SchemeType
FVhPGenerateStatement(java.lang.Integer line, FVhPGenerateStatement.SchemeType type, FVhPLoopParameter param, FVhPExprBase cond)