Interface ICompilableType

    • Method Detail

      • getEnclosingType

        ICompilableType getEnclosingType()
        Description copied from interface: IType
        Returns the type immediately enclosing this type. If this type is not enclosed, returns null.
        Specified by:
        getEnclosingType in interface IType
      • getTypeLoader

        GosuClassTypeLoader getTypeLoader()
        Description copied from interface: IType
        Returns the type loader responsible for loading this intrinsic type.
        Specified by:
        getTypeLoader in interface IType
      • isAnonymous

        boolean isAnonymous()
      • getExternalSymbol

        ISymbol getExternalSymbol​(java.lang.String s)
      • isStatic

        boolean isStatic()