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

Packages that use FVhPSubTypeIndication
com.eu.miscedautils.vhdlparser   
 

Uses of FVhPSubTypeIndication in com.eu.miscedautils.vhdlparser
 

Methods in com.eu.miscedautils.vhdlparser that return FVhPSubTypeIndication
 FVhPSubTypeIndication FVhPAccessType.getDataType()
           
 FVhPSubTypeIndication FVhPArrayType.getElementSubTypeInd()
           
 FVhPSubTypeIndication FVhPSubProgramBody.getReturnType()
           
 FVhPSubTypeIndication FVhPSubProgramDecl.getReturnType()
           
 FVhPSubTypeIndication FVhPAliasDeclaration.getSubTypeInd()
           
 FVhPSubTypeIndication FVhPExprBase.getSubtypeIndication()
           
 FVhPSubTypeIndication FVhPFileDecl.getSubTypeIndication()
           
 FVhPSubTypeIndication FVhPVariable.getType()
           
 FVhPSubTypeIndication FVhPSimpleName.getType()
           
 FVhPSubTypeIndication FVhPRecordElement.getType()
           
 FVhPSubTypeIndication FVhPConstant.getType()
           
 FVhPSubTypeIndication FVhPSignal.getType()
           
 FVhPSubTypeIndication FVhPInterfaceElement.getType()
           
static FVhPSubTypeIndication FVhPUtils.retrieveArrayElementSubTypeIndication(FVhPBase utype)
           
static FVhPSubTypeIndication FVhPUtils.retrieveSubTypeIndication(FVhPBase utype)
           
 

Methods in com.eu.miscedautils.vhdlparser with parameters of type FVhPSubTypeIndication
 void FVhPAccessType.setDataType(FVhPSubTypeIndication dataType)
           
 void FVhPArrayType.setElementSubTypeInd(FVhPSubTypeIndication subTypeInd)
           
 void FVhPSubProgramBody.setReturnType(FVhPSubTypeIndication returnType)
           
 void FVhPSubProgramDecl.setReturnType(FVhPSubTypeIndication returnType)
           
 void FVhPAliasDeclaration.setSubTypeInd(FVhPSubTypeIndication subTypeInd)
           
 void FVhPExprBase.setSubtypeIndication(FVhPSubTypeIndication subtypeIndication)
           
 void FVhPFileDecl.setSubTypeIndication(FVhPSubTypeIndication type)
           
 void FVhPVariable.setType(FVhPSubTypeIndication type)
           
 void FVhPSimpleName.setType(FVhPSubTypeIndication type)
           
 void FVhPRecordElement.setType(FVhPSubTypeIndication type)
           
 void FVhPConstant.setType(FVhPSubTypeIndication type)
           
 void FVhPSignal.setType(FVhPSubTypeIndication type)
           
 void FVhPInterfaceElement.setType(FVhPSubTypeIndication type)
           
 

Constructors in com.eu.miscedautils.vhdlparser with parameters of type FVhPSubTypeIndication
FVhPAccessType(java.lang.Integer line, FVhPSubTypeIndication data)
           
FVhPAliasDeclaration(java.lang.Integer line, java.lang.String id, FVhPSubTypeIndication sind)
           
FVhPArrayType(java.util.LinkedList<FVhPBase> cons, FVhPSubTypeIndication sind, java.lang.Integer line)
           
FVhPConstant(java.lang.Integer line, FVhPIdentifier id, FVhPSubTypeIndication type)
           
FVhPFileDecl(java.lang.Integer line, java.lang.String id, FVhPSubTypeIndication type)
           
FVhPInterfaceElement(java.lang.Integer line, FVhPIdentifier id, FVhPSubTypeIndication type)
           
FVhPRecordElement(java.lang.Integer line, FVhPIdentifier id, FVhPSubTypeIndication type)
           
FVhPSignal(java.lang.Integer line, FVhPIdentifier id, FVhPSubTypeIndication type)
           
FVhPSimpleName(java.lang.Integer line, java.lang.String id, FVhPSubTypeIndication type)
           
FVhPVariable(java.lang.Integer line, FVhPIdentifier id, FVhPSubTypeIndication type)