Package | Description |
---|---|
imop.baseVisitor |
These classes contain default visitors for various types of AST nodes.
|
imop.lib.builder |
This package contains classes that are used to create various types of AST
nodes (apart from the way the parser does that).
|
imop.lib.getter |
The visitors present in this package are used to perform various types of
queries on the AST of the input program.
|
imop.lib.transform |
This package contains classes that deal with translations and optimizations
of the input program.
|
imop.lib.transform.simplify |
This package contains classes that are used to perform various
simplification/normalization passes on the input program (or on newly created
nodes).
|
imop.lib.util |
This package contains miscellaneous utility classes.
|
imop.parser |
This package contains (mostly) automatically generated classes that form part
of the parser for the input program.
|
Modifier and Type | Method and Description |
---|---|
void |
Visitor.visit(PostIncrementId n)
f0 ::=
|
R |
GJNoArguVisitor.visit(PostIncrementId n)
f0 ::=
|
R |
GJNoArguDepthFirstProcess.visit(PostIncrementId n)
f0 ::=
|
R |
GJNoArguDepthFirst.visit(PostIncrementId n)
f0 ::=
|
void |
DepthFirstVisitor.visit(PostIncrementId n)
f0 ::=
|
void |
DepthFirstProcess.visit(PostIncrementId n)
f0 ::=
|
void |
GJVoidVisitor.visit(PostIncrementId n,
A argu)
f0 ::=
|
void |
GJVoidDepthFirstProcess.visit(PostIncrementId n,
A argu)
f0 ::=
|
void |
GJVoidDepthFirst.visit(PostIncrementId n,
A argu)
f0 ::=
|
R |
GJVisitor.visit(PostIncrementId n,
A argu)
f0 ::=
|
R |
GJDepthFirstProcess.visit(PostIncrementId n,
A argu)
f0 ::=
|
R |
GJDepthFirst.visit(PostIncrementId n,
A argu)
f0 ::=
|
Modifier and Type | Method and Description |
---|---|
Node |
Copier.DeepCopier.visit(PostIncrementId oldNode)
f0 ::=
|
Modifier and Type | Method and Description |
---|---|
void |
StringGetter.InternalStringGetter.visit(PostIncrementId n)
f0 ::=
|
Type |
ExpressionTypeGetter.visit(PostIncrementId n)
f0 ::=
|
java.util.ArrayList<Cell> |
CellAccessGetter.AccessGetter.visit(PostIncrementId n)
f0 ::=
|
Modifier and Type | Method and Description |
---|---|
void |
CrudeReplaceNode.CrudeNodeReplacer.visit(PostIncrementId n)
f0 ::=
|
Modifier and Type | Method and Description |
---|---|
ExpressionSimplifier.SimplificationString |
ExpressionSimplifier.visit(PostIncrementId n)
f0 ::=
|
Modifier and Type | Method and Description |
---|---|
void |
ParentBuilder.visit(PostIncrementId n,
Node argu)
f0 ::=
|
Modifier and Type | Method and Description |
---|---|
PostIncrementId |
FrontEnd.CParser.PostIncrementId() |