Uses of Class
eu.bandm.tools.lljava.absy.LLJava.MethodHandle
Packages that use LLJava.MethodHandle
Package
Description
Abstract Syntax of LLJava, representing the byte code instructions, the
objects which contain byte code, and the attributes specific to byte code
classes.
-
Uses of LLJava.MethodHandle in eu.bandm.tools.lljava.absy
Fields in eu.bandm.tools.lljava.absy declared as LLJava.MethodHandleModifier and TypeFieldDescriptionprotected LLJava.MethodHandleLLJava.MethodHandleExpr.entryGenerated by umod; model author's documentation MISSING.protected LLJava.MethodHandleLLJava.BootstrapMethod.handleGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.lljava.absy that return LLJava.MethodHandleModifier and TypeMethodDescriptionLLJava.MethodHandle.doclone()Clones this object.LLJava.MethodHandleExpr.get_entry()Generated by umod; model author's documentation MISSING.LLJava.BootstrapMethod.get_handle()Generated by umod; model author's documentation MISSING.Copies values of all common fields from the argument.LLJava.MethodHandle.with_kind(LLJava.HandleKind val) Generated by umod; model author's documentation MISSING.LLJava.MethodHandle.with_reference(LLJava.MemberRef val) Generated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.lljava.absy that return types with arguments of type LLJava.MethodHandleModifier and TypeMethodDescriptionstatic Pattern<LLJava.MethodHandle> LLJava.MethodHandle.get_kind(Pattern<? super LLJava.HandleKind> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.MethodHandle> LLJava.MethodHandle.get_reference(Pattern<? super LLJava.MemberRef> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.MethodHandle> LLJava.__Patterns.term_MethodHandle(Pattern<? super LLJava.Loadable> superpattern, Pattern<? super LLJava.HandleKind> p_kind, Pattern<? super LLJava.MemberRef> p_reference) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.MethodHandleModifier and TypeMethodDescriptionprotected voidLLJava.__Formatter.action(LLJava.MethodHandle el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.MethodHandle e0) protected voidLLJava.MultiVisitor.action(LLJava.MethodHandle e0) protected voidLLJava.Visitor.action(LLJava.MethodHandle e0) protected voidLLJava.MultiVisitor.descend(LLJava.MethodHandle e0) voidLLJava.MATCH_ONLY_00.match(LLJava.MethodHandle e0) protected voidLLJava.MultiVisitor.post(LLJava.MethodHandle e0) protected voidLLJava.MultiVisitor.pre(LLJava.MethodHandle e0) protected FormatLLJava.__Formatter.toFormat(LLJava.MethodHandle el) LLJava.BootstrapMethod.with_handle(LLJava.MethodHandle val) Generated by umod; model author's documentation MISSING.booleanLLJava.MethodHandle.x_equals(LLJava.MethodHandle e0) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.MethodHandleModifier and TypeMethodDescriptionLLJava.__Patterns.cast_MethodHandle(Pattern<? super LLJava.MethodHandle> p) static Pattern<LLJava.BootstrapMethod> LLJava.BootstrapMethod.get_handle(Pattern<? super LLJava.MethodHandle> p) Lifts a pattern which matches the field value to one which matches this whole object.Constructors in eu.bandm.tools.lljava.absy with parameters of type LLJava.MethodHandleModifierConstructorDescriptionBootstrapMethod(LLJava.MethodHandle handle) Synthetic minimal constructor provided by the umod compiler.BootstrapMethod(LLJava.MethodHandle handle, CheckedList<LLJava.Loadable> arguments) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". -
Uses of LLJava.MethodHandle in eu.bandm.tools.lljava.codec
Methods in eu.bandm.tools.lljava.codec with parameters of type LLJava.MethodHandle