|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 types with arguments of type FVhPExprBase | |
---|---|
java.util.LinkedList<FVhPExprBase> |
FVhPSubProgramCall.getArguments()
|
java.util.LinkedList<FVhPExprBase> |
FVhPExprFunctionCall.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 |
FVhPSubProgramCall.addArgument(FVhPExprBase arg)
|
void |
FVhPExprFunctionCall.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 |
FVhPSeqElsif.setCondExpr(FVhPExprBase condexpr)
|
void |
FVhPSeqIfStmt.setCondExpr(FVhPExprBase condexpr)
|
void |
FVhPBlockStatement.setCondition(FVhPExprBase condition)
|
void |
FVhPSeqLoopStatment.setCondition(FVhPExprBase condition)
|
void |
FVhPWaveForm.setCondition(FVhPExprBase condition)
|
void |
FVhPGenerateStatement.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 |
FVhPVariable.setInitialValue(FVhPExprBase initialvalue)
|
void |
FVhPPort.setInitialValue(FVhPExprBase initialValue)
|
void |
FVhPConstant.setInitialValue(FVhPExprBase initialvalue)
|
void |
FVhPSignal.setInitialValue(FVhPExprBase initialvalue)
|
void |
FVhPInterfaceElement.setInitialValue(FVhPExprBase initialvalue)
|
void |
FVhPGeneric.setInitialValue(FVhPExprBase initialvalue)
|
void |
FVhPExprBinary.setLeft(FVhPExprBase left)
|
void |
FVhPRange.setLeft(FVhPExprBase left)
|
void |
FVhPFileDecl.setLogicalName(FVhPExprBase logicalName)
|
void |
FVhPFileDecl.setOpenKind(FVhPExprBase openKind)
|
void |
FVhPExprUnary.setOperand(FVhPExprBase operand)
|
void |
FVhPReturnStatement.setReturnValue(FVhPExprBase returnValue)
|
void |
FVhPExprBinary.setRight(FVhPExprBase right)
|
void |
FVhPRange.setRight(FVhPExprBase right)
|
void |
FVhPSelectedSignalAssignment.setSelect(FVhPExprBase select)
|
void |
FVhPSeqCaseStatement.setSelect(FVhPExprBase select)
|
void |
FVhPWaitStmt.setUntilCond(FVhPExprBase untilCond)
|
void |
FVhPWaveFrmEle.setValue(FVhPExprBase value)
|
void |
FVhPExprPhysicalLiteral.setValue(FVhPExprBase value)
|
void |
FVhPVariableAssignment.setValue(FVhPExprBase value)
|
Method parameters in com.eu.miscedautils.vhdlparser with type arguments of type FVhPExprBase | |
---|---|
void |
FVhPSubProgramCall.setArguments(java.util.LinkedList<FVhPExprBase> arguments)
|
void |
FVhPExprFunctionCall.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |