Uses of Class
eu.bandm.tools.lljava.absy.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
Modifier and TypeFieldDescriptionprotected LLJava.MethodHandle
LLJava.MethodHandleExpr.entry
Generated by umod; model author's documentation MISSING.protected LLJava.MethodHandle
LLJava.BootstrapMethod.handle
Generated by umod; model author's documentation MISSING.Modifier 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.Modifier 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) Modifier and TypeMethodDescriptionprotected void
LLJava.__Formatter.action
(LLJava.MethodHandle el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.MethodHandle e0) protected void
LLJava.MultiVisitor.action
(LLJava.MethodHandle e0) protected void
LLJava.Visitor.action
(LLJava.MethodHandle e0) protected void
LLJava.MultiVisitor.descend
(LLJava.MethodHandle e0) void
LLJava.MATCH_ONLY_00.match
(LLJava.MethodHandle e0) protected void
LLJava.MultiVisitor.post
(LLJava.MethodHandle e0) protected void
LLJava.MultiVisitor.pre
(LLJava.MethodHandle e0) protected Format
LLJava.__Formatter.toFormat
(LLJava.MethodHandle el) LLJava.BootstrapMethod.with_handle
(LLJava.MethodHandle val) Generated by umod; model author's documentation MISSING.boolean
LLJava.MethodHandle.x_equals
(LLJava.MethodHandle e0) Modifier 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.ModifierConstructorDescriptionBootstrapMethod
(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