Uses of Class
eu.bandm.tools.lljava.absy.LLJava.BootstrapMethod
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.BootstrapMethod in eu.bandm.tools.lljava.absy
Modifier and TypeFieldDescriptionprotected LLJava.BootstrapMethod
LLJava.AbstractDynamic.bootstrap
Generated by umod; model author's documentation MISSING.Modifier and TypeFieldDescriptionprotected CheckedList<LLJava.BootstrapMethod>
LLJava.BootstrapMethodsAttribute.bootstrapMethods
Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescriptionLLJava.BootstrapMethod.doclone()
Clones this object.LLJava.AbstractDynamic.get_bootstrap()
Generated by umod; model author's documentation MISSING.Copies values of all common fields from the argument.LLJava.BootstrapMethod.with_arguments
(CheckedList<LLJava.Loadable> val) Generated by umod; model author's documentation MISSING.LLJava.BootstrapMethod.with_handle
(LLJava.MethodHandle val) Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescriptionstatic Pattern<LLJava.BootstrapMethod>
LLJava.BootstrapMethod.get_arguments
(Pattern<? super CheckedList<LLJava.Loadable>> p) Lifts a pattern which matches the field value to one which matches this whole object.LLJava.BootstrapMethodsAttribute.get_bootstrapMethods()
Generated by umod; model author's documentation MISSING.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.static Pattern<LLJava.BootstrapMethod>
LLJava.__Patterns.term_BootstrapMethod
(Pattern<Object> superpattern, Pattern<? super LLJava.MethodHandle> p_handle, Pattern<? super CheckedList<LLJava.Loadable>> p_arguments) Modifier and TypeMethodDescriptionprotected void
LLJava.__Formatter.action
(LLJava.BootstrapMethod el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.BootstrapMethod e0) protected void
LLJava.MultiVisitor.action
(LLJava.BootstrapMethod e0) protected void
LLJava.Visitor.action
(LLJava.BootstrapMethod e0) protected void
LLJava.MultiVisitor.descend
(LLJava.BootstrapMethod e0) void
LLJava.MultiVisitor.follow_arguments
(LLJava.BootstrapMethod element) void
LLJava.Visitor.follow_arguments
(LLJava.BootstrapMethod element) void
LLJava.MATCH_ONLY_00.followAll_arguments
(LLJava.BootstrapMethod element) void
LLJava.MATCH_ONLY_00.match
(LLJava.BootstrapMethod e0) protected void
LLJava.MultiVisitor.post
(LLJava.BootstrapMethod e0) protected void
LLJava.MultiVisitor.pre
(LLJava.BootstrapMethod e0) protected Format
LLJava.__Formatter.toFormat
(LLJava.BootstrapMethod el) LLJava.AbstractDynamic.with_bootstrap
(LLJava.BootstrapMethod val) Generated by umod; model author's documentation MISSING.boolean
LLJava.BootstrapMethod.x_equals
(LLJava.BootstrapMethod e0) Modifier and TypeMethodDescriptionLLJava.__Patterns.cast_BootstrapMethod
(Pattern<? super LLJava.BootstrapMethod> p) static Pattern<LLJava.AbstractDynamic>
LLJava.AbstractDynamic.get_bootstrap
(Pattern<? super LLJava.BootstrapMethod> p) Lifts a pattern which matches the field value to one which matches this whole object.LLJava.BootstrapMethodsAttribute.get_bootstrapMethods
(Pattern<? super CheckedList<LLJava.BootstrapMethod>> p) Lifts a pattern which matches the field value to one which matches this whole object.boolean
LLJava.BootstrapMethodsAttribute.set_bootstrapMethods
(CheckedList<LLJava.BootstrapMethod> val) Generated by umod; model author's documentation MISSING.ModifierConstructorDescriptionAbstractDynamic
(LLJava.BootstrapMethod bootstrap, LLJava.NameAndType nametype) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".Dynamic
(LLJava.BootstrapMethod bootstrap, LLJava.NameAndType nametype) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".InvokeDynamic
(LLJava.BootstrapMethod bootstrap, LLJava.NameAndType nametype) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". -
Uses of LLJava.BootstrapMethod in eu.bandm.tools.lljava.codec
Modifier and TypeMethodDescriptionprotected void
Encoder.descend
(LLJava.BootstrapMethod x) (package private) int
Encoder.find
(LLJava.BootstrapMethod b)