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

Packages that use FVPExprBase
com.eu.miscedautils.shell   
com.eu.miscedautils.veriloginfer   
com.eu.miscedautils.verilogparser   
com.eu.miscedautils.vhdl2verilog   
 

Uses of FVPExprBase in com.eu.miscedautils.shell
 

Methods in com.eu.miscedautils.shell that return FVPExprBase
 FVPExprBase BayaBackBone.buildExprFromStr(java.lang.String exprStr)
           
 

Uses of FVPExprBase in com.eu.miscedautils.veriloginfer
 

Methods in com.eu.miscedautils.veriloginfer that return FVPExprBase
 FVPExprBase InferDFFSyncReset.getD()
           
 FVPExprBase InferDFFSimple.getD()
           
 FVPExprBase InferDFFEnabled.getD()
           
 FVPExprBase InferDFFAsyncReset.getD()
           
 FVPExprBase InferDFFEnabled.getEnableCond()
           
 FVPExprBase InferDFFSyncReset.getResetValue()
           
 FVPExprBase InferDFFAsyncReset.getResetValue()
           
 FVPExprBase InferDFFAsyncPosEdgeResetPosEdgeClk.getResetValue()
           
 FVPExprBase InferDFFAsyncPosEdgeResetNegEdgeClk.getResetValue()
           
 FVPExprBase InferDFFAsyncNegEdgeResetPosEdgeClk.getResetValue()
           
 FVPExprBase InferDFFAsyncNegEdgeResetNegEdgeClk.getResetValue()
           
 FVPExprBase InferDFFSyncReset.getRstCond()
           
 FVPExprBase InferDFFAsyncReset.getRstCond()
           
 

Methods in com.eu.miscedautils.veriloginfer with parameters of type FVPExprBase
 void InferDFFSyncReset.setD(FVPExprBase d)
           
 void InferDFFSimple.setD(FVPExprBase d)
           
 void InferDFFEnabled.setD(FVPExprBase d)
           
 void InferDFFAsyncReset.setD(FVPExprBase d)
           
 void InferDFFEnabled.setEnableCond(FVPExprBase enableCond)
           
 void InferDFFSyncReset.setResetValue(FVPExprBase resetValue)
           
 void InferDFFAsyncReset.setResetValue(FVPExprBase resetValue)
           
 void InferDFFAsyncPosEdgeResetPosEdgeClk.setResetValue(FVPExprBase resetValue)
           
 void InferDFFAsyncPosEdgeResetNegEdgeClk.setResetValue(FVPExprBase resetValue)
           
 void InferDFFAsyncNegEdgeResetPosEdgeClk.setResetValue(FVPExprBase resetValue)
           
 void InferDFFAsyncNegEdgeResetNegEdgeClk.setResetValue(FVPExprBase resetValue)
           
 void InferDFFSyncReset.setRstCond(FVPExprBase rstCond)
           
 void InferDFFAsyncReset.setRstCond(FVPExprBase rstCond)
           
 

Constructors in com.eu.miscedautils.veriloginfer with parameters of type FVPExprBase
InferDFFAsyncNegEdgeResetNegEdgeClk(java.lang.Integer line, java.lang.String name, FVPExprEdge clk, FVPExprEdge rst, FVPExprBase rstVal, FVPBase q, FVPBase d)
           
InferDFFAsyncNegEdgeResetPosEdgeClk(java.lang.Integer line, java.lang.String name, FVPExprEdge clk, FVPExprEdge rst, FVPExprBase rstVal, FVPBase q, FVPBase d)
           
InferDFFAsyncPosEdgeResetNegEdgeClk(java.lang.Integer line, java.lang.String name, FVPExprEdge clk, FVPExprEdge rst, FVPExprBase rstVal, FVPBase q, FVPBase d)
           
InferDFFAsyncPosEdgeResetPosEdgeClk(java.lang.Integer line, java.lang.String name, FVPExprEdge clk, FVPExprEdge rst, FVPExprBase rstVal, FVPBase q, FVPBase d)
           
