Class IRMethodCallExpressionBuilder.MethodInfo

    • Field Detail

      • _owningType

        private IRType _owningType
      • _paramTypes

        private java.util.List<IRType> _paramTypes
      • _returnType

        private IRType _returnType
      • _special

        private boolean _special
    • Constructor Detail

      • MethodInfo

        private MethodInfo​(java.lang.reflect.Method method)
      • MethodInfo

        private MethodInfo​(IRType owningType,
                           java.util.List<IRType> paramTypes,
                           IRType returnType,
                           boolean special)
    • Method Detail

      • getOwningType

        public IRType getOwningType()
      • getParamTypes

        public java.util.List<IRType> getParamTypes()
      • getReturnType

        public IRType getReturnType()
      • isInterface

        public boolean isInterface()
      • isSpecial

        public boolean isSpecial()