Package gw.lang.ir.builder.expression
Class IRMethodCallExpressionBuilder.MethodInfo
- java.lang.Object
-
- gw.lang.ir.builder.expression.IRMethodCallExpressionBuilder.MethodInfo
-
- Enclosing class:
- IRMethodCallExpressionBuilder
private static class IRMethodCallExpressionBuilder.MethodInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private IRType_owningTypeprivate java.util.List<IRType>_paramTypesprivate IRType_returnTypeprivate boolean_special
-
Constructor Summary
Constructors Modifier Constructor Description privateMethodInfo(IRType owningType, java.util.List<IRType> paramTypes, IRType returnType, boolean special)privateMethodInfo(IJavaClassMethod method)privateMethodInfo(java.lang.reflect.Method method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IRTypegetOwningType()java.util.List<IRType>getParamTypes()IRTypegetReturnType()booleanisInterface()booleanisSpecial()
-
-
-
Constructor Detail
-
MethodInfo
private MethodInfo(IJavaClassMethod method)
-
MethodInfo
private MethodInfo(java.lang.reflect.Method method)
-
-