Uses of Class
com.eu.miscedautils.vhdlparser.FVhPExprBase

Packages that use FVhPExprBase
com.eu.miscedautils.vhdlparser   
 

Uses of FVhPExprBase in com.eu.miscedautils.vhdlparser
 

Subclasses of FVhPExprBase in com.eu.miscedautils.vhdlparser
 class FVhPExprAggregate
           
 class FVhPExprAllocator
           
 class FVhPExprAttribute
           
 class FVhPExprBasedDecimalLiteral
           
 class FVhPExprBinary
           
 class FVhPExprBitSelect
           
 class FVhPExprBitString
           
 class FVhPExprConcat
           
 class FVhPExprDecimalLiteral
           
 class FVhPExprEnumLiteral
           
 class FVhPExprFunctionCall
           
 class FVhPExprIdentifier
           
 class FVhPExprInteger
           
 class FVhPExprNull
           
 class FVhPExprOpen
           
 class FVhPExprOthers
           
 class FVhPExprPartSelect
           
 class FVhPExprPhysicalLiteral
           
 class FVhPExprQualified
           
 class FVhPExprUnary
           
 

Methods in com.eu.miscedautils.vhdlparser that return FVhPExprBase
 FVhPExprBase FVhPExprFunctionCall.evaluate()
           
 FVhPExprBase FVhPExprInteger.evaluate()
           
 FVhPExprBase FVhPExprOpen.evaluate()
           
 FVhPExprBase FVhPExprBasedDecimalLiteral.evaluate()
           
 FVhPExprBase FVhPExprDecimalLiteral.evaluate()
           
 FVhPExprBase FVhPExprBitSelect.evaluate()
           
 FVhPExprBase FVhPExprUnary.evaluate()
           
 FVhPExprBase FVhPExprAllocator.evaluate()
           
 FVhPExprBase FVhPExprPartSelect.evaluate()
           
 FVhPExprBase FVhPExprIdentifier.evaluate()
           
 FVhPExprBase FVhPExprQualified.evaluate()
           
 FVhPExprBase FVhPExprAggregate.evaluate()
           
abstract  FVhPExprBase FVhPSeqStmtBase.evaluate()
           
 FVhPExprBase FVhPExprOthers.evaluate()
           
 FVhPExprBase FVhPExprConcat.evaluate()
           
 FVhPExprBase FVhPPartSelect.evaluate()
           
 FVhPExprBase FVhPExprBitString.evaluate()
           
 FVhPExprBase FVhPExprNull.evaluate()
           
 FVhPExprBase FVhPExprEnumLiteral.evaluate()
           
 FVhPExprBase FVhPExprAttribute.evaluate()
           
 FVhPExprBase FVhPExprPhysicalLiteral.evaluate()
           
 FVhPExprBase FVhPBitSelect.evaluate()
           
abstract  FVhPExprBase FVhPExprBase.evaluate()
           
 FVhPExprBase FVhPExprBinary.evaluate()
           
 FVhPExprBase FVhPGenericMap.getActual()
           
 FVhPExprBase FVhPPortMap.getActual()
           
 FVhPExprBase FVhPWaveFrmEle.getAfterClause()
           
 FVhPExprBase FVhPSeqIfStmt.getCondExpr()
           
 FVhPExprBase FVhPSeqElsif.getCondExpr()
           
 FVhPExprBase FVhPGenerateStatement.getCondition()
           
 FVhPExprBase FVhPBlockStatement.getCondition()
           
 FVhPExprBase FVhPSeqLoopStatment.getCondition()
           
 FVhPExprBase FVhPWaveForm.getCondition()
           
 FVhPExprBase FVhPForIndex.getCurrentValue()
           
 FVhPExprBase FVhPLoopParameter.getCurrentValue()
           
 FVhPExprBase FVhPPhysicalTypeSecondaryUnit.getEqualValue()
           
 FVhPExprBase FVhPElementAssociation.getExpression()
           
 FVhPExprBase FVhPWaitStmt.getForDuration()
           
 FVhPExprBase FVhPBlockConfiguration.getIndex()
           
 FVhPExprBase FVhPGeneric.getInitialvalue()
           
 FVhPExprBase FVhPInterfaceElement.getInitialValue()
           
 FVhPExprBase FVhPPort.getInitialValue()
           
 FVhPExprBase FVhPVariable.getInitialValue()
           
 FVhPExprBase FVhPConstant.getInitialValue()
           
 FVhPExprBase FVhPSignal.getInitialValue()
           
 FVhPExprBase FVhPGeneric.getInitialValue()
           
 FVhPExprBase FVhPRange.getLeft()
           
 FVhPExprBase FVhPExprBinary.getLeft()
           
 FVhPExprBase FVhPFileDecl.getLogicalName()
           
 FVhPExprBase FVhPFileDecl.getOpenKind()
           
 FVhPExprBase FVhPExprUnary.getOperand()
           
 FVhPExprBase FVhPReturnStatement.getReturnValue()
           
 FVhPExprBase FVhPRange.getRight()
           
 FVhPExprBase FVhPExprBinary.getRight()
           
 FVhPExprBase FVhPSelectedSignalAssignment.getSelect()
           
 FVhPExprBase FVhPSeqCaseStatement.getSelect()
           
 FVhPExprBase FVhPWaitStmt.getUntilCond()
           
 FVhPExprBase FVhPWaveFrmEle.getValue()
           
 FVhPExprBase FVhPVariableAssignment.getValue()
           
 FVhPExprBase FVhPExprPhysicalLiteral.getValue()
           
 