InferDFFAsyncReset(java.lang.Integer line, java.lang.String name, FVPExprEdge clk, FVPExprEdge rst, FVPExprBase rstCond, FVPBase rstLHS, FVPExprBase rstVal, FVPLvalue q, FVPExprBase d, FVPSeqStmtBase dAssgnStmt, FVPSeqStmtBase rstAssgnStmt)
           
InferDFFEnabled(java.lang.Integer line, java.lang.String name, FVPExprEdge clk, FVPExprBase enableCond, FVPLvalue q, FVPExprBase d, FVPSeqStmtBase dAssgnStmt)
           
InferDFFSimple(java.lang.Integer line, java.lang.String name, FVPExprEdge clk, FVPLvalue q, FVPExprBase d, FVPSeqStmtBase dAssgnStmt)
           
InferDFFSyncReset(java.lang.Integer line, java.lang.String name, FVPExprEdge clk, FVPExprEdge rst, FVPExprBase rstCond, FVPBase rstLHS, FVPExprBase rstVal, FVPLvalue q, FVPExprBase d, FVPSeqStmtBase dAssgnStmt, FVPSeqStmtBase rstAssgnStmt)
           
 

Uses of FVPExprBase in com.eu.miscedautils.verilogparser
 

Subclasses of FVPExprBase in com.eu.miscedautils.verilogparser
 class FVPExprBinary
           
 class FVPExprBitSelect
           
 class FVPExprConcat
           
 class FVPExprDefine
           
 class FVPExprDelayMinTypMax
           
 class FVPExprEdge
           
 class FVPExprFuncionCall
           
 class FVPExprInteger
           
 class FVPExprLvalue
           
 class FVPExprPartSelect
           
 class FVPExprReal
           
 class FVPExprStar
           
 class FVPExprString
           
 class FVPExprSystemFuncionCall
           
 class FVPExprTernary
           
 class FVPExprUnary
           
 

Methods in com.eu.miscedautils.verilogparser that return FVPExprBase
static FVPExprBase FVPUtils.createExpressionFromLvalue(FVPBase lval)
           
 FVPExprBase FVPExprTernary.evaluate()
           
 FVPExprBase FVPSeqIfStmt.evaluate()
           
 FVPExprBase FVPSeqElseStmt.evaluate()
           
abstract  FVPExprBase FVPSeqStmtBase.evaluate()
           
 FVPExprBase FVPExprDelayMinTypMax.evaluate()
           
 FVPExprBase FVPExprEdge.evaluate()
           
 FVPExprBase FVPSeqCaseItem.evaluate()
           
 FVPExprBase FVPExprStar.evaluate()
           
 FVPExprBase FVPInitialBlock.evaluate()
           
 FVPExprBase FVPSeqLoopStatment.evaluate()
           
 FVPExprBase FVPSeqTaskCall.evaluate()
           
 FVPExprBase FVPExprReal.evaluate()
           
abstract  FVPExprBase FVPGenerateBase.evaluate()
           
 FVPExprBase FVPProceduralContinuousAssignment.evaluate()
           
