Home
last modified time | relevance | path

Searched refs:xTypeDescription (Results 1 – 2 of 2) sorted by relevance

/trunk/main/odk/examples/java/Inspector/
H A DSourceCodeGenerator.java488 if (xTypeDescription != null){ in getTypeString()
489 …sTypeString = getTypeString(xTypeDescription.getName(), xTypeDescription.getTypeClass(), _bAsHeade… in getTypeString()
527 if (xTypeDescription != null){ in getVariableDeclaration()
528 aLocTypeClass = xTypeDescription.getTypeClass(); in getVariableDeclaration()
603 if (xTypeDescription != null){ in getCentralVariableStemName()
712 if (xTypeDescription != null){ in getVariableStemName()
879 if (xTypeDescription != null){ in getHeaderSourceCode()
880 if (!m_oIntrospector.isPrimitive(xTypeDescription.getTypeClass())){ in getHeaderSourceCode()
881 … sClassName = getTypeString(xTypeDescription.getName(), xTypeDescription.getTypeClass(), true); in getHeaderSourceCode()
1436 if (xTypeDescription != null){ in getHeaderSourceCode()
[all …]
H A DIntrospector.java434 XTypeDescription xTypeDescription = null; in getReferencedType() local
441 xTypeDescription = xIndirectTypeDescription.getReferencedType(); in getReferencedType()
448 return xTypeDescription; in getReferencedType()

Completed in 33 milliseconds