Package | Description |
---|---|
eu.bandm.tools.lljava.absy |
Abstract Syntax of LLJava, representing the byte code instructions, the objects which
contain byte code, and the attributes specific to byte code classes.
|
eu.bandm.tools.lljava.codec |
Modifier and Type | Class and Description |
---|---|
static class |
LLJava.AbstractDynamic
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.AbstractMethodRef
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.ClassRef
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.ConstantDouble
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.ConstantDoubleValue
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.ConstantFloat
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.ConstantInteger
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.ConstantLong
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.ConstantSingleValue
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.ConstantString
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.ConstantUTF8
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.Dynamic
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.FieldRef
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.InterfaceMethodRef
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.InvokeDynamic
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.Loadable
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.MemberRef
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.MethodHandle
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.MethodRef
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.MethodType
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.NameAndType
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Field and Description |
---|---|
protected CheckedList<LLJava.ConstantPoolEntry> |
LLJava.Class.pool
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
LLJava.ConstantPoolEntry |
LLJava.ConstantPoolEntry.doclone()
Clones this object.
|
LLJava.ConstantPoolEntry |
LLJava.ConstantPoolEntry.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
CheckedList<LLJava.ConstantPoolEntry> |
LLJava.Class.get_pool()
Generated by umod; model author's documentation MISSING.
|
static Pattern<? super LLJava.ConstantPoolEntry> |
LLJava.__Patterns.term_ConstantPoolEntry(Pattern<Object> superpattern) |
Modifier and Type | Method and Description |
---|---|
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.__Formatter.action(LLJava.ConstantPoolEntry el) |
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 Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__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<? super 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<? super LLJava.Class> |
LLJava.__Patterns.term_Class(Pattern<? super LLJava.Attributable> superpattern,
Pattern<? super LLJava.QualId> p_name,
Pattern<? super LLJava.Id> p_innerName,
Pattern<? super CheckedList<LLJava.TypeParameter>> p_typeParameters,
Pattern<? super LLJava.ClassReference> p_superClass,
Pattern<? super CheckedList<LLJava.ClassReference>> p_interfaces,
Pattern<? super CheckedList<LLJava.Field>> p_fields,
Pattern<? super CheckedList<LLJava.Method>> p_methods,
Pattern<? super CheckedList<LLJava.InnerClass>> p_innerClasses,
Pattern<? super CheckedList<LLJava.ConstantPoolEntry>> p_pool,
Pattern<? super LLJava.ClassRef> p_thisEntry,
Pattern<? super LLJava.ConstantUTF8> p_signatureEntry) |
static Pattern<? super LLJava.ConstantUTF8> |
LLJava.__Patterns.term_ConstantUTF8(Pattern<? super LLJava.ConstantPoolEntry> superpattern,
Pattern<? super String> p_text) |
static Pattern<? super LLJava.Loadable> |
LLJava.__Patterns.term_Loadable(Pattern<? super LLJava.ConstantPoolEntry> superpattern) |
static Pattern<? super 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<? super LLJava.NameAndType> |
LLJava.__Patterns.term_NameAndType(Pattern<? super LLJava.ConstantPoolEntry> superpattern,
Pattern<? super LLJava.ConstantUTF8> p_name,
Pattern<? super LLJava.ConstantUTF8> p_descriptor) |
Modifier and Type | Method and Description |
---|---|
<E extends LLJava.ConstantPoolEntry> |
Decoder.LazyPoolEntry.getAs(Class<E> type) |
protected <A extends LLJava.ConstantPoolEntry,B extends LLJava.ConstantPoolEntry> |
Decoder.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.lazy(BiFunction<? super A,? super B,? extends LLJava.ConstantPoolEntry> fun,
Class<A> type1,
Class<B> type2) |
protected <A extends LLJava.ConstantPoolEntry> |
Decoder.lazy(Function<? super A,? extends LLJava.ConstantPoolEntry> fun,
Class<A> type1) |
Modifier and Type | Method and Description |
---|---|
LLJava.ConstantPoolEntry |
Decoder.LazyPoolEntry.get() |
Modifier and Type | Method and Description |
---|---|
protected void |
Encoder.descend(LLJava.ConstantPoolEntry e) |
Modifier and Type | Method and Description |
---|---|
protected <A extends LLJava.ConstantPoolEntry,B extends LLJava.ConstantPoolEntry> |
Decoder.lazy(BiFunction<? super A,? super B,? extends LLJava.ConstantPoolEntry> fun,
Class<A> type1,
Class<B> type2) |
protected <A extends LLJava.ConstantPoolEntry> |
Decoder.lazy(Function<? super A,? extends LLJava.ConstantPoolEntry> fun,
Class<A> type1) |
Constructor and Description |
---|
LazyPoolEntry(Supplier<? extends LLJava.ConstantPoolEntry> initializer) |
see also the complete user documentation .