abstract  FVPExprBase FVPExprBase.evaluate()
           
 FVPExprBase FVPExprDefine.evaluate()
           
 FVPExprBase FVPAlwaysBlock.evaluate()
           
 FVPExprBase FVPExprLvalue.evaluate()
           
 FVPExprBase FVPExprBitSelect.evaluate()
           
 FVPExprBase FVPIfGenerate.evaluate()
           
 FVPExprBase FVPSeqNullStatement.evaluate()
           
 FVPExprBase FVPExprBinary.evaluate()
           
 FVPExprBase FVPExprPartSelect.evaluate()
           
 FVPExprBase FVPSystemTaskCall.evaluate()
           
 FVPExprBase FVPExprSystemFuncionCall.evaluate()
           
 FVPExprBase FVPExprInteger.evaluate()
           
 FVPExprBase FVPSeqCaseStatement.evaluate()
           
 FVPExprBase FVPForGenerate.evaluate()
           
 FVPExprBase FVPExprUnary.evaluate()
           
 FVPExprBase FVPSeqWaitStatement.evaluate()
           
 FVPExprBase FVPExprFuncionCall.evaluate()
           
 FVPExprBase FVPExprConcat.evaluate()
           
 FVPExprBase FVPSeqAssignment.evaluate()
           
 FVPExprBase FVPElseGenerate.evaluate()
           
 FVPExprBase FVPRemoveHierarchy.flattenExprBinary(FVPExprBinary val)
           
 FVPExprBase FVPRemoveHierarchy.flattenExprBitSelect(FVPExprBitSelect exprbitsel)
           
 FVPExprBase FVPRemoveHierarchy.flattenExprConcat(FVPExprConcat val)
           
 FVPExprBase FVPRemoveHierarchy.flattenExprDefine(FVPExprDefine val)
           
 FVPExprBase FVPRemoveHierarchy.flattenExprDelay(FVPExprDelayMinTypMax delay)
           
 FVPExprBase FVPRemoveHierarchy.flattenExpression(FVPExprBase val)
           
 FVPExprBase FVPRemoveHierarchy.flattenExprFuncCall(FVPExprFuncionCall func_call)
           
 FVPExprBase FVPRemoveHierarchy.flattenExprInteger(FVPExprInteger val)
           
 FVPExprBase FVPRemoveHierarchy.flattenExprLvalue(FVPExprLvalue val)
           
 FVPExprBase FVPRemoveHierarchy.flattenExprPartSelect(FVPExprPartSelect val)
           
 FVPExprBase FVPRemoveHierarchy.flattenExprString(FVPExprString val)
           
 FVPExprBase FVPRemoveHierarchy.flattenExprTernary(FVPExprTernary expr)
           
 FVPExprBase FVPRemoveHierarchy.flattenExprUnary(FVPExprUnary val)
           
 FVPExprBase FVPPortMap.getActual()
           
 FVPExprBase FVPParamMap.getActual()
           
 FVPExprBase FVPSeqIfStmt.getCondExpr()
           
 FVPExprBase FVPIfGenerate.getCondExpr()
           
 FVPExprBase FVPSeqWaitStatement.getCondExpr()
           
 FVPExprBase FVPExprTernary.getCondition()
           
 FVPExprBase FVPSeqLoopStatment.getCondition()
           
 FVPExprBase FVPForGenerate.getCondition()
           
 FVPExprBase FVPSeqNullStatement.getDelay()
           
 FVPExprBase FVPDelayControl.getDelay()
           
 FVPExprBase FVPTimeScale.getDenominator()
           
 FVPExprBase FVPExprEdge.getExpression()
           
 FVPExprBase FVPPinBitSelect.getIndex()
           
 FVPExprBase FVPPortBitSelect.getIndex()
           
 FVPExprBase FVPExprBitSelect.getIndex()
           
 FVPExprBase FVPRegister.getInitialValue()
           
 FVPExprBase FVPPort.getInitialValue()
           
 FVPExprBase FVPInteger.getInitialValue()
           
 FVPExprBase FVPNet.getInitialValue()
           
 FVPExprBase FVPRange.getLeft()
           
 FVPExprBase FVPExprBinary.getLeft()
           
 FVPExprBase FVPLvalBitSel.getLval()
           
 FVPExprBase FVPLvalPartSel.getLval()
           
 FVPExprBase FVPExprDelayMinTypMax.getMax()
           
 FVPExprBase FVPExprDelayMinTypMax.getMin()
           
 FVPExprBase FVPTimeScale.getNumerator()
           
 FVPExprBase FVPExprUnary.getOperand()
           
 FVPExprBase FVPExprTernary.getOperand1()
           
 FVPExprBase FVPExprTernary.getOperand2()
           
 FVPExprBase FVPParamDecl.getOrgValB4InstElab()
           
 FVPExprBase FVPExprBitSelect.getParent()
           
 FVPExprBase FVPExprPartSelect.getParent()
           
 FVPExprBase FVPExprConcat.getRepeatCount()
           
 FVPExprBase FVPRange.getRight()
           
 FVPExprBase FVPExprBinary.getRight()
           
 FVPExprBase FVPAssignment.getRvalue()
           
 FVPExprBase FVPProceduralContinuousAssignment.getRvalue()
           
 FVPExprBase FVPSeqAssignment.getRvalue()
           
 FVPExprBase FVPSeqCaseStatement.getSelect()
           
 FVPExprBase FVPExprDelayMinTypMax.getTyp()
           
 FVPExprBase FVPLocalParam.getValue()
           
 FVPExprBase FVPAttributeSpec.getValue()
           
 FVPExprBase FVPParamDecl.getValue()
           
 FVPExprBase FVPDefine.getValue()
           
 FVPExprBase FVPDefParam.getValue()
           
 FVPExprBase FVPExprConcat.mergeOperands()
           
 FVPExprBase FVPRemoveAssignments.processExprBinary(FVPExprBinary val)
           
 FVPExprBase FVPRemoveAssignments.processExprBitSelect(FVPExprBitSelect exprbitsel)
           
 FVPExprBase FVPRemoveAssignments.processExprConcat(FVPExprConcat val)
           
 FVPExprBase FVPRemoveAssignments.processExprDefine(FVPExprDefine val)
           
 FVPExprBase FVPRemoveAssignments.processExprDelay(FVPExprDelayMinTypMax delay)
           
 FVPExprBase FVPRemoveAssignments.processExpression(FVPExprBase val)
           
 FVPExprBase FVPRemoveAssignments.processExprFuncCall(FVPExprFuncionCall func_call)
           
 FVPExprBase FVPRemoveAssignments.processExprInteger(FVPExprInteger val)
           
 FVPExprBase FVPRemoveAssignments.processExprLvalue(FVPExprLvalue val)
           
 FVPExprBase FVPRemoveAssignments.processExprPartSelect(FVPExprPartSelect val)
           
 FVPExprBase FVPRemoveAssignments.processExprReal(FVPExprReal val)
           
 FVPExprBase FVPRemoveAssignments.processExprString(FVPExprString val)
           
 FVPExprBase FVPRemoveAssignments.processExprSystemFunctionCall(FVPExprSystemFuncionCall func_call)
           
 FVPExprBase FVPRemoveAssignments.processExprTernary(FVPExprTernary expr)
           
 FVPExprBase FVPRemoveAssignments.processExprUnary(FVPExprUnary val)
           
