Interface IRMethod

    • Method Detail

      • getReturnType

        IRType getReturnType()
      • getExplicitParameterTypes

        List<IRType> getExplicitParameterTypes()
      • getAllParameterTypes

        List<IRType> getAllParameterTypes()
      • getOwningIRType

        IRType getOwningIRType()
      • getOwningIType

        IType getOwningIType()
      • isStatic

        boolean isStatic()
      • getTargetRootIRType

        IRType getTargetRootIRType()
      • isBytecodeMethod

        boolean isBytecodeMethod()
      • couldHaveTypeVariables

        boolean couldHaveTypeVariables()
      • isGeneratedEnumMethod

        boolean isGeneratedEnumMethod()