Methods in com.eu.miscedautils.vhdlparser that return types with arguments of type FVhPExprBase
 java.util.LinkedList<FVhPExprBase> FVhPExprFunctionCall.getArguments()
           
 java.util.LinkedList<FVhPExprBase> FVhPSubProgramCall.getArguments()
           
 java.util.LinkedList<FVhPExprBase> FVhPExprBitSelect.getIndexList()
           
 java.util.LinkedList<FVhPExprBase> FVhPBitSelect.getIndexList()
           
 java.util.LinkedList<FVhPExprBase> FVhPExprConcat.getOperands()
           
 

Methods in com.eu.miscedautils.vhdlparser with parameters of type FVhPExprBase
 void FVhPExprFunctionCall.addArgument(FVhPExprBase arg)
           
 void FVhPSubProgramCall.addArgument(FVhPExprBase arg)
           
 void FVhPExprBitSelect.addIndex(FVhPExprBase index)
           
 void FVhPBitSelect.addIndex(FVhPExprBase index)
           
 void FVhPExprConcat.addOperand(FVhPExprBase opand)
           
 void FVhPGenericMap.setActual(FVhPExprBase actual)
           
 void FVhPPortMap.setActual(FVhPExprBase actual)
           
 void FVhPWaveFrmEle.setAfterClause(FVhPExprBase afterClause)
           
 void FVhPSeqIfStmt.setCondExpr(FVhPExprBase condexpr)
           
 void FVhPSeqElsif.setCondExpr(FVhPExprBase condexpr)
           
 void FVhPGenerateStatement.setCondition(FVhPExprBase condition)
           
 void FVhPBlockStatement.setCondition(FVhPExprBase condition)
           
 void FVhPSeqLoopStatment.setCondition(FVhPExprBase condition)
           
 void FVhPWaveForm.setCondition(FVhPExprBase condition)
           
 void FVhPForIndex.setCurrentValue(FVhPExprBase currentValue)
           
 void FVhPLoopParameter.setCurrenValue(FVhPExprBase val)
           
 void FVhPPhysicalTypeSecondaryUnit.setEqualValue(FVhPExprBase equalValue)
           
 void FVhPExprBase.setEvaluatedval(FVhPExprBase evaluatedval)
           
 void FVhPElementAssociation.setExpression(FVhPExprBase expression)
           
 void FVhPWaitStmt.setForDuration(FVhPExprBase forDuration)
           
 void FVhPBlockConfiguration.setIndex(FVhPExprBase index)
           
 void FVhPExprIdentifier.setInitialvalue(FVhPExprBase initialvalue)
           
 void FVhPGeneric.setInitialvalue(FVhPExprBase initialvalue)
           
 void FVhPInterfaceElement.setInitialValue(FVhPExprBase initialvalue)
           
 void FVhPPort.setInitialValue(FVhPExprBase initialValue)
           
 void FVhPVariable.setInitialValue(FVhPExprBase initialvalue)
           
 void FVhPConstant.setInitialValue(FVhPExprBase initialvalue)
           
 void FVhPSignal.setInitialValue(FVhPExprBase initialvalue)
           
 void FVhPGeneric.setInitialValue(FVhPExprBase initialvalue)
           
 void FVhPRange.setLeft(FVhPExprBase left)
           
 void FVhPExprBinary.setLeft(FVhPExprBase left)
           
 void FVhPFileDecl.setLogicalName(FVhPExprBase logicalName)
           
 void FVhPFileDecl.setOpenKind(FVhPExprBase openKind)
           
 void FVhPExprUnary.setOperand(FVhPExprBase operand)
           
 void FVhPReturnStatement.setReturnValue(FVhPExprBase returnValue)
           
 void FVhPRange.setRight(FVhPExprBase right)
           
 void FVhPExprBinary.setRight(FVhPExprBase right)
           
 void FVhPSelectedSignalAssignment.setSelect(FVhPExprBase select)
           
 void FVhPSeqCaseStatement.setSelect(FVhPExprBase select)
           
 void FVhPWaitStmt.setUntilCond(FVhPExprBase untilCond)
           
 void FVhPWaveFrmEle.setValue(FVhPExprBase value)
           
 void FVhPVariableAssignment.setValue(FVhPExprBase value)
           
 void FVhPExprPhysicalLiteral.setValue(FVhPExprBase value)
           
 

