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 | Field and Description |
---|---|
protected LLJava.ConstantUTF8 |
LLJava.MethodType.descriptor
Generated by umod; model author's documentation MISSING.
|
protected LLJava.ConstantUTF8 |
LLJava.NameAndType.descriptor
Generated by umod; model author's documentation MISSING.
|
protected LLJava.ConstantUTF8 |
LLJava.Member.descriptorEntry
This field holds the textual representation (maybe
null), but
LLJava works with the same info in field
#type . |
protected LLJava.ConstantUTF8 |
LLJava.AnnotationDefaultAttribute.name
Generated by umod; model author's documentation MISSING.
|
protected LLJava.ConstantUTF8 |
LLJava.BootstrapMethodsAttribute.name
Generated by umod; model author's documentation MISSING.
|
protected LLJava.ConstantUTF8 |
LLJava.ClassRef.name
Generated by umod; model author's documentation MISSING.
|
protected LLJava.ConstantUTF8 |
LLJava.CodeAttribute.name
Generated by umod; model author's documentation MISSING.
|
protected LLJava.ConstantUTF8 |
LLJava.ConstantValueAttribute.name
Generated by umod; model author's documentation MISSING.
|
protected LLJava.ConstantUTF8 |
LLJava.CustomAttribute.name
Generated by umod; model author's documentation MISSING.
|
protected LLJava.ConstantUTF8 |
LLJava.ExceptionsAttribute.name
Generated by umod; model author's documentation MISSING.
|
protected LLJava.ConstantUTF8 |
LLJava.NameAndType.name
Generated by umod; model author's documentation MISSING.
|
protected LLJava.ConstantUTF8 |
LLJava.SignatureAttribute.name
Generated by umod; model author's documentation MISSING.
|
protected LLJava.ConstantUTF8 |
LLJava.StackMapTableAttribute.name
Generated by umod; model author's documentation MISSING.
|
protected LLJava.ConstantUTF8 |
LLJava.Member.nameEntry
Generated by umod; model author's documentation MISSING.
|
protected LLJava.ConstantUTF8 |
LLJava.SignatureAttribute.signature
Generated by umod; model author's documentation MISSING.
|
protected LLJava.ConstantUTF8 |
LLJava.Class.signatureEntry
Generated by umod; model author's documentation MISSING.
|
protected LLJava.ConstantUTF8 |
LLJava.Member.signatureEntry
Generated by umod; model author's documentation MISSING.
|
protected LLJava.ConstantUTF8 |
LLJava.ConstantString.value
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
LLJava.ConstantUTF8 |
LLJava.ConstantUTF8.doclone()
Clones this object.
|
LLJava.ConstantUTF8 |
LLJava.MethodType.get_descriptor()
Generated by umod; model author's documentation MISSING.
|
LLJava.ConstantUTF8 |
LLJava.NameAndType.get_descriptor()
Generated by umod; model author's documentation MISSING.
|
LLJava.ConstantUTF8 |
LLJava.Member.get_descriptorEntry()
This field holds the textual representation (maybe
null), but
LLJava works with the same info in field
#type . |
LLJava.ConstantUTF8 |
LLJava.AnnotationDefaultAttribute.get_name()
Generated by umod; model author's documentation MISSING.
|
LLJava.ConstantUTF8 |
LLJava.Attribute.get_name() |
LLJava.ConstantUTF8 |
LLJava.BootstrapMethodsAttribute.get_name()
Generated by umod; model author's documentation MISSING.
|
LLJava.ConstantUTF8 |
LLJava.ClassRef.get_name()
Generated by umod; model author's documentation MISSING.
|
LLJava.ConstantUTF8 |
LLJava.CodeAttribute.get_name()
Generated by umod; model author's documentation MISSING.
|
LLJava.ConstantUTF8 |
LLJava.ConstantValueAttribute.get_name()
Generated by umod; model author's documentation MISSING.
|
LLJava.ConstantUTF8 |
LLJava.CustomAttribute.get_name()
Generated by umod; model author's documentation MISSING.
|
LLJava.ConstantUTF8 |
LLJava.ExceptionsAttribute.get_name()
Generated by umod; model author's documentation MISSING.
|
LLJava.ConstantUTF8 |
LLJava.NameAndType.get_name()
Generated by umod; model author's documentation MISSING.
|
LLJava.ConstantUTF8 |
LLJava.SignatureAttribute.get_name()
Generated by umod; model author's documentation MISSING.
|
LLJava.ConstantUTF8 |
LLJava.StackMapTableAttribute.get_name()
Generated by umod; model author's documentation MISSING.
|
LLJava.ConstantUTF8 |
LLJava.Member.get_nameEntry()
Generated by umod; model author's documentation MISSING.
|
LLJava.ConstantUTF8 |
LLJava.SignatureAttribute.get_signature()
Generated by umod; model author's documentation MISSING.
|
LLJava.ConstantUTF8 |
LLJava.Class.get_signatureEntry()
Generated by umod; model author's documentation MISSING.
|
LLJava.ConstantUTF8 |
LLJava.Member.get_signatureEntry()
Generated by umod; model author's documentation MISSING.
|
LLJava.ConstantUTF8 |
LLJava.ConstantString.get_value()
Generated by umod; model author's documentation MISSING.
|
LLJava.ConstantUTF8 |
LLJava.ConstantUTF8.initFrom(Object o0)
Copies values of all common fields from the argument.
|
LLJava.ConstantUTF8 |
LLJava.ConstantUTF8.with_text(String val)
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<LLJava.ConstantUTF8> |
LLJava.ConstantUTF8.get_text(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.ConstantUTF8> |
LLJava.__Patterns.term_ConstantUTF8(Pattern<? super LLJava.ConstantPoolEntry> superpattern,
Pattern<? super String> p_text) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.ConstantUTF8 e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.ConstantUTF8 e0) |
protected void |
LLJava.Visitor.action(LLJava.ConstantUTF8 e0) |
protected void |
LLJava.__Formatter.action(LLJava.ConstantUTF8 el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.ConstantUTF8 e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.ConstantUTF8 e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.ConstantUTF8 e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.ConstantUTF8 e0) |
boolean |
LLJava.Member.set_descriptorEntry(LLJava.ConstantUTF8 val)
This field holds the textual representation (maybe
null), but
LLJava works with the same info in field
#type . |
boolean |
LLJava.AnnotationDefaultAttribute.set_name(LLJava.ConstantUTF8 val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.BootstrapMethodsAttribute.set_name(LLJava.ConstantUTF8 val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.CodeAttribute.set_name(LLJava.ConstantUTF8 val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.ConstantValueAttribute.set_name(LLJava.ConstantUTF8 val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.CustomAttribute.set_name(LLJava.ConstantUTF8 val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.ExceptionsAttribute.set_name(LLJava.ConstantUTF8 val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.SignatureAttribute.set_name(LLJava.ConstantUTF8 val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.StackMapTableAttribute.set_name(LLJava.ConstantUTF8 val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.Member.set_nameEntry(LLJava.ConstantUTF8 val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.SignatureAttribute.set_signature(LLJava.ConstantUTF8 val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.Class.set_signatureEntry(LLJava.ConstantUTF8 val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.Member.set_signatureEntry(LLJava.ConstantUTF8 val)
Generated by umod; model author's documentation MISSING.
|
protected Format |
LLJava.__Formatter.toFormat(LLJava.ConstantUTF8 el) |
LLJava.MethodType |
LLJava.MethodType.with_descriptor(LLJava.ConstantUTF8 val)
Generated by umod; model author's documentation MISSING.
|
LLJava.NameAndType |
LLJava.NameAndType.with_descriptor(LLJava.ConstantUTF8 val)
Generated by umod; model author's documentation MISSING.
|
LLJava.ClassRef |
LLJava.ClassRef.with_name(LLJava.ConstantUTF8 val)
Generated by umod; model author's documentation MISSING.
|
LLJava.NameAndType |
LLJava.NameAndType.with_name(LLJava.ConstantUTF8 val)
Generated by umod; model author's documentation MISSING.
|
LLJava.ConstantString |
LLJava.ConstantString.with_value(LLJava.ConstantUTF8 val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.ConstantUTF8.x_equals(LLJava.ConstantUTF8 e0) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_ConstantUTF8(Pattern<? super LLJava.ConstantUTF8> p) |
static Pattern<LLJava.MethodType> |
LLJava.MethodType.get_descriptor(Pattern<? super LLJava.ConstantUTF8> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.NameAndType> |
LLJava.NameAndType.get_descriptor(Pattern<? super LLJava.ConstantUTF8> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Member> |
LLJava.Member.get_descriptorEntry(Pattern<? super LLJava.ConstantUTF8> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Attribute> |
LLJava.Attribute.get_name(Pattern<? super LLJava.ConstantUTF8> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ClassRef> |
LLJava.ClassRef.get_name(Pattern<? super LLJava.ConstantUTF8> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.NameAndType> |
LLJava.NameAndType.get_name(Pattern<? super LLJava.ConstantUTF8> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Member> |
LLJava.Member.get_nameEntry(Pattern<? super LLJava.ConstantUTF8> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.SignatureAttribute> |
LLJava.SignatureAttribute.get_signature(Pattern<? super LLJava.ConstantUTF8> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Class> |
LLJava.Class.get_signatureEntry(Pattern<? super LLJava.ConstantUTF8> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Member> |
LLJava.Member.get_signatureEntry(Pattern<? super LLJava.ConstantUTF8> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ConstantString> |
LLJava.ConstantString.get_value(Pattern<? super LLJava.ConstantUTF8> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.Attribute> |
LLJava.__Patterns.term_Attribute(Pattern<Object> superpattern,
Pattern<? super LLJava.ConstantUTF8> p_name) |
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.ClassRef> |
LLJava.__Patterns.term_ClassRef(Pattern<? super LLJava.Loadable> superpattern,
Pattern<? super LLJava.ConstantUTF8> p_name) |
static Pattern<? super LLJava.ConstantString> |
LLJava.__Patterns.term_ConstantString(Pattern<? super LLJava.ConstantSingleValue> superpattern,
Pattern<? super LLJava.ConstantUTF8> p_value) |
static Pattern<? super LLJava.Member> |
LLJava.__Patterns.term_Member(Pattern<? super LLJava.Attributable> superpattern,
Pattern<? super LLJava.Id> p_name,
Pattern<? super LLJava.ConstantUTF8> p_nameEntry,
Pattern<? super LLJava.ConstantUTF8> p_descriptorEntry,
Pattern<? super LLJava.ConstantUTF8> p_signatureEntry) |
static Pattern<? super LLJava.Member> |
LLJava.__Patterns.term_Member(Pattern<? super LLJava.Attributable> superpattern,
Pattern<? super LLJava.Id> p_name,
Pattern<? super LLJava.ConstantUTF8> p_nameEntry,
Pattern<? super LLJava.ConstantUTF8> p_descriptorEntry,
Pattern<? super LLJava.ConstantUTF8> p_signatureEntry) |
static Pattern<? super LLJava.Member> |
LLJava.__Patterns.term_Member(Pattern<? super LLJava.Attributable> superpattern,
Pattern<? super LLJava.Id> p_name,
Pattern<? super LLJava.ConstantUTF8> p_nameEntry,
Pattern<? super LLJava.ConstantUTF8> p_descriptorEntry,
Pattern<? super LLJava.ConstantUTF8> p_signatureEntry) |
static Pattern<? super LLJava.MethodType> |
LLJava.__Patterns.term_MethodType(Pattern<? super LLJava.Loadable> superpattern,
Pattern<? super LLJava.ConstantUTF8> p_descriptor) |
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) |
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) |
static Pattern<? super LLJava.SignatureAttribute> |
LLJava.__Patterns.term_SignatureAttribute(Pattern<? super LLJava.Attribute> superpattern,
Pattern<? super LLJava.ConstantUTF8> p_signature) |
Constructor and Description |
---|
ClassRef(LLJava.ConstantUTF8 name)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
ConstantString(LLJava.ConstantUTF8 value)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
CustomAttribute(LLJava.ConstantUTF8 name)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
MethodType(LLJava.ConstantUTF8 descriptor)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
NameAndType(LLJava.ConstantUTF8 name,
LLJava.ConstantUTF8 descriptor)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
protected LLJava.ConstantUTF8 |
Decoder.getUtf8(int index) |
Modifier and Type | Method and Description |
---|---|
protected void |
Encoder.descend(LLJava.ConstantUTF8 e) |
see also the complete user documentation .