static FVPExprBase FVPUtils.retrieveConcatenatedExpression(FVPBase obj)
           
 

Methods in com.eu.miscedautils.verilogparser that return types with arguments of type FVPExprBase
 java.util.LinkedList<FVPExprBase> FVPSeqCaseItem.getAlternatives()
           
 java.util.LinkedList<FVPExprBase> FVPSeqTaskCall.getArguments()
           
 java.util.LinkedList<FVPExprBase> FVPSystemTaskCall.getArguments()
           
 java.util.LinkedList<FVPExprBase> FVPExprSystemFuncionCall.getArguments()
           
 java.util.LinkedList<FVPExprBase> FVPExprFuncionCall.getArguments()
           
 java.util.LinkedList<FVPExprBase> FVPLvalBitSel.getIndexes()
           
 java.util.LinkedList<FVPExprBase> FVPLvalPartSel.getIndexes()
           
 java.util.LinkedList<FVPExprBase> FVPExprConcat.getOperands()
           
 java.util.LinkedList<FVPExprBase> FVPAlwaysBlock.getSensitivityList()
           
 java.util.LinkedList<FVPExprBase> FVPUDPInstance.getTerminals()
           
 java.util.LinkedList<FVPExprBase> FVPGateInstance.getTerminals()
           
 

