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.EnumAnnotationValue |
LLJava.EnumAnnotationValue.doclone()
Clones this object.
|
LLJava.EnumAnnotationValue |
LLJava.EnumAnnotationValue.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<LLJava.EnumAnnotationValue> |
LLJava.EnumAnnotationValue.get_name(Pattern<? super LLJava.Id> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.EnumAnnotationValue> |
LLJava.EnumAnnotationValue.get_type(Pattern<? super LLJava.QualId> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
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) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.EnumAnnotationValue e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.EnumAnnotationValue e0) |
protected void |
LLJava.Visitor.action(LLJava.EnumAnnotationValue e0) |
protected void |
LLJava.__Formatter.action(LLJava.EnumAnnotationValue el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.EnumAnnotationValue e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.EnumAnnotationValue e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.EnumAnnotationValue e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.EnumAnnotationValue e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.EnumAnnotationValue el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_EnumAnnotationValue(Pattern<? super LLJava.EnumAnnotationValue> p) |
Modifier and Type | Field and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.EnumAnnotationValue> |
LLJavaGrammar.enumAnnotationValue |
see also the complete user documentation .