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
ConstructorsModifierConstructorDescriptionprivate
MethodInfo
(IRType owningType, List<IRType> paramTypes, IRType returnType, boolean special) private
MethodInfo
(IJavaClassMethod method) private
MethodInfo
(Method method) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
-
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()
-