com.eu.miscedautils.vhdlparser
Class FVhPExprInteger
java.lang.Object
com.eu.miscedautils.BaseHDLObject.BaseHDL
com.eu.miscedautils.vhdlparser.FVhPBase
com.eu.miscedautils.vhdlparser.FVhPExprBase
com.eu.miscedautils.vhdlparser.FVhPExprInteger
- All Implemented Interfaces:
- java.io.Serializable
public class FVhPExprInteger
- extends FVhPExprBase
- See Also:
- Serialized Form
Constructor Summary |
FVhPExprInteger(java.lang.Integer line,
java.lang.Integer value)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FVhPExprInteger
public FVhPExprInteger(java.lang.Integer line,
java.lang.Integer value)
getValue
public java.lang.Integer getValue()
setValue
public void setValue(java.lang.Integer value)
evaluate
public FVhPExprBase evaluate()
- Specified by:
evaluate
in class FVhPExprBase
print
public java.lang.String print()
- Specified by:
print
in class FVhPExprBase
elaborate
public boolean elaborate()
- Specified by:
elaborate
in class FVhPExprBase
printDecl
public java.lang.String printDecl()
- Specified by:
printDecl
in class FVhPBase
getFlattenedRange
public FVhPBase getFlattenedRange()
- Specified by:
getFlattenedRange
in class FVhPBase