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

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

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

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

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