|
||||||||||
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.FVhPSeqStmtBase
public abstract class FVhPSeqStmtBase
Nested Class Summary | |
---|---|
static class |
FVhPSeqStmtBase.StmtType
|
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 | |
---|---|
FVhPSeqStmtBase(java.lang.Integer line,
FVhPSeqStmtBase.StmtType type)
|
Method Summary | |
---|---|
abstract boolean |
elaborate()
|
abstract FVhPExprBase |
evaluate()
|
java.lang.String |
getLabel()
|
FVhPSeqStmtBase.StmtType |
getStatementType()
|
abstract java.lang.String |
print()
|
void |
setLabel(java.lang.String label)
|
void |
setStatementType(FVhPSeqStmtBase.StmtType type)
|
Methods inherited from class com.eu.miscedautils.vhdlparser.FVhPBase |
---|
getFile, getFlattenedRange, getLine, getObjType, getScope, printDecl, 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 FVhPSeqStmtBase(java.lang.Integer line, FVhPSeqStmtBase.StmtType type)
Method Detail |
---|
public FVhPSeqStmtBase.StmtType getStatementType()
public void setStatementType(FVhPSeqStmtBase.StmtType type)
public java.lang.String getLabel()
public void setLabel(java.lang.String label)
public abstract FVhPExprBase evaluate()
public abstract java.lang.String print()
print
in class FVhPBase
public abstract boolean elaborate()
elaborate
in class FVhPBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |