Uses of Class
eu.bandm.tools.lljava.absy.LLJava.ConstantPoolEntry
Packages that use LLJava.ConstantPoolEntry
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.ConstantPoolEntry in eu.bandm.tools.lljava.absy
Subclasses of LLJava.ConstantPoolEntry 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.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.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.ConstantPoolEntryModifier and TypeFieldDescriptionprotected CheckedList<LLJava.ConstantPoolEntry> LLJava.Class.poolGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.lljava.absy that return LLJava.ConstantPoolEntryModifier and TypeMethodDescriptionLLJava.ConstantPoolEntry.doclone()Clones this object.Copies values of all common fields from the argument.Methods in eu.bandm.tools.lljava.absy that return types with arguments of type LLJava.ConstantPoolEntryModifier and TypeMethodDescriptionLLJava.Class.get_pool()Generated by umod; model author's documentation MISSING.static Pattern<LLJava.ConstantPoolEntry> LLJava.__Patterns.term_ConstantPoolEntry(Pattern<Object> superpattern) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.ConstantPoolEntryModifier and TypeMethodDescriptionprotected voidLLJava.__Formatter.action(LLJava.ConstantPoolEntry el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.ConstantPoolEntry e0) protected voidLLJava.MultiVisitor.action(LLJava.ConstantPoolEntry e0) protected voidLLJava.Visitor.action(LLJava.ConstantPoolEntry e0) protected voidLLJava.MultiVisitor.descend(LLJava.ConstantPoolEntry e0) voidLLJava.MATCH_ONLY_00.match(LLJava.ConstantPoolEntry e0) protected voidLLJava.MultiVisitor.post(LLJava.ConstantPoolEntry e0) protected voidLLJava.MultiVisitor.pre(LLJava.ConstantPoolEntry e0) protected FormatLLJava.__Formatter.toFormat(LLJava.ConstantPoolEntry el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.ConstantPoolEntryModifier and TypeMethodDescriptionLLJava.__Patterns.cast_ConstantPoolEntry(Pattern<? super LLJava.ConstantPoolEntry> p) static Pattern<LLJava.Class> LLJava.Class.get_pool(Pattern<? super CheckedList<LLJava.ConstantPoolEntry>> p) Lifts a pattern which matches the field value to one which matches this whole object.booleanLLJava.Class.set_pool(CheckedList<LLJava.ConstantPoolEntry> val) Generated by umod; model author's documentation MISSING.static Pattern<LLJava.AbstractDynamic> LLJava.__Patterns.term_AbstractDynamic(Pattern<? super LLJava.ConstantPoolEntry> superpattern, Pattern<? super LLJava.BootstrapMethod> p_bootstrap, Pattern<? super LLJava.NameAndType> p_nametype) static Pattern<LLJava.ConstantUTF8> LLJava.__Patterns.term_ConstantUTF8(Pattern<? super LLJava.ConstantPoolEntry> superpattern, Pattern<? super String> p_text) static Pattern<LLJava.Loadable> LLJava.__Patterns.term_Loadable(Pattern<? super LLJava.ConstantPoolEntry> superpattern) static Pattern<LLJava.MemberRef> LLJava.__Patterns.term_MemberRef(Pattern<? super LLJava.ConstantPoolEntry> superpattern, Pattern<? super LLJava.ClassRef> p_owner, Pattern<? super LLJava.NameAndType> p_nametype) static Pattern<LLJava.NameAndType> LLJava.__Patterns.term_NameAndType(Pattern<? super LLJava.ConstantPoolEntry> superpattern, Pattern<? super LLJava.ConstantUTF8> p_name, Pattern<? super LLJava.ConstantUTF8> p_descriptor) -
Uses of LLJava.ConstantPoolEntry in eu.bandm.tools.lljava.codec
Methods in eu.bandm.tools.lljava.codec with type parameters of type LLJava.ConstantPoolEntryModifier and TypeMethodDescription<E extends LLJava.ConstantPoolEntry>
Eprotected <A extends LLJava.ConstantPoolEntry,B extends LLJava.ConstantPoolEntry>
Decoder.LazyPoolEntryDecoder.lazy(BiFunction<? super A, ? super B, ? extends LLJava.ConstantPoolEntry> fun, Class<A> type1, Class<B> type2) protected <A extends LLJava.ConstantPoolEntry,B extends LLJava.ConstantPoolEntry>
Decoder.LazyPoolEntryDecoder.lazy(BiFunction<? super A, ? super B, ? extends LLJava.ConstantPoolEntry> fun, Class<A> type1, Class<B> type2) protected <A extends LLJava.ConstantPoolEntry>
Decoder.LazyPoolEntryDecoder.lazy(Function<? super A, ? extends LLJava.ConstantPoolEntry> fun, Class<A> type1) Methods in eu.bandm.tools.lljava.codec that return LLJava.ConstantPoolEntryMethods in eu.bandm.tools.lljava.codec with parameters of type LLJava.ConstantPoolEntryModifier and TypeMethodDescription(package private) intEncoder.add(LLJava.ConstantPoolEntry e) protected voidEncoder.descend(LLJava.ConstantPoolEntry e) (package private) intEncoder.find(LLJava.ConstantPoolEntry e) Method parameters in eu.bandm.tools.lljava.codec with type arguments of type LLJava.ConstantPoolEntryModifier and TypeMethodDescriptionprotected <A extends LLJava.ConstantPoolEntry,B extends LLJava.ConstantPoolEntry>
Decoder.LazyPoolEntryDecoder.lazy(BiFunction<? super A, ? super B, ? extends LLJava.ConstantPoolEntry> fun, Class<A> type1, Class<B> type2) protected <A extends LLJava.ConstantPoolEntry>
Decoder.LazyPoolEntryDecoder.lazy(Function<? super A, ? extends LLJava.ConstantPoolEntry> fun, Class<A> type1) Constructor parameters in eu.bandm.tools.lljava.codec with type arguments of type LLJava.ConstantPoolEntryModifierConstructorDescriptionprotectedLazyPoolEntry(Supplier<? extends LLJava.ConstantPoolEntry> initializer)