Uses of Class
com.eu.miscedautils.vhdlparser.FVhPIdentifier

Packages that use FVhPIdentifier
com.eu.miscedautils.vhdlparser   
 

Uses of FVhPIdentifier in com.eu.miscedautils.vhdlparser
 

Methods in com.eu.miscedautils.vhdlparser that return FVhPIdentifier
 FVhPIdentifier FVhPLoopParameter.getIdentifier()
           
 FVhPIdentifier FVhPVariable.getIdentifier()
           
 FVhPIdentifier FVhPRecordElement.getIdentifier()
           
 FVhPIdentifier FVhPConstant.getIdentifier()
           
 FVhPIdentifier FVhPSignal.getIdentifier()
           
 FVhPIdentifier FVhPInterfaceElement.getIdentifier()
           
 FVhPIdentifier FVhPForIndex.getIdentifier()
           
 

Methods in com.eu.miscedautils.vhdlparser with parameters of type FVhPIdentifier
 void FVhPLoopParameter.setIdentifier(FVhPIdentifier identifier)
           
 void FVhPVariable.setIdentifier(FVhPIdentifier identifier)
           
 void FVhPRecordElement.setIdentifier(FVhPIdentifier identifier)
           
 void FVhPConstant.setIdentifier(FVhPIdentifier identifier)
           
 void FVhPSignal.setIdentifier(FVhPIdentifier identifier)
           
 void FVhPInterfaceElement.setIdentifier(FVhPIdentifier identifier)
           
 void FVhPForIndex.setIdentifier(FVhPIdentifier identifier)
           
 

Constructors in com.eu.miscedautils.vhdlparser with parameters of type FVhPIdentifier
FVhPConstant(java.lang.Integer line, FVhPIdentifier id, FVhPSubTypeIndication type)
           
FVhPForIndex(java.lang.Integer line, FVhPIdentifier id, FVhPBase range)
           
FVhPInterfaceElement(java.lang.Integer line, FVhPIdentifier id, FVhPSubTypeIndication type)
           
FVhPLoopParameter(java.lang.Integer line, FVhPIdentifier id, FVhPBase range)
           
FVhPRecordElement(java.lang.Integer line, FVhPIdentifier id, FVhPSubTypeIndication type)
           
FVhPSignal(java.lang.Integer line, FVhPIdentifier id, FVhPSubTypeIndication type)
           
FVhPVariable(java.lang.Integer line, FVhPIdentifier id, FVhPSubTypeIndication type)