Package gw.lang.ir.builder.expression
Class IRMethodCallExpressionBuilder.MethodInfo
java.lang.Object
gw.lang.ir.builder.expression.IRMethodCallExpressionBuilder.MethodInfo
- Enclosing class:
- IRMethodCallExpressionBuilder
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateMethodInfo(IRType owningType, List<IRType> paramTypes, IRType returnType, boolean special) privateMethodInfo(IJavaClassMethod method) privateMethodInfo(Method method) -
Method Summary
Modifier and TypeMethodDescriptionbooleanboolean
-
Field Details
-
_owningType
-
_paramTypes
-
_returnType
-
_special
private boolean _special
-
-
Constructor Details
-
MethodInfo
-
MethodInfo
-
MethodInfo
-
-
Method Details
-
getOwningType
-
getParamTypes
-
getReturnType
-
isInterface
public boolean isInterface() -
isSpecial
public boolean isSpecial()
-