com.eu.miscedautils.vhdlparser
Class FVhPBindingIndication

java.lang.Object
  extended by com.eu.miscedautils.BaseHDLObject.BaseHDL
      extended by com.eu.miscedautils.vhdlparser.FVhPBase
          extended by com.eu.miscedautils.vhdlparser.FVhPBindingIndication
All Implemented Interfaces:
java.io.Serializable

public class FVhPBindingIndication
extends FVhPBase

See Also:
Serialized Form

Nested Class Summary
 
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
FVhPBindingIndication(java.lang.Integer line, FVhPBase master)
           
 
Method Summary
 boolean elaborate()
           
 FVhPBase getArchitecture()
           
 FVhPBase getFlattenedRange()
           
 java.util.LinkedList<FVhPGenericMap> getGenericmaps()
           
 java.lang.String getLibName()
           
 FVhPBase getMaster()
           
 FVhPBase.ObjType getMasterDuType()
           
 java.util.LinkedList<FVhPPortMap> getPortmaps()
           
 boolean isOpen()
           
 java.lang.String print()
           
 java.lang.String printDecl()
           
 void setArchitecture(FVhPBase architecture)
           
 void setGenericmaps(java.util.LinkedList<FVhPGenericMap> genericmaps)
           
 void setLibName(java.lang.String libName)
           
 void setMaster(FVhPBase master)
           
 void setMasterDuType(FVhPBase.ObjType masterDuType)
           
 void setOpen(boolean isOpen)
           
 void setPortmaps(java.util.LinkedList<FVhPPortMap> portmaps)
           
 
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

FVhPBindingIndication

public FVhPBindingIndication(java.lang.Integer line,
                             FVhPBase master)
Method Detail

getLibName

public java.lang.String getLibName()

setLibName

public void setLibName(java.lang.String libName)

getMaster

public FVhPBase getMaster()

setMaster

public void setMaster(FVhPBase master)

getArchitecture

public FVhPBase getArchitecture()

setArchitecture

public void setArchitecture(FVhPBase architecture)

getMasterDuType

public FVhPBase.ObjType getMasterDuType()

setMasterDuType

public void setMasterDuType(FVhPBase.ObjType masterDuType)

isOpen

public boolean isOpen()

setOpen

public void setOpen(boolean isOpen)

getPortmaps

public java.util.LinkedList<FVhPPortMap> getPortmaps()

setPortmaps

public void setPortmaps(java.util.LinkedList<FVhPPortMap> portmaps)

getGenericmaps

public java.util.LinkedList<FVhPGenericMap> getGenericmaps()

setGenericmaps

public void setGenericmaps(java.util.LinkedList<FVhPGenericMap> genericmaps)

elaborate

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

print

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

printDecl

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

getFlattenedRange

public FVhPBase getFlattenedRange()
Specified by:
getFlattenedRange in class FVhPBase