Public Methods | |
FGNodeAST (Object obj) | |
Object | getObj () |
Stmt | getStmt () |
Private Methods | |
void | setStmt (Stmt stmt) |
Private Attributes | |
Object | obj |
Stmt | stmt |
Definition at line 53 of file FGNodeAST.java.
|
Constructor that uses empty sets for values, actions, and succs.
Definition at line 69 of file FGNodeAST.java. |
|
Returns the AST object described by this node.
Definition at line 79 of file FGNodeAST.java. |
|
Returns the statement enclosing the described AST node.
Definition at line 88 of file FGNodeAST.java. |
|
Sets the statement enclosing the described AST node. This is required when there are circularity in constructors and so members need to be initialized after the call to the construtor.
Definition at line 99 of file FGNodeAST.java. Referenced by FGExpr::build(), and FGStmt::getLHSNode().
|
|
The AST object described by this node. Definition at line 58 of file FGNodeAST.java. |
|
The statement in which the described AST Node is embedded in. Definition at line 63 of file FGNodeAST.java. |