Uses of Class
eu.bandm.tools.lljava.absy.LLJava.Loadable
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.Loadable in eu.bandm.tools.lljava.absy
Modifier and TypeClassDescriptionstatic class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.Modifier and TypeFieldDescriptionprotected CheckedList
<LLJava.Loadable> LLJava.BootstrapMethod.arguments
Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescriptionLLJava.Loadable.doclone()
Clones this object.LLJava.LoadableExpr.get_entry()
Copies values of all common fields from the argument.Modifier and TypeMethodDescriptionLLJava.BootstrapMethod.get_arguments()
Generated by umod; model author's documentation MISSING.static Pattern
<LLJava.Loadable> LLJava.__Patterns.term_Loadable
(Pattern<? super LLJava.ConstantPoolEntry> superpattern) Modifier and TypeMethodDescriptionprotected void
LLJava.__Formatter.action
(LLJava.Loadable el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.Loadable e0) protected void
LLJava.MultiVisitor.action
(LLJava.Loadable e0) protected void
LLJava.Visitor.action
(LLJava.Loadable e0) protected void
LLJava.MultiVisitor.descend
(LLJava.Loadable e0) void
LLJava.MATCH_ONLY_00.match
(LLJava.Loadable e0) protected void
LLJava.MultiVisitor.post
(LLJava.Loadable e0) protected void
LLJava.MultiVisitor.pre
(LLJava.Loadable e0) boolean
LLJava.BooleanLiteral.set_entry
(LLJava.Loadable val) Generated by umod; model author's documentation MISSING.boolean
LLJava.CharLiteral.set_entry
(LLJava.Loadable val) Generated by umod; model author's documentation MISSING.boolean
LLJava.ClassExpr.set_entry
(LLJava.Loadable val) Generated by umod; model author's documentation MISSING.boolean
LLJava.DoubleLiteral.set_entry
(LLJava.Loadable val) Generated by umod; model author's documentation MISSING.boolean
LLJava.FloatLiteral.set_entry
(LLJava.Loadable val) Generated by umod; model author's documentation MISSING.boolean
LLJava.IntLiteral.set_entry
(LLJava.Loadable val) Generated by umod; model author's documentation MISSING.boolean
LLJava.LongLiteral.set_entry
(LLJava.Loadable val) Generated by umod; model author's documentation MISSING.boolean
LLJava.MethodHandleExpr.set_entry
(LLJava.Loadable val) Generated by umod; model author's documentation MISSING.boolean
LLJava.MethodTypeExpr.set_entry
(LLJava.Loadable val) Generated by umod; model author's documentation MISSING.boolean
LLJava.StringLiteral.set_entry
(LLJava.Loadable val) Generated by umod; model author's documentation MISSING.protected Format
LLJava.__Formatter.toFormat
(LLJava.Loadable el) Modifier and TypeMethodDescriptionLLJava.__Patterns.cast_Loadable
(Pattern<? super LLJava.Loadable> p) static 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.static Pattern
<LLJava.LoadableExpr> LLJava.LoadableExpr.get_entry
(Pattern<? super LLJava.Loadable> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern
<LLJava.ClassRef> LLJava.__Patterns.term_ClassRef
(Pattern<? super LLJava.Loadable> superpattern, Pattern<? super LLJava.ConstantUTF8> p_name) static Pattern
<LLJava.ConstantDoubleValue> LLJava.__Patterns.term_ConstantDoubleValue
(Pattern<? super LLJava.Loadable> superpattern) static Pattern
<LLJava.ConstantSingleValue> LLJava.__Patterns.term_ConstantSingleValue
(Pattern<? super LLJava.Loadable> superpattern) 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) static Pattern
<LLJava.MethodType> LLJava.__Patterns.term_MethodType
(Pattern<? super LLJava.Loadable> superpattern, Pattern<? super LLJava.ConstantUTF8> p_descriptor) LLJava.BootstrapMethod.with_arguments
(CheckedList<LLJava.Loadable> val) Generated by umod; model author's documentation MISSING.ModifierConstructorDescriptionBootstrapMethod
(LLJava.MethodHandle handle, CheckedList<LLJava.Loadable> arguments) Constructor generated according to specification #0
Constructor defined according to directive "C 0/.."
. -
Uses of LLJava.Loadable in eu.bandm.tools.lljava.codec
Modifier and TypeFieldDescriptionstatic final Map
<LLJava.Loadable, Byte> Constants.constantOpcodes
Modifier and TypeMethodDescriptionprotected LLJava.Literal
Decoder.literal
(LLJava.Loadable entry) protected LLJava.LoadableExpr
Decoder.loadable
(LLJava.Loadable entry)