Uses of Class
com.eu.miscedautils.vhdlparser.FVhPPort.Direction

Packages that use FVhPPort.Direction
com.eu.miscedautils.vhdlparser   
 

Uses of FVhPPort.Direction in com.eu.miscedautils.vhdlparser
 

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