com.eu.miscedautils.vhdlparser
Class FVhPConstraint

java.lang.Object
  extended by com.eu.miscedautils.BaseHDLObject.BaseHDL
      extended by com.eu.miscedautils.vhdlparser.FVhPBase
          extended by com.eu.miscedautils.vhdlparser.FVhPConstraint
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FVhPIndexConstraint, FVhPRangeConstraint

public abstract class FVhPConstraint
extends FVhPBase

See Also:
Serialized Form

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

FVhPConstraint

public FVhPConstraint(java.lang.Integer line,
                      FVhPConstraint.Type type)
Method Detail

getType

public FVhPConstraint.Type getType()

setType

public void setType(FVhPConstraint.Type type)

print

public abstract java.lang.String print()
Specified by:
print in class FVhPBase

elaborate

public abstract boolean elaborate()
Specified by:
elaborate in class FVhPBase