Searched refs:xTypeDescription (Results 1 – 2 of 2) sorted by relevance
487 … XTypeDescription xTypeDescription = Introspector.getIntrospector().getReferencedType(_sTypeName); in getTypeString() local488 if (xTypeDescription != null){ in getTypeString()489 …sTypeString = getTypeString(xTypeDescription.getName(), xTypeDescription.getTypeClass(), _bAsHeade… in getTypeString()526 … XTypeDescription xTypeDescription = Introspector.getIntrospector().getReferencedType(sTypeName); in getVariableDeclaration() local527 if (xTypeDescription != null){ in getVariableDeclaration()528 aLocTypeClass = xTypeDescription.getTypeClass(); in getVariableDeclaration()602 …XTypeDescription xTypeDescription = Introspector.getIntrospector().getReferencedType(getTypeName()… in getCentralVariableStemName() local603 if (xTypeDescription != null){ in getCentralVariableStemName()604 … sCentralVariableStemName = getCentralVariableStemName(xTypeDescription.getTypeClass()); in getCentralVariableStemName()711 …XTypeDescription xTypeDescription = Introspector.getIntrospector().getReferencedType(getTypeName()… in getVariableStemName() local[all …]
434 XTypeDescription xTypeDescription = null; in getReferencedType() local441 xTypeDescription = xIndirectTypeDescription.getReferencedType(); in getReferencedType()448 return xTypeDescription; in getReferencedType()