|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eu.miscedautils.BaseHDLObject.BaseHDL
com.eu.miscedautils.vhdlparser.FVhPBase
com.eu.miscedautils.vhdlparser.FVhPExprBase
com.eu.miscedautils.vhdlparser.FVhPExprBinary
public class FVhPExprBinary
Nested Class Summary | |
---|---|
static class |
FVhPExprBinary.OpType
|
Nested classes/interfaces inherited from class com.eu.miscedautils.vhdlparser.FVhPExprBase |
---|
FVhPExprBase.ExprType |
Nested classes/interfaces inherited from class com.eu.miscedautils.vhdlparser.FVhPBase |
---|
FVhPBase.ObjectClass, FVhPBase.ObjType |
Nested classes/interfaces inherited from class com.eu.miscedautils.BaseHDLObject.BaseHDL |
---|
BaseHDL.ParserType |
Constructor Summary | |
---|---|
FVhPExprBinary(java.lang.Integer line,
FVhPExprBase left,
FVhPExprBase right,
FVhPExprBinary.OpType op)
|
Method Summary | |
---|---|
boolean |
elaborate()
|
FVhPExprBase |
evaluate()
|
FVhPBase |
getFlattenedRange()
|
FVhPExprBase |
getLeft()
|
FVhPExprBinary.OpType |
getOptype()
|
FVhPExprBase |
getRight()
|
java.lang.String |
print()
|
java.lang.String |
printDecl()
|
void |
setLeft(FVhPExprBase left)
|
void |
setOptype(FVhPExprBinary.OpType optype)
|
void |
setRight(FVhPExprBase right)
|
Methods inherited from class com.eu.miscedautils.vhdlparser.FVhPExprBase |
---|
getEvaluatedIntegerValue, getEvaluatedval, getSubtypeIndication, getType, setEvaluatedval, setSubtypeIndication, setType |
Methods inherited from class com.eu.miscedautils.vhdlparser.FVhPBase |
---|
getFile, getLine, getObjType, getScope, setFile, setLine, setObjType, setScope |
Methods inherited from class com.eu.miscedautils.BaseHDLObject.BaseHDL |
---|
getParserType, setParserType |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FVhPExprBinary(java.lang.Integer line, FVhPExprBase left, FVhPExprBase right, FVhPExprBinary.OpType op)
Method Detail |
---|
public FVhPExprBinary.OpType getOptype()
public void setOptype(FVhPExprBinary.OpType optype)
public FVhPExprBase getLeft()
public void setLeft(FVhPExprBase left)
public FVhPExprBase getRight()
public void setRight(FVhPExprBase right)
public FVhPExprBase evaluate()
evaluate
in class FVhPExprBase
public java.lang.String print()
print
in class FVhPExprBase
public boolean elaborate()
elaborate
in class FVhPExprBase
public java.lang.String printDecl()
printDecl
in class FVhPBase
public FVhPBase getFlattenedRange()
getFlattenedRange
in class FVhPBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |