Uses of Class
com.eu.miscedautils.vhdlparser.FVhPExprBinary.OpType

Packages that use FVhPExprBinary.OpType
com.eu.miscedautils.vhdlparser   
 

Uses of FVhPExprBinary.OpType in com.eu.miscedautils.vhdlparser
 

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

Constructors in com.eu.miscedautils.vhdlparser with parameters of type FVhPExprBinary.OpType
FVhPExprBinary(java.lang.Integer line, FVhPExprBase left, FVhPExprBase right, FVhPExprBinary.OpType op)