Uses of Class
eu.bandm.tools.lljava.absy.LLJava.Loadable
Packages that use 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
Subclasses of LLJava.Loadable in eu.bandm.tools.lljava.absyModifier 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.Fields in eu.bandm.tools.lljava.absy with type parameters of type LLJava.LoadableModifier and TypeFieldDescriptionprotected CheckedList
<LLJava.Loadable> LLJava.BootstrapMethod.arguments
Generated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.lljava.absy that return LLJava.LoadableModifier and TypeMethodDescriptionLLJava.Loadable.doclone()
Clones this object.LLJava.LoadableExpr.get_entry()
Copies values of all common fields from the argument.Methods in eu.bandm.tools.lljava.absy that return types with arguments of type LLJava.LoadableModifier 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) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.LoadableModifier 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) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.LoadableModifier 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.Constructor parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.LoadableModifierConstructorDescriptionBootstrapMethod
(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
Fields in eu.bandm.tools.lljava.codec with type parameters of type LLJava.LoadableModifier and TypeFieldDescriptionstatic final Map
<LLJava.Loadable, Byte> Constants.constantOpcodes
Methods in eu.bandm.tools.lljava.codec with parameters of type LLJava.LoadableModifier and TypeMethodDescriptionprotected LLJava.Literal
Decoder.literal
(LLJava.Loadable entry) protected LLJava.LoadableExpr
Decoder.loadable
(LLJava.Loadable entry)