|
||||||||||
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.FVhPConstraint
public abstract class FVhPConstraint
Nested Class Summary | |
---|---|
static class |
FVhPConstraint.Type
|
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 | |
---|---|
FVhPConstraint(java.lang.Integer line,
FVhPConstraint.Type type)
|
Method Summary | |
---|---|
abstract boolean |
elaborate()
|
FVhPConstraint.Type |
getType()
|
abstract java.lang.String |
print()
|
void |
setType(FVhPConstraint.Type 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 FVhPConstraint(java.lang.Integer line, FVhPConstraint.Type type)
Method Detail |
---|
public FVhPConstraint.Type getType()
public void setType(FVhPConstraint.Type type)
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 |