Uses of Class
com.eu.miscedautils.verilogparser.FVPPort.Direction

Packages that use FVPPort.Direction
com.eu.miscedautils.verilogparser   
 

Uses of FVPPort.Direction in com.eu.miscedautils.verilogparser
 

Methods in com.eu.miscedautils.verilogparser that return FVPPort.Direction
 FVPPort.Direction FVPPort.getDirection()
           
static FVPPort.Direction FVPPort.Direction.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FVPPort.Direction[] FVPPort.Direction.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 FVPPort.Direction
 void FVPPort.setDirection(FVPPort.Direction direction)
           
 

Constructors in com.eu.miscedautils.verilogparser with parameters of type FVPPort.Direction
FVPPort(FVPNet net, FVPPort.Direction direction, java.lang.Integer line)