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 | Field and Description |
---|---|
protected LLJava.Annotation |
LLJava.NestedAnnotationValue.annotation
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Field and Description |
---|---|
protected CheckedList<LLJava.Annotation> |
LLJava.DimensionExpr.annotations
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<LLJava.Annotation> |
LLJava.Modifiable.annotations
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<LLJava.Annotation> |
LLJava.TypeArgument.annotations
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<LLJava.Annotation> |
LLJava.TypeParameter.annotations
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
LLJava.Annotation |
LLJava.Annotation.doclone()
Clones this object.
|
LLJava.Annotation |
LLJava.NestedAnnotationValue.get_annotation()
Generated by umod; model author's documentation MISSING.
|
LLJava.Annotation |
LLJava.Annotation.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
CheckedList<LLJava.Annotation> |
LLJava.DimensionExpr.get_annotations()
Generated by umod; model author's documentation MISSING.
|
CheckedList<LLJava.Annotation> |
LLJava.Modifiable.get_annotations()
Generated by umod; model author's documentation MISSING.
|
CheckedList<LLJava.Annotation> |
LLJava.TypeArgument.get_annotations()
Generated by umod; model author's documentation MISSING.
|
CheckedList<LLJava.Annotation> |
LLJava.TypeParameter.get_annotations()
Generated by umod; model author's documentation MISSING.
|
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.Annotation> |
LLJava.Annotation.get_name(Pattern<? super LLJava.QualId> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Annotation> |
LLJava.Annotation.get_runtimeVisible(Pattern<? super Boolean> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
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) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.Annotation e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.Annotation e0) |
protected void |
LLJava.Visitor.action(LLJava.Annotation e0) |
protected void |
LLJava.__Formatter.action(LLJava.Annotation el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.Annotation e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.Annotation e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.Annotation e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.Annotation e0) |
boolean |
LLJava.NestedAnnotationValue.set_annotation(LLJava.Annotation val)
Generated by umod; model author's documentation MISSING.
|
protected Format |
LLJava.__Formatter.toFormat(LLJava.Annotation el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_Annotation(Pattern<? super LLJava.Annotation> p) |
static Pattern<LLJava.NestedAnnotationValue> |
LLJava.NestedAnnotationValue.get_annotation(Pattern<? super LLJava.Annotation> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.DimensionExpr> |
LLJava.DimensionExpr.get_annotations(Pattern<? super CheckedList<LLJava.Annotation>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Modifiable> |
LLJava.Modifiable.get_annotations(Pattern<? super CheckedList<LLJava.Annotation>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.TypeArgument> |
LLJava.TypeArgument.get_annotations(Pattern<? super CheckedList<LLJava.Annotation>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.TypeParameter> |
LLJava.TypeParameter.get_annotations(Pattern<? super CheckedList<LLJava.Annotation>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
boolean |
LLJava.DimensionExpr.set_annotations(CheckedList<LLJava.Annotation> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.Modifiable.set_annotations(CheckedList<LLJava.Annotation> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.TypeArgument.set_annotations(CheckedList<LLJava.Annotation> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.TypeParameter.set_annotations(CheckedList<LLJava.Annotation> val)
Generated by umod; model author's documentation MISSING.
|
static Pattern<? super LLJava.DimensionExpr> |
LLJava.__Patterns.term_DimensionExpr(Pattern<? super LLJava.Node> superpattern,
Pattern<? super Boolean> p_specified,
Pattern<? super CheckedList<LLJava.Annotation>> p_annotations) |
static Pattern<? super LLJava.Modifiable> |
LLJava.__Patterns.term_Modifiable(Pattern<? super LLJava.Node> superpattern,
Pattern<? super CheckedList<LLJava.Annotation>> p_annotations,
Pattern<? super EnumSet<LLJava.Modifier>> p_modifiers) |
static Pattern<? super LLJava.NestedAnnotationValue> |
LLJava.__Patterns.term_NestedAnnotationValue(Pattern<? super LLJava.AnnotationValue> superpattern,
Pattern<? super LLJava.Annotation> p_annotation) |
static Pattern<? super LLJava.TypeArgument> |
LLJava.__Patterns.term_TypeArgument(Pattern<? super LLJava.Node> superpattern,
Pattern<? super CheckedList<LLJava.Annotation>> p_annotations,
Pattern<? super LLJava.Type> p_erasure) |
static Pattern<? super LLJava.TypeParameter> |
LLJava.__Patterns.term_TypeParameter(Pattern<? super LLJava.Node> superpattern,
Pattern<? super CheckedList<LLJava.Annotation>> p_annotations,
Pattern<? super LLJava.Id> p_name,
Pattern<? super LLJava.UpperTypeBound> p_bound) |
Constructor and Description |
---|
NestedAnnotationValue(LLJava.Annotation annotation)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Constructor and Description |
---|
TypeParameter(CheckedList<LLJava.Annotation> annotations,
LLJava.Id name,
LLJava.UpperTypeBound bound)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Field and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.Annotation> |
LLJavaGrammar.annotation |
Expression<SourceId,LLJavaLexer.TokenType,LLJava.Annotation> |
LLJavaGrammar.invisibleAnnotation |
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) |
protected abstract LLJava.Annotation |
LLJavaGrammar.invisible(Reducer.Context<SourceId> context,
LLJava.Annotation annotation) |
protected LLJava.Annotation |
LLJavaParser.invisible(Reducer.Context<SourceId> context,
LLJava.Annotation annotation) |
Modifier and Type | Method and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.Annotation> |
LLJavaGrammar.annotation(Expression<SourceId,LLJavaLexer.TokenType,LLJava.Annotation> annotation) |
Modifier and Type | Method and Description |
---|---|
protected abstract LLJava.Annotation |
LLJavaGrammar.invisible(Reducer.Context<SourceId> context,
LLJava.Annotation annotation) |
protected LLJava.Annotation |
LLJavaParser.invisible(Reducer.Context<SourceId> context,
LLJava.Annotation annotation) |
see also the complete user documentation .