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 classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated 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.argumentsGenerated 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 voidLLJava.__Formatter.action(LLJava.Loadable el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.Loadable e0) protected voidLLJava.MultiVisitor.action(LLJava.Loadable e0) protected voidLLJava.Visitor.action(LLJava.Loadable e0) protected voidLLJava.MultiVisitor.descend(LLJava.Loadable e0) voidLLJava.MATCH_ONLY_00.match(LLJava.Loadable e0) protected voidLLJava.MultiVisitor.post(LLJava.Loadable e0) protected voidLLJava.MultiVisitor.pre(LLJava.Loadable e0) booleanLLJava.BooleanLiteral.set_entry(LLJava.Loadable val) Generated by umod; model author's documentation MISSING.booleanLLJava.CharLiteral.set_entry(LLJava.Loadable val) Generated by umod; model author's documentation MISSING.booleanLLJava.ClassExpr.set_entry(LLJava.Loadable val) Generated by umod; model author's documentation MISSING.booleanLLJava.DoubleLiteral.set_entry(LLJava.Loadable val) Generated by umod; model author's documentation MISSING.booleanLLJava.FloatLiteral.set_entry(LLJava.Loadable val) Generated by umod; model author's documentation MISSING.booleanLLJava.IntLiteral.set_entry(LLJava.Loadable val) Generated by umod; model author's documentation MISSING.booleanLLJava.LongLiteral.set_entry(LLJava.Loadable val) Generated by umod; model author's documentation MISSING.booleanLLJava.MethodHandleExpr.set_entry(LLJava.Loadable val) Generated by umod; model author's documentation MISSING.booleanLLJava.MethodTypeExpr.set_entry(LLJava.Loadable val) Generated by umod; model author's documentation MISSING.booleanLLJava.StringLiteral.set_entry(LLJava.Loadable val) Generated by umod; model author's documentation MISSING.protected FormatLLJava.__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.constantOpcodesMethods in eu.bandm.tools.lljava.codec with parameters of type LLJava.LoadableModifier and TypeMethodDescriptionprotected LLJava.LiteralDecoder.literal(LLJava.Loadable entry) protected LLJava.LoadableExprDecoder.loadable(LLJava.Loadable entry)