Uses of Class
com.eu.miscedautils.verilogparser.FVPExprBinary.OpType

Packages that use FVPExprBinary.OpType
com.eu.miscedautils.verilogparser   
 

Uses of FVPExprBinary.OpType in com.eu.miscedautils.verilogparser
 

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

Methods in com.eu.miscedautils.verilogparser with parameters of type FVPExprBinary.OpType
 void FVPExprBinary.setOptype(FVPExprBinary.OpType optype)
           
 

Constructors in com.eu.miscedautils.verilogparser with parameters of type FVPExprBinary.OpType
FVPExprBinary(java.lang.Integer line, FVPExprBase left, FVPExprBase right, FVPExprBinary.OpType op)