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 | Method and Description |
---|---|
LLJava.ArrayAnnotationValue |
LLJava.ArrayAnnotationValue.doclone()
Clones this object.
|
LLJava.ArrayAnnotationValue |
LLJava.ArrayAnnotationValue.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
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<? super LLJava.ArrayAnnotationValue> |
LLJava.__Patterns.term_ArrayAnnotationValue(Pattern<? super LLJava.AnnotationValue> superpattern,
Pattern<? super CheckedList<LLJava.AnnotationValue>> p_elems) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.ArrayAnnotationValue e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.ArrayAnnotationValue e0) |
protected void |
LLJava.Visitor.action(LLJava.ArrayAnnotationValue e0) |
protected void |
LLJava.__Formatter.action(LLJava.ArrayAnnotationValue el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.ArrayAnnotationValue e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.ArrayAnnotationValue e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.ArrayAnnotationValue e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.ArrayAnnotationValue e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.ArrayAnnotationValue el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_ArrayAnnotationValue(Pattern<? super LLJava.ArrayAnnotationValue> p) |
Modifier and Type | Method and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.ArrayAnnotationValue> |
LLJavaGrammar.arrayAnnotationValue(Expression<SourceId,LLJavaLexer.TokenType,LLJava.AnnotationValue> annotationValue) |
see also the complete user documentation .