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.parser |
Modifier and Type | Class and Description |
---|---|
static class |
LLJava.ArrayAnnotationValue
An array of annotation values.
|
static class |
LLJava.ClassAnnotationValue
A class literal.
|
static class |
LLJava.ConstantAnnotationValue
A primitive constant or
String literal. |
static class |
LLJava.EnumAnnotationValue
An enum constant.
|
static class |
LLJava.NestedAnnotationValue
A nested annotation.
|
Modifier and Type | Field and Description |
---|---|
protected LLJava.AnnotationValue |
LLJava.DefaultMethodBody.value
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Field and Description |
---|---|
protected CheckedMap_RD<LLJava.Id,LLJava.AnnotationValue> |
LLJava.Annotation.elems
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<LLJava.AnnotationValue> |
LLJava.ArrayAnnotationValue.elems
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
LLJava.AnnotationValue |
LLJava.AnnotationValue.doclone()
Clones this object.
|
LLJava.AnnotationValue |
LLJava.DefaultMethodBody.get_value()
Generated by umod; model author's documentation MISSING.
|
LLJava.AnnotationValue |
LLJava.AnnotationValue.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
CheckedMap_RD<LLJava.Id,LLJava.AnnotationValue> |
LLJava.Annotation.get_elems()
Generated by umod; model author's documentation MISSING.
|
CheckedList<LLJava.AnnotationValue> |
LLJava.ArrayAnnotationValue.get_elems()
Generated by umod; model author's documentation MISSING.
|
static Pattern<? super LLJava.AnnotationValue> |
LLJava.__Patterns.term_AnnotationValue(Pattern<? super LLJava.Node> superpattern) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.AnnotationValue e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.AnnotationValue e0) |
protected void |
LLJava.Visitor.action(LLJava.AnnotationValue e0) |
protected void |
LLJava.__Formatter.action(LLJava.AnnotationValue el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.AnnotationValue e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.AnnotationValue e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.AnnotationValue e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.AnnotationValue e0) |
void |
LLJava.Annotation.put_elems(LLJava.Id key0,
LLJava.AnnotationValue value)
Convenience un-Currying method.
|
boolean |
LLJava.DefaultMethodBody.set_value(LLJava.AnnotationValue val)
Generated by umod; model author's documentation MISSING.
|
protected Format |
LLJava.__Formatter.toFormat(LLJava.AnnotationValue el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_AnnotationValue(Pattern<? super LLJava.AnnotationValue> p) |
static Pattern<LLJava.ArrayAnnotationValue> |
LLJava.ArrayAnnotationValue.get_elems(Pattern<? super CheckedList<LLJava.AnnotationValue>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Annotation> |
LLJava.Annotation.get_elems(Pattern<? super CheckedMap_RD<LLJava.Id,LLJava.AnnotationValue>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.DefaultMethodBody> |
LLJava.DefaultMethodBody.get_value(Pattern<? super LLJava.AnnotationValue> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
boolean |
LLJava.ArrayAnnotationValue.set_elems(CheckedList<LLJava.AnnotationValue> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.Annotation.set_elems(CheckedMap_RD<LLJava.Id,LLJava.AnnotationValue> val)
Generated by umod; model author's documentation MISSING.
|
static Pattern<? super LLJava.Annotation> |
LLJava.__Patterns.term_Annotation(Pattern<? super LLJava.ModifierExpr> superpattern,
Pattern<? super LLJava.QualId> p_name,
Pattern<? super Boolean> p_runtimeVisible,
Pattern<? super CheckedMap_RD<LLJava.Id,LLJava.AnnotationValue>> p_elems) |
static Pattern<? super LLJava.ArrayAnnotationValue> |
LLJava.__Patterns.term_ArrayAnnotationValue(Pattern<? super LLJava.AnnotationValue> superpattern,
Pattern<? super CheckedList<LLJava.AnnotationValue>> p_elems) |
static Pattern<? super LLJava.ArrayAnnotationValue> |
LLJava.__Patterns.term_ArrayAnnotationValue(Pattern<? super LLJava.AnnotationValue> superpattern,
Pattern<? super CheckedList<LLJava.AnnotationValue>> p_elems) |
static Pattern<? super LLJava.ClassAnnotationValue> |
LLJava.__Patterns.term_ClassAnnotationValue(Pattern<? super LLJava.AnnotationValue> superpattern,
Pattern<? super LLJava.QualId> p_name) |
static Pattern<? super LLJava.ConstantAnnotationValue> |
LLJava.__Patterns.term_ConstantAnnotationValue(Pattern<? super LLJava.AnnotationValue> superpattern,
Pattern<? super LLJava.Literal> p_literal) |
static Pattern<? super LLJava.DefaultMethodBody> |
LLJava.__Patterns.term_DefaultMethodBody(Pattern<? super LLJava.MethodBody> superpattern,
Pattern<? super LLJava.AnnotationValue> p_value) |
static Pattern<? super LLJava.EnumAnnotationValue> |
LLJava.__Patterns.term_EnumAnnotationValue(Pattern<? super LLJava.AnnotationValue> superpattern,
Pattern<? super LLJava.QualId> p_type,
Pattern<? super LLJava.Id> p_name) |
static Pattern<? super LLJava.NestedAnnotationValue> |
LLJava.__Patterns.term_NestedAnnotationValue(Pattern<? super LLJava.AnnotationValue> superpattern,
Pattern<? super LLJava.Annotation> p_annotation) |
Constructor and Description |
---|
DefaultMethodBody(LLJava.AnnotationValue value)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Constructor and Description |
---|
ArrayAnnotationValue(CheckedList<LLJava.AnnotationValue> elems)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Field and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.AnnotationValue> |
LLJavaGrammar.annotationValue |
Modifier and Type | Method and Description |
---|---|
protected List<Map.Entry<LLJava.Id,LLJava.AnnotationValue>> |
LLJavaGrammar.simpleAnnotation(LLJava.AnnotationValue value) |
Modifier and Type | Method and Description |
---|---|
protected abstract LLJava.Annotation |
LLJavaGrammar.annotation(Reducer.Context<SourceId> context,
LLJava.QualId name,
List<Map.Entry<LLJava.Id,LLJava.AnnotationValue>> elems) |
protected LLJava.Annotation |
LLJavaParser.annotation(Reducer.Context<SourceId> context,
LLJava.QualId name,
List<Map.Entry<LLJava.Id,LLJava.AnnotationValue>> elems) |
Expression<SourceId,LLJavaLexer.TokenType,LLJava.AnnotationValue> |
LLJavaGrammar.annotationValue(Expression<SourceId,LLJavaLexer.TokenType,LLJava.Annotation> annotation,
Expression<SourceId,LLJavaLexer.TokenType,LLJava.AnnotationValue> annotationValue) |
Expression<SourceId,LLJavaLexer.TokenType,LLJava.ArrayAnnotationValue> |
LLJavaGrammar.arrayAnnotationValue(Expression<SourceId,LLJavaLexer.TokenType,LLJava.AnnotationValue> annotationValue) |
see also the complete user documentation .