Package | Description |
---|---|
imop.ast.node.external |
This package contains automatically generated classes, each
representing some non-terminal or terminal in the input grammar for C with
OpenMP.
|
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 | Field and Description |
---|---|
private NowaitDataClauseList |
SectionsConstruct.f2 |
Modifier and Type | Method and Description |
---|---|
NowaitDataClauseList |
SectionsConstruct.getF2() |
Modifier and Type | Method and Description |
---|---|
void |
SectionsConstruct.setF2(NowaitDataClauseList f2) |
Constructor and Description |
---|
SectionsConstruct(OmpPragma n0,
NodeToken n1,
NowaitDataClauseList n2,
OmpEol n3,
SectionsScope n4) |
SectionsConstruct(OmpPragma n0,
NowaitDataClauseList n1,
OmpEol n2,
SectionsScope n3) |
Modifier and Type | Method and Description |
---|---|
void |
Visitor.visit(NowaitDataClauseList n)
f0 ::= ( ANowaitDataClause() )*
|
R |
GJNoArguVisitor.visit(NowaitDataClauseList n)
f0 ::= ( ANowaitDataClause() )*
|
R |
GJNoArguDepthFirstProcess.visit(NowaitDataClauseList n)
f0 ::= ( ANowaitDataClause() )*
|
R |
GJNoArguDepthFirst.visit(NowaitDataClauseList n)
f0 ::= ( ANowaitDataClause() )*
|
void |
DepthFirstVisitor.visit(NowaitDataClauseList n)
f0 ::= ( ANowaitDataClause() )*
|
void |
DepthFirstProcess.visit(NowaitDataClauseList n)
f0 ::= ( ANowaitDataClause() )*
|
void |
GJVoidVisitor.visit(NowaitDataClauseList n,
A argu)
f0 ::= ( ANowaitDataClause() )*
|
void |
GJVoidDepthFirstProcess.visit(NowaitDataClauseList n,
A argu)
f0 ::= ( ANowaitDataClause() )*
|
void |
GJVoidDepthFirst.visit(NowaitDataClauseList n,
A argu)
f0 ::= ( ANowaitDataClause() )*
|
R |
GJVisitor.visit(NowaitDataClauseList n,
A argu)
f0 ::= ( ANowaitDataClause() )*
|
R |
GJDepthFirstProcess.visit(NowaitDataClauseList n,
A argu)
f0 ::= ( ANowaitDataClause() )*
|
R |
GJDepthFirst.visit(NowaitDataClauseList n,
A argu)
f0 ::= ( ANowaitDataClause() )*
|
Modifier and Type | Method and Description |
---|---|
Node |
Copier.DeepCopier.visit(NowaitDataClauseList oldNode)
f0 ::= ( ANowaitDataClause() )*
|
Modifier and Type | Method and Description |
---|---|
void |
StringGetter.InternalStringGetter.visit(NowaitDataClauseList n)
f0 ::= ( ANowaitDataClause() )*
|
Modifier and Type | Method and Description |
---|---|
void |
CrudeReplaceNode.CrudeNodeReplacer.visit(NowaitDataClauseList n)
f0 ::= ( ANowaitDataClause() )*
|
Modifier and Type | Method and Description |
---|---|
ExpressionSimplifier.SimplificationString |
ExpressionSimplifier.visit(NowaitDataClauseList n)
f0 ::= ( ANowaitDataClause() )*
|
Modifier and Type | Method and Description |
---|---|
void |
ParentBuilder.visit(NowaitDataClauseList n,
Node argu)
f0 ::= ( ANowaitDataClause() )*
|
Modifier and Type | Method and Description |
---|---|
NowaitDataClauseList |
FrontEnd.CParser.NowaitDataClauseList() |