com.eu.miscedautils.vhdlparser
Class FVhPTypeDefBase

java.lang.Object
  extended by com.eu.miscedautils.BaseHDLObject.BaseHDL
      extended by com.eu.miscedautils.vhdlparser.FVhPBase
          extended by com.eu.miscedautils.vhdlparser.FVhPTypeDefBase
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FVhPAccessType, FVhPArrayType, FVhPEnumType, FVhPFileType, FVhPPhysicalType, FVhPRangeContraintType, FVhPRecordType

public abstract class FVhPTypeDefBase
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
FVhPTypeDefBase(FVhPTypeDecl.Type typ, java.lang.Integer line)
           
 
Method Summary
 FVhPTypeDecl.Type getType()
           
 void setType(FVhPTypeDecl.Type type)
           
 
Methods inherited from class com.eu.miscedautils.vhdlparser.FVhPBase
elaborate, getFile, getFlattenedRange, getLine, getObjType, getScope, print, 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

FVhPTypeDefBase

public FVhPTypeDefBase(FVhPTypeDecl.Type typ,
                       java.lang.Integer line)
Method Detail

getType

public FVhPTypeDecl.Type getType()

setType

public void setType(FVhPTypeDecl.Type type)