Uses of Class gnu.bytecode.Method

Uses in package gnu.bytecode

Constructors with parameter type gnu.bytecode.Method

Add a new ExceptionsAttr to a Method.
Create, but don't link into method.code's attributes list (yet).

Fields of type gnu.bytecode.Method

Method
Method
Method
Method
Method
Method
Method
Method

Methods with parameter type gnu.bytecode.Method

CpoolRef
CpoolNameAndType
void
void
void
CodeAttr.emitInvokeMethod(Method method, int opcode)
void
void
Compile a static method call.
void
Compile a virtual method call.
int
ClassType.getMethods(Filter filter, int searchSupers, Method[] result, int offset)
Helper to get methods satisfying a filtering predicate.

Methods with return type gnu.bytecode.Method

Method
ClassType.addMethod(String name)
Method
ClassType.addMethod(String name, String signature, int flags)
Method
ClassType.addMethod(String name, Type[] arg_types, Type return_type, int flags)
Method
ClassType.addMethod(String name, int flags)
Method
ClassType.addMethod(String name, int flags, Type[] arg_types, Type return_type)
Add a method to this ClassType.
Method
ClassType.getDeclaredMethod(String name, Type[] arg_types)
Look for a matching method.
Method
ClassType.getDeclaredMethod(String name, int argCount)
Get a method with matching name and number of arguments.
Method
Method[]
ClassType.getMatchingMethods(String name, Type[] paramTypes, int flags)
Method
Method
Method
ClassType.getMethod(String name, Type[] arg_types)
Method
ClassType.getMethod(java.lang.reflect.Method method)
Add a method to this ClassType.
Method
Get the methods of this class.
Method[]
ClassType.getMethods(Filter filter, boolean searchSupers)
Method[]
ClassType.getMethods(Filter filter, int searchSupers)
Get methods matching a given filter.
Method
Method
Make a generic "clone" method.

Uses in package gnu.expr

Constructors with parameter type gnu.bytecode.Method

PrimProcedure.PrimProcedure(Method method, char mode, Language language)

Fields of type gnu.bytecode.Method

Method
Method
Method
Method
Method
Method
Method
Method[]
Method
Method
Method
Method
Method
Method
Method
Method
Method
The current method.

Methods with parameter type gnu.bytecode.Method

void
PrimProcedure.compileInvoke(Compilation comp, Method method, Target target, boolean isTailCall, int op_code, Type stackType)
Emit the actual invoke operation, after arguments have been pushed.
void
ConsumerTarget.compileUsingConsumer(Expression exp, Compilation comp, Target target, Method makeMethod, Method resultMethod)
boolean

Methods with return type gnu.bytecode.Method

Method
Method
Method
Generate a method to find a named Class without initializing it.
Method
Get the method that contains the actual body of the procedure.
Method
Method
LambdaExp.getMethod(int argCount)
Select the method used given an argument count.
Method

Uses in package gnu.kawa.functions

Methods with parameter type gnu.bytecode.Method

void
ValuesMap.compileInlined(LambdaExp lambda, Expression vals, int startCounter, Method matchesMethod, Compilation comp, Target target)

Uses in package gnu.kawa.xml

Fields of type gnu.bytecode.Method

Method
Method
Method

Uses in package gnu.xquery.util

Fields of type gnu.bytecode.Method

Method

Uses in package kawa.lang

Fields of type gnu.bytecode.Method

Method