Class IRMethodCallExpressionBuilder.MethodInfo

java.lang.Object
gw.lang.ir.builder.expression.IRMethodCallExpressionBuilder.MethodInfo
Enclosing class:
IRMethodCallExpressionBuilder

private static class IRMethodCallExpressionBuilder.MethodInfo extends Object
  • Field Details

    • _owningType

      private IRType _owningType
    • _paramTypes

      private List<IRType> _paramTypes
    • _returnType

      private IRType _returnType
    • _special

      private boolean _special
  • Constructor Details

    • MethodInfo

      private MethodInfo(IJavaClassMethod method)
    • MethodInfo

      private MethodInfo(Method method)
    • MethodInfo

      private MethodInfo(IRType owningType, List<IRType> paramTypes, IRType returnType, boolean special)
  • Method Details

    • getOwningType

      public IRType getOwningType()
    • getParamTypes

      public List<IRType> getParamTypes()
    • getReturnType

      public IRType getReturnType()
    • isInterface

      public boolean isInterface()
    • isSpecial

      public boolean isSpecial()