Uses of Class
gnu.bytecode.Method
-
Packages that use Method Package Description gnu.bytecode Contains classes to generate, read, write, and print Java bytecode in the form of.classfiles.gnu.expr SupportsExpression, and various related classes need to compile programming languages.gnu.kawa.functions gnu.kawa.lispexpr gnu.kawa.xml gnu.xquery.util kawa.lang -
-
Uses of Method in gnu.bytecode
Fields in gnu.bytecode declared as Method Modifier and Type Field Description static MethodType. booleanValue_methodstatic MethodType. clone_methodMethodClassType. constructorstatic MethodType. doubleValue_methodstatic MethodType. floatValue_methodstatic MethodType. intValue_methodstatic MethodType. longValue_methodstatic MethodType. toString_methodMethods in gnu.bytecode that return Method Modifier and Type Method Description MethodClassType. addMethod(Constructor method)MethodClassType. addMethod(Method method)MethodClassType. addMethod(String name)MethodClassType. addMethod(String name, int flags)MethodClassType. addMethod(String name, int flags, Type[] arg_types, Type return_type)Add a method to this ClassType.MethodClassType. addMethod(String name, Type[] arg_types, Type return_type, int flags)MethodClassType. addMethod(String name, String signature, int flags)MethodClassType. checkSingleAbstractMethod()Check to see if this is a Single Abstract Method (SAM) type.Method[]ClassType. getAbstractMethods()MethodClassType. getDeclaredMethod(String name, int argCount)Get a method with matching name and number of arguments.MethodClassType. getDeclaredMethod(String name, Type[] arg_types)Look for a matching method.MethodSpecialObjectType. getDeclaredMethod(String name, int argCount)MethodClassType. getDeclaredMethods()MethodClassType. getDeclaredStaticMethod(String name, int argCount)Get a static method with matching name and number of arguments.MethodClassType. getDefaultConstructor()Method[]ClassType. getMatchingMethods(String name, Type[] paramTypes, int flags)MethodClassType. getMethod(Method method)Add a method to this ClassType.MethodClassType. getMethod(String name, Type[] arg_types)Looks for a method matching the name and types.MethodCodeAttr. getMethod()MethodLocalVarsAttr. getMethod()MethodObjectType. getMethod(String name, Type[] arg_types)MethodSpecialObjectType. getMethod(String name, Type[] arg_types)MethodStackMapTableAttr. getMethod()MethodClassType. getMethods()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.MethodMethod. getNext()Methods in gnu.bytecode with parameters of type Method Modifier and Type Method Description CpoolMethodHandleConstantPool. addMethodHandle(Method method)CpoolRefConstantPool. addMethodRef(Method method)CpoolNameAndTypeConstantPool. addNameAndType(Method method)voidCodeAttr. emitInvoke(Method method)voidCodeAttr. emitInvokeInterface(Method method)voidCodeAttr. emitInvokeMethod(Method method, int opcode)voidCodeAttr. emitInvokeSpecial(Method method)voidCodeAttr. emitInvokeStatic(Method method)Compile a static method call.voidCodeAttr. emitInvokeVirtual(Method method)Compile a virtual method call.voidCodeAttr. emitPushMethodHandle(Method method)Push a MethodHandle, using an appropriate constant pool entry.intClassType. getMethods(Filter filter, int searchSupers, Method[] result, int offset)Deprecated.voidClassTypeWriter. printMethod(Method method)Method parameters in gnu.bytecode with type arguments of type Method Modifier and Type Method Description intArrayType. getMethods(Filter filter, int searchSupers, List<Method> result)intClassType. getMethods(Filter filter, int searchSupers, List<Method> result)Helper to get methods satisfying a filtering predicate.intObjectType. getMethods(Filter filter, int searchSupers, List<Method> result)intSpecialObjectType. getMethods(Filter filter, int searchSupers, List<Method> result)Constructors in gnu.bytecode with parameters of type Method Constructor Description CodeAttr(Method meth)ExceptionsAttr(Method meth)Add a new ExceptionsAttr to a Method.LocalVarsAttr(Method method)Create, but don't link into method.code's attributes list (yet).Method(Method base, ClassType clas)A copy constructor, except you can override the declaring class. -
Uses of Method in gnu.expr
Fields in gnu.expr declared as Method Modifier and Type Field Description static MethodCompilation. apply0methodstatic MethodCompilation. apply1methodstatic MethodCompilation. apply2methodstatic MethodCompilation. apply3methodstatic MethodCompilation. apply4methodstatic MethodCompilation. applyCpsMethodstatic Method[]Compilation. applymethodsstatic MethodCompilation. applyNmethodstatic MethodCompilation. getCallContextInstanceMethodstatic MethodCompilation. getCurrentEnvironmentMethodstatic MethodCompilation. getNextArgMethodMethodDeclaration. getterMethodstatic MethodConditionalTarget. isTrueMethodMethodCompilation. methodThe current method.MethodDeclaration. setterMethodMethods in gnu.expr that return Method Modifier and Type Method Description protected MethodClassExp. findMethodForBridge(String mname, Type[] ptypes, Type rtype)Finds a like-named method suitable for bridging the given arg/return types (i.e.MethodCompilation. generateCheckMethod(LambdaExp lexp, LambdaExp parent)static MethodCompilation. getConstructor(ClassType clas, LambdaExp lexp)MethodCompilation. getConstructor(LambdaExp lexp)MethodCompilation. getForNameHelper()Generate a method to find a named Class without initializing it.MethodLambdaExp. getMainMethod()Get the method that contains the actual body of the procedure.MethodLambdaExp. getMethod(int nonSpliceCount, int spliceCount)Select the method used given an argument count.MethodPrimProcedure. getMethod()static MethodBindingInitializer. makeLocationMethod(Object name)Methods in gnu.expr with parameters of type Method Modifier and Type Method Description static voidApplyExp. compileArgsToContext(ApplyExp exp, Method setupMethod, Compilation comp)static voidPrimProcedure. compileInvoke(Compilation comp, Method method, Target target, boolean isTailCall, int op_code, Type returnType, boolean doFixUnsigned)Emit the actual invoke operation, after arguments have been pushed.static voidConsumerTarget. compileUsingConsumer(Expression exp, Compilation comp, Target target, Method makeMethod, Method resultMethod)voidClassExp. generateBridgeMethod(Compilation comp, Method src_method, Type[] bridge_arg_types, Type bridge_return_type)Given an existing method and a desired bridge method signature, generates an appropriate bridge method.voidPrimProcedure. setMethodForInvoke(Method m)static booleanPrimProcedure. takesContext(Method method)static booleanPrimProcedure. takesVarArgs(Method method)Constructors in gnu.expr with parameters of type Method Constructor Description ApplyExp(Method m, Expression... a)PrimProcedure(Method method)PrimProcedure(Method method, char mode, Language language, ParameterizedType parameterizedType)PrimProcedure(Method method, Type retType, Type[] argTypes)PrimProcedure(Method method, LambdaExp source)PrimProcedure(Method method, Language language) -
Uses of Method in gnu.kawa.functions
Methods in gnu.kawa.functions with parameters of type Method Modifier and Type Method Description static voidValuesMap. compileInlined(LambdaExp lambda, Expression vals, int startCounter, Method matchesMethod, Compilation comp, Target target) -
Uses of Method in gnu.kawa.lispexpr
Methods in gnu.kawa.lispexpr that return Method Modifier and Type Method Description protected MethodLangObjType. coercionOrNullMethod() -
Uses of Method in gnu.kawa.xml
Fields in gnu.kawa.xml declared as Method Modifier and Type Field Description static MethodSortNodes. canonicalizeMethodstatic MethodCoerceNodes. makeNodesMethodstatic MethodSortNodes. makeSortedNodesMethod -
Uses of Method in gnu.xquery.util
Fields in gnu.xquery.util declared as Method Modifier and Type Field Description static MethodValuesFilter. matchesMethod -
Uses of Method in kawa.lang
Fields in kawa.lang declared as Method Modifier and Type Field Description static MethodPattern. matchPatternMethod
-