Methods in com.eu.miscedautils.verilogparser with parameters of type FVPExprBase
 void FVPExprConcat.addOperand(FVPExprBase opand)
           
 void FVPGateInstance.addTerminal(FVPExprBase term)
           
static java.util.LinkedList<FVPBase> FVPSCUtil.extractSignalFromExpression(FVPExprBase val)
           
 FVPExprBase FVPRemoveHierarchy.flattenExpression(FVPExprBase val)
           
 FVPBase FVPModuleInstance.getActualObjectFromLvalue(FVPExprBase lvalExpr)
           
 FVPExprBase FVPRemoveAssignments.processExpression(FVPExprBase val)
           
 void FVPPortMap.setActual(FVPExprBase actual)
           
 void FVPParamMap.setActual(FVPExprBase actual)
           
 void FVPSeqIfStmt.setCondExpr(FVPExprBase condexpr)
           
 void FVPIfGenerate.setCondExpr(FVPExprBase condexpr)
           
 void FVPSeqWaitStatement.setCondExpr(FVPExprBase condexpr)
           
 void FVPExprTernary.setCondition(FVPExprBase cond)
           
 void FVPSeqLoopStatment.setCondition(FVPExprBase condition)
           
 void FVPForGenerate.setCondition(FVPExprBase condition)
           
 void FVPSeqNullStatement.setDelay(FVPExprBase delay)
           
 void FVPDelayControl.setDelay(FVPExprBase delay)
           
 void FVPTimeScale.setDenominator(FVPExprBase denominator)
           
 void FVPExprBase.setEvaluatedval(FVPExprBase evaluatedval)
           
 void FVPExprEdge.setExpression(FVPExprBase expression)
           
 void FVPPinBitSelect.setIndex(FVPExprBase index)
           
 void FVPPortBitSelect.setIndex(FVPExprBase index)
           
 void FVPExprBitSelect.setIndex(FVPExprBase index)
           
 void FVPRegister.setInitialValue(FVPExprBase initialvalue)
           
 void FVPPort.setInitialValue(FVPExprBase initialvalue)
           
 void FVPInteger.setInitialValue(FVPExprBase initialValue)
           
 void FVPNet.setInitialValue(FVPExprBase initialvalue)
           
 void FVPParamDecl.setInstElabValue(FVPExprBase evald)
           
 void FVPRange.setLeft(FVPExprBase left)
           
 void FVPExprBinary.setLeft(FVPExprBase left)
           
 void FVPExprDelayMinTypMax.setMax(FVPExprBase max)
           
 void FVPExprDelayMinTypMax.setMin(FVPExprBase min)
           
 void FVPTimeScale.setNumerator(FVPExprBase numerator)
           
 void FVPExprUnary.setOperand(FVPExprBase operand)
           
 void FVPExprTernary.setOperand1(FVPExprBase op1)
           
 void FVPExprTernary.setOperand2(FVPExprBase op2)
           
 void FVPParamDecl.setOrgValB4InstElab(FVPExprBase orgValB4InstElab)
           
 void FVPExprBitSelect.setParent(FVPExprBase parent)
           
 void FVPExprPartSelect.setParent(FVPExprBase parent)
           
 void FVPExprConcat.setRepeatCount(FVPExprBase repeatCount)
           
 void FVPRange.setRight(FVPExprBase right)
           
 void FVPExprBinary.setRight(FVPExprBase right)
           
 void FVPAssignment.setRvalue(FVPExprBase rvalue)
           
 void FVPProceduralContinuousAssignment.setRvalue(FVPExprBase rvalue)
           
 void FVPSeqAssignment.setRvalue(FVPExprBase rvalue)
           
 void FVPSeqCaseStatement.setSelect(FVPExprBase sel)
           
 void FVPExprDelayMinTypMax.setTyp(FVPExprBase typ)
           
 void FVPLocalParam.setValue(FVPExprBase value)
           
 void FVPAttributeSpec.setValue(FVPExprBase value)
           
 void FVPParamDecl.setValue(FVPExprBase value)
           
 void FVPDefine.setValue(FVPExprBase value)
           
 void FVPDefParam.setValue(FVPExprBase value)
           
 void FVPRemoveAssignments.traverseExpression(FVPExprBase val)
           
 

