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.DimensionExpr |
LLJava.DimensionExpr.doclone()
Clones this object.
|
LLJava.DimensionExpr |
LLJava.DimensionExpr.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
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.DimensionExpr> |
LLJava.DimensionExpr.get_specified(Pattern<? super Boolean> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
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) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.DimensionExpr e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.DimensionExpr e0) |
protected void |
LLJava.Visitor.action(LLJava.DimensionExpr e0) |
protected void |
LLJava.__Formatter.action(LLJava.DimensionExpr el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.DimensionExpr e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.DimensionExpr e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.DimensionExpr e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.DimensionExpr e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.DimensionExpr el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_DimensionExpr(Pattern<? super LLJava.DimensionExpr> p) |
Modifier and Type | Field and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.DimensionExpr> |
LLJavaGrammar.dimensionExpr |
Modifier and Type | Method and Description |
---|---|
protected abstract LLJava.DimensionExpr |
LLJavaGrammar.dimensionExpr(Reducer.Context<SourceId> context,
List<LLJava.Annotation> annotations,
boolean specified) |
protected LLJava.DimensionExpr |
LLJavaParser.dimensionExpr(Reducer.Context<SourceId> context,
List<LLJava.Annotation> annotations,
boolean specified) |
Modifier and Type | Method and Description |
---|---|
protected abstract LLJava.New |
LLJavaGrammar.newInstruction(Reducer.Context<SourceId> context,
LLJava.TypeExpr baseType,
List<LLJava.DimensionExpr> dims) |
protected LLJava.New |
LLJavaParser.newInstruction(Reducer.Context<SourceId> context,
LLJava.TypeExpr baseType,
List<LLJava.DimensionExpr> dimensions) |
protected abstract LLJava.TypeExpr |
LLJavaGrammar.type(Reducer.Context<SourceId> context,
LLJava.TypeExpr base,
List<LLJava.DimensionExpr> array) |
protected LLJava.TypeExpr |
LLJavaParser.type(Reducer.Context<SourceId> context,
LLJava.TypeExpr base,
List<LLJava.DimensionExpr> dimensions) |
see also the complete user documentation .