Method parameters in com.eu.miscedautils.vhdlparser with type arguments of type FVhPExprBase
 void FVhPExprFunctionCall.setArguments(java.util.LinkedList<FVhPExprBase> arguments)
           
 void FVhPSubProgramCall.setArguments(java.util.LinkedList<FVhPExprBase> arguments)
           
 void FVhPExprBitSelect.setIndexList(java.util.LinkedList<FVhPExprBase> indexList)
           
 void FVhPBitSelect.setIndexList(java.util.LinkedList<FVhPExprBase> indexList)
           
 void FVhPExprConcat.setOperands(java.util.LinkedList<FVhPExprBase> operands)
           
 

Constructors in com.eu.miscedautils.vhdlparser with parameters of type FVhPExprBase
FVhPElementAssociation(java.lang.Integer line, java.util.LinkedList<FVhPBase> chcs, FVhPExprBase expr)
           
FVhPExprBinary(java.lang.Integer line, FVhPExprBase left, FVhPExprBase right, FVhPExprBinary.OpType op)
           
FVhPExprConcat(java.lang.Integer line, FVhPExprBase opand)
           
FVhPExprPhysicalLiteral(java.lang.Integer line, FVhPExprBase val, FVhPBase unit)
           
FVhPExprUnary(java.lang.Integer line, FVhPExprBase operand, FVhPExprUnary.OpType op)
           
FVhPGenerateStatement(java.lang.Integer line, FVhPGenerateStatement.SchemeType type, FVhPLoopParameter param, FVhPExprBase cond)
           
FVhPGenericMap(java.lang.Integer line, FVhPBase formal, FVhPExprBase actual)
           
FVhPPhysicalTypeSecondaryUnit(java.lang.Integer line, java.lang.String id, FVhPExprBase val)
           
FVhPPortMap(java.lang.Integer line, FVhPBase formal, FVhPExprBase actual)
           
FVhPRange(FVhPExprBase left, FVhPExprBase right, FVhPRange.Direction dir, java.lang.Integer line)
           
FVhPReturnStatement(java.lang.Integer line, FVhPExprBase ret)
           
FVhPSelectedSignalAssignment(java.lang.Integer line, FVhPExprBase select, FVhPBase lhs, java.util.LinkedList<FVhPWaveFormWithChoices> rhs)
           
FVhPSeqCaseStatement(java.lang.Integer line, FVhPExprBase sel)
           
FVhPSeqElsif(java.lang.Integer line, FVhPExprBase cond)
           
FVhPSeqIfStmt(java.lang.Integer line, FVhPExprBase cond)
           
FVhPSeqLoopStatment(java.lang.Integer line, FVhPSeqLoopStatment.LoopType type, FVhPLoopParameter param, FVhPExprBase cond)
           
FVhPVariableAssignment(java.lang.Integer line, FVhPBase lhs, FVhPExprBase rhs)
           
FVhPWaveForm(java.lang.Integer line, java.util.LinkedList<FVhPWaveFrmEle> waveforms, FVhPExprBase cond)
           
FVhPWaveFrmEle(java.lang.Integer line, FVhPExprBase value, FVhPExprBase after)
           
 

Constructor parameters in com.eu.miscedautils.vhdlparser with type arguments of type FVhPExprBase
FVhPBitSelect(java.lang.Integer line, FVhPBase parent, java.util.LinkedList<FVhPExprBase> indexes)
           
FVhPExprBitSelect(java.lang.Integer line, FVhPBase parent, java.util.LinkedList<FVhPExprBase> indexes)