Method parameters in com.eu.miscedautils.verilogparser with type arguments of type FVPExprBase
static FVPBase FVPUtils.retrieveNetAndIndexesAndRanges(FVPBase obj, java.util.LinkedList<FVPExprBase> indexes, java.util.LinkedList<FVPRange> ranges)
           
static FVPPort FVPUtils.retrievePortAndIndexesAndRanges(FVPBase obj, java.util.LinkedList<FVPExprBase> indexes, java.util.LinkedList<FVPRange> ranges)
           
 void FVPSeqCaseItem.setAlternatives(java.util.LinkedList<FVPExprBase> alts)
           
 void FVPSeqTaskCall.setArguments(java.util.LinkedList<FVPExprBase> arguments)
           
 void FVPSystemTaskCall.setArguments(java.util.LinkedList<FVPExprBase> arguments)
           
 void FVPExprSystemFuncionCall.setArguments(java.util.LinkedList<FVPExprBase> arguments)
           
 void FVPExprFuncionCall.setArguments(java.util.LinkedList<FVPExprBase> arguments)
           
 void FVPLvalBitSel.setIndexes(java.util.LinkedList<FVPExprBase> indexes)
           
 void FVPLvalPartSel.setIndexes(java.util.LinkedList<FVPExprBase> indexes)
           
 void FVPExprConcat.setOperands(java.util.LinkedList<FVPExprBase> operands)
           
 void FVPAlwaysBlock.setSensitivityList(java.util.LinkedList<FVPExprBase> sensitivityList)
           
 void FVPUDPInstance.setTerminals(java.util.LinkedList<FVPExprBase> terminals)
           
 void FVPGateInstance.setTerminals(java.util.LinkedList<FVPExprBase> terms)
           
 

Constructors in com.eu.miscedautils.verilogparser with parameters of type FVPExprBase
FVPAssignment(java.lang.Integer line, FVPBase lval, FVPExprBase rval, FVPAssignment.AssignmentType type)
           
FVPDefine(java.lang.Integer line, FVPIdentifier id, FVPExprBase value)
           
FVPDefParam(java.lang.Integer line, java.lang.String identifier, FVPExprBase value)
           
FVPDelayControl(java.lang.Integer line, FVPExprBase val)
           
FVPExprBinary(java.lang.Integer line, FVPExprBase left, FVPExprBase right, FVPExprBinary.OpType op)
           
FVPExprBitSelect(java.lang.Integer line, FVPExprBase parent, FVPExprBase index)
           
FVPExprConcat(java.lang.Integer line, FVPExprBase opand, FVPExprBase repeat)
           
FVPExprDelayMinTypMax(java.lang.Integer line, FVPExprBase min)
           
FVPExprEdge(java.lang.Integer line, FVPExprEdge.EdgeType edge, FVPExprBase obj)
           
FVPExprPartSelect(java.lang.Integer line, FVPExprBase parent, FVPRange range)
           
FVPExprTernary(java.lang.Integer line, FVPExprBase cond, FVPExprBase op1, FVPExprBase op2)
           
FVPExprUnary(java.lang.Integer line, FVPExprBase operand, FVPExprUnary.OpType op)
           
FVPForGenerate(java.lang.Integer line, java.util.LinkedList<FVPBase> stmts, FVPExprBase cond)
           
FVPIfGenerate(java.lang.Integer line, FVPExprBase cond, java.util.LinkedList<FVPBase> stmts)
           
FVPLocalParam(java.lang.Integer line, FVPIdentifier identifier, FVPExprBase value)
           
FVPLvalBitSel(java.lang.Integer line, FVPExprBase newParent, java.util.LinkedList<FVPExprBase> indxs)
           
FVPLvalPartSel(java.lang.Integer line, FVPExprBase newParent, FVPRange range, java.util.LinkedList<FVPExprBase> indxs)
           
FVPParamDecl(java.lang.Integer line, FVPIdentifier identifier, FVPExprBase value)
           
FVPParamMap(java.lang.Integer line, FVPParamDecl formal, FVPExprBase actual)
           
FVPPinBitSelect(java.lang.Integer line, FVPPin parent, FVPExprBase index)
           
FVPPortBitSelect(java.lang.Integer line, FVPPort parent, FVPExprBase index)
           
FVPPortMap(java.lang.Integer line, FVPPortBitSelect formal, FVPExprBase actual)
           
FVPPortMap(java.lang.Integer line, FVPPort formal, FVPExprBase actual)
           
FVPPortMap(java.lang.Integer line, FVPPortPartSelect formal, FVPExprBase actual)
           
FVPProceduralContinuousAssignment(java.lang.Integer line, FVPBase lval, FVPExprBase rval, FVPProceduralContinuousAssignment.ProcContAssgnType type)
           
FVPRange(FVPExprBase left, FVPExprBase right, java.lang.Integer line)
           
FVPSeqAssignment(java.lang.Integer line, FVPBase lval, FVPExprBase rval, FVPAssignment.AssignmentType type)
           
FVPSeqCaseStatement(java.lang.Integer line, FVPSeqCaseStatement.CaseType type, java.util.LinkedList<FVPSeqCaseItem> itms, FVPExprBase select)
           
FVPSeqIfStmt(java.lang.Integer line, FVPExprBase cond, java.util.LinkedList<FVPSeqStmtBase> stmts)
           
FVPSeqLoopStatment(java.lang.Integer line, FVPSeqLoopStatment.LoopType type, java.util.LinkedList<FVPBase> stmts, FVPExprBase cond)
           
FVPSeqWaitStatement(java.lang.Integer line, FVPExprBase cond, java.util.LinkedList<FVPBase> stmts)
           
FVPTimeScale(java.lang.Integer line, FVPExprBase numerator, FVPTimeScale.TimeUnit numTU, FVPExprBase denominator, FVPTimeScale.TimeUnit denoTU)
           
 

Constructor parameters in com.eu.miscedautils.verilogparser with type arguments of type FVPExprBase
FVPExprFuncionCall(java.lang.Integer line, FVPTaskOrFunctionDecl decl, java.util.LinkedList<FVPExprBase> args)
           
FVPExprSystemFuncionCall(java.lang.Integer line, java.lang.String nm, java.util.LinkedList<FVPExprBase> args)
           
FVPLvalBitSel(java.lang.Integer line, FVPExprBase newParent, java.util.LinkedList<FVPExprBase> indxs)
           
FVPLvalPartSel(java.lang.Integer line, FVPExprBase newParent, FVPRange range, java.util.LinkedList<FVPExprBase> indxs)
           
FVPSeqCaseItem(java.lang.Integer line, java.util.LinkedList<FVPExprBase> alters, java.util.LinkedList<FVPBase> stmts)
           
FVPSeqTaskCall(java.lang.Integer line, FVPTaskOrFunctionDecl decl, java.util.LinkedList<FVPExprBase> args)
           
FVPSystemTaskCall(java.lang.Integer line, java.lang.String name, java.util.LinkedList<FVPExprBase> args)
           
 

Uses of FVPExprBase in com.eu.miscedautils.vhdl2verilog
 

Methods in com.eu.miscedautils.vhdl2verilog that return FVPExprBase
 FVPExprBase vhdl2verilog.getExprMap(FVhPBase obj)
           
 

Methods in com.eu.miscedautils.vhdl2verilog with parameters of type FVPExprBase
 void vhdl2verilog.insertExprMap(FVhPBase obj, FVPExprBase expr)