Uses of Class
eu.bandm.tools.lljava.absy.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
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.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.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.ConstantPoolEntry>
LLJava.Class.pool
Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescriptionLLJava.ConstantPoolEntry.doclone()
Clones this object.Copies values of all common fields from the argument.Modifier and TypeMethodDescriptionLLJava.Class.get_pool()
Generated by umod; model author's documentation MISSING.static Pattern<LLJava.ConstantPoolEntry>
LLJava.__Patterns.term_ConstantPoolEntry
(Pattern<Object> superpattern) Modifier and TypeMethodDescriptionprotected void
LLJava.__Formatter.action
(LLJava.ConstantPoolEntry el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.ConstantPoolEntry e0) protected void
LLJava.MultiVisitor.action
(LLJava.ConstantPoolEntry e0) protected void
LLJava.Visitor.action
(LLJava.ConstantPoolEntry e0) protected void
LLJava.MultiVisitor.descend
(LLJava.ConstantPoolEntry e0) void
LLJava.MATCH_ONLY_00.match
(LLJava.ConstantPoolEntry e0) protected void
LLJava.MultiVisitor.post
(LLJava.ConstantPoolEntry e0) protected void
LLJava.MultiVisitor.pre
(LLJava.ConstantPoolEntry e0) protected Format
LLJava.__Formatter.toFormat
(LLJava.ConstantPoolEntry el) Modifier 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.boolean
LLJava.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
Modifier 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) Modifier and TypeMethodDescription(package private) int
Encoder.add
(LLJava.ConstantPoolEntry e) protected void
Encoder.descend
(LLJava.ConstantPoolEntry e) (package private) int
Encoder.find
(LLJava.ConstantPoolEntry e) Modifier 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) ModifierConstructorDescriptionprotected
LazyPoolEntry
(Supplier<? extends LLJava.ConstantPoolEntry> initializer)