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.AnnotationDefaultAttribute
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.BootstrapMethodsAttribute
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.ClassSignatureAttribute
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.CodeAttribute
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.ConstantValueAttribute
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.CustomAttribute
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.ExceptionsAttribute
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.FieldSignatureAttribute
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.MethodSignatureAttribute
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.SignatureAttribute
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.StackMapTableAttribute
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Field and Description |
---|---|
protected CheckedList<LLJava.Attribute> |
LLJava.Attributable.attrs
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<LLJava.Attribute> |
LLJava.CustomAttribute.attrs
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
LLJava.Attribute |
LLJava.Attribute.doclone()
Clones this object.
|
LLJava.Attribute |
LLJava.Attribute.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
CheckedList<LLJava.Attribute> |
LLJava.Attributable.get_attrs()
Generated by umod; model author's documentation MISSING.
|
CheckedList<LLJava.Attribute> |
LLJava.CustomAttribute.get_attrs()
Generated by umod; model author's documentation MISSING.
|
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<? super LLJava.Attribute> |
LLJava.__Patterns.term_Attribute(Pattern<Object> superpattern,
Pattern<? super LLJava.ConstantUTF8> p_name) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.Attribute e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.Attribute e0) |
protected void |
LLJava.Visitor.action(LLJava.Attribute e0) |
protected void |
LLJava.__Formatter.action(LLJava.Attribute el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.Attribute e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.Attribute e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.Attribute e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.Attribute e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.Attribute el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_Attribute(Pattern<? super LLJava.Attribute> p) |
static Pattern<LLJava.Attributable> |
LLJava.Attributable.get_attrs(Pattern<? super CheckedList<LLJava.Attribute>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.CustomAttribute> |
LLJava.CustomAttribute.get_attrs(Pattern<? super CheckedList<LLJava.Attribute>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
boolean |
LLJava.Attributable.set_attrs(CheckedList<LLJava.Attribute> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.CustomAttribute.set_attrs(CheckedList<LLJava.Attribute> val)
Generated by umod; model author's documentation MISSING.
|
static Pattern<? super LLJava.AnnotationDefaultAttribute> |
LLJava.__Patterns.term_AnnotationDefaultAttribute(Pattern<? super LLJava.Attribute> superpattern) |
static Pattern<? super LLJava.Attributable> |
LLJava.__Patterns.term_Attributable(Pattern<? super LLJava.Modifiable> superpattern,
Pattern<? super CheckedList<LLJava.Attribute>> p_attrs) |
static Pattern<? super LLJava.BootstrapMethodsAttribute> |
LLJava.__Patterns.term_BootstrapMethodsAttribute(Pattern<? super LLJava.Attribute> superpattern,
Pattern<? super CheckedList<LLJava.BootstrapMethod>> p_bootstrapMethods) |
static Pattern<? super LLJava.CodeAttribute> |
LLJava.__Patterns.term_CodeAttribute(Pattern<? super LLJava.Attribute> superpattern,
Pattern<? super LLJava.StackMapTableAttribute> p_stackMap) |
static Pattern<? super LLJava.ConstantValueAttribute> |
LLJava.__Patterns.term_ConstantValueAttribute(Pattern<? super LLJava.Attribute> superpattern) |
static Pattern<? super LLJava.CustomAttribute> |
LLJava.__Patterns.term_CustomAttribute(Pattern<? super LLJava.Attribute> superpattern,
Pattern<? super CheckedList<LLJava.Attribute>> p_attrs) |
static Pattern<? super LLJava.CustomAttribute> |
LLJava.__Patterns.term_CustomAttribute(Pattern<? super LLJava.Attribute> superpattern,
Pattern<? super CheckedList<LLJava.Attribute>> p_attrs) |
static Pattern<? super LLJava.ExceptionsAttribute> |
LLJava.__Patterns.term_ExceptionsAttribute(Pattern<? super LLJava.Attribute> superpattern) |
static Pattern<? super LLJava.SignatureAttribute> |
LLJava.__Patterns.term_SignatureAttribute(Pattern<? super LLJava.Attribute> superpattern,
Pattern<? super LLJava.ConstantUTF8> p_signature) |
static Pattern<? super LLJava.StackMapTableAttribute> |
LLJava.__Patterns.term_StackMapTableAttribute(Pattern<? super LLJava.Attribute> superpattern) |
Modifier and Type | Method and Description |
---|---|
protected void |
Encoder.post(LLJava.Attribute x) |
protected void |
Encoder.pre(LLJava.Attribute x) |
see also the complete user documentation .