Uses of Class
com.eu.miscedautils.verilogparser.FVPNet

Packages that use FVPNet
com.eu.miscedautils.verilogparser   
 

Uses of FVPNet in com.eu.miscedautils.verilogparser
 

Methods in com.eu.miscedautils.verilogparser that return FVPNet
 FVPNet FVPModule.findNet(java.lang.String name)
           
 FVPNet FVPPort.getNet()
           
 FVPNet FVPModule.getNet(java.lang.String name)
           
 

Methods in com.eu.miscedautils.verilogparser that return types with arguments of type FVPNet
 java.util.LinkedList<FVPNet> FVPModule.findDeclaredNetsAndPortNets()
           
 java.util.LinkedList<FVPNet> FVPExprTernary.getConstituentNetList()
           
 java.util.LinkedList<FVPNet> FVPExprDelayMinTypMax.getConstituentNetList()
           
 java.util.LinkedList<FVPNet> FVPExprEdge.getConstituentNetList()
           
 java.util.LinkedList<FVPNet> FVPExprStar.getConstituentNetList()
           
 java.util.LinkedList<FVPNet> FVPExprReal.getConstituentNetList()
           
abstract  java.util.LinkedList<FVPNet> FVPExprBase.getConstituentNetList()
           
 java.util.LinkedList<FVPNet> FVPExprDefine.getConstituentNetList()
           
 java.util.LinkedList<FVPNet> FVPExprLvalue.getConstituentNetList()
           
 java.util.LinkedList<FVPNet> FVPExprBitSelect.getConstituentNetList()
           
 java.util.LinkedList<FVPNet> FVPExprBinary.getConstituentNetList()
           
 java.util.LinkedList<FVPNet> FVPExprPartSelect.getConstituentNetList()
           
 java.util.LinkedList<FVPNet> FVPExprSystemFuncionCall.getConstituentNetList()
           
 java.util.LinkedList<FVPNet> FVPExprInteger.getConstituentNetList()
           
 java.util.LinkedList<FVPNet> FVPExprString.getConstituentNetList()
           
 java.util.LinkedList<FVPNet> FVPExprUnary.getConstituentNetList()
           
 java.util.LinkedList<FVPNet> FVPExprFuncionCall.getConstituentNetList()
           
 java.util.LinkedList<FVPNet> FVPExprConcat.getConstituentNetList()
           
 

Methods in com.eu.miscedautils.verilogparser with parameters of type FVPNet
 FVPBase FVPRemoveHierarchy.flattenNet(FVPNet net)
           
 FVPBase FVPCreateHierarchy.processNet(FVPNet net)
           
 void FVPPort.setNet(FVPNet net)
           
 void FVPRemoveAssignments.traverseNet(FVPNet net)
           
 

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