Uses of Class
com.eu.miscedautils.verilogparser.FVPExprEdge.EdgeType

Packages that use FVPExprEdge.EdgeType
com.eu.miscedautils.verilogparser   
 

Uses of FVPExprEdge.EdgeType in com.eu.miscedautils.verilogparser
 

Methods in com.eu.miscedautils.verilogparser that return FVPExprEdge.EdgeType
 FVPExprEdge.EdgeType FVPExprEdge.getEdgeType()
           
static FVPExprEdge.EdgeType FVPExprEdge.EdgeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FVPExprEdge.EdgeType[] FVPExprEdge.EdgeType.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 FVPExprEdge.EdgeType
 void FVPExprEdge.setEdgeType(FVPExprEdge.EdgeType edgetype)
           
 

Constructors in com.eu.miscedautils.verilogparser with parameters of type FVPExprEdge.EdgeType
FVPExprEdge(java.lang.Integer line, FVPExprEdge.EdgeType edge, FVPExprBase obj)