Interface JavaClassParent

    • Method Detail

      • resolveType

        java.lang.String resolveType​(java.lang.String typeName)
        Resolve a type-name within the context of this source or class.
        Parameters:
        typeName - name of a type
        Returns:
        the fully-qualified name of the type, or null if it cannot be resolved
      • getClassNamePrefix

        java.lang.String getClassNamePrefix()
      • getNestedClassByName

        JavaClass getNestedClassByName​(java.lang.String name)