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

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

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

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

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