Uses of Class
com.eu.miscedautils.verilogparser.FVPAssignment.AssignmentType

Packages that use FVPAssignment.AssignmentType
com.eu.miscedautils.verilogparser   
 

Uses of FVPAssignment.AssignmentType in com.eu.miscedautils.verilogparser
 

Methods in com.eu.miscedautils.verilogparser that return FVPAssignment.AssignmentType
 FVPAssignment.AssignmentType FVPAssignment.getType()
           
 FVPAssignment.AssignmentType FVPSeqAssignment.getType()
           
static FVPAssignment.AssignmentType FVPAssignment.AssignmentType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FVPAssignment.AssignmentType[] FVPAssignment.AssignmentType.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 FVPAssignment.AssignmentType
 void FVPAssignment.setType(FVPAssignment.AssignmentType type)
           
 void FVPSeqAssignment.setType(FVPAssignment.AssignmentType type)
           
 

Constructors in com.eu.miscedautils.verilogparser with parameters of type FVPAssignment.AssignmentType
FVPAssignment(java.lang.Integer line, FVPBase lval, FVPExprBase rval, FVPAssignment.AssignmentType type)
           
FVPSeqAssignment(java.lang.Integer line, FVPBase lval, FVPExprBase rval, FVPAssignment.AssignmentType type)