|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsota.ast.nodes.ASTNode
sota.ast.nodes.ASTDoNode
public abstract class ASTDoNode
AST-Knoten für Do-Knoten
Field Summary | |
---|---|
protected ASTIterationNode |
iterationNode
|
Fields inherited from class sota.ast.nodes.ASTNode |
---|
ascContent, BRANCH, CASE, CATCH, CONDITION, content, controlingBranchNode, DO, functionNode, id, IF, isDirectReachable, isReachable, isVirtual, ITERATION, JUMP, lineNr, next, NODE, prev, SCOPE, STATEMENT, SWITCH, TRY |
Constructor Summary | |
---|---|
ASTDoNode(int nl,
java.lang.String s)
|
Method Summary | |
---|---|
ASTStatementNode |
getEndNode()
|
ASTIterationNode |
getIterationNode()
|
ASTStatementNode |
getLoopNode()
|
java.lang.String |
getNodeString()
|
void |
printCFG()
|
void |
printNode()
|
void |
setIterationNode(ASTIterationNode in)
|
Methods inherited from class sota.ast.nodes.ASTNode |
---|
appendToASCContent, compareTo, createASCContent, getASCContent, getContent, getControlingBranchNode, getFunctionNode, getID, getLineNr, getNextNode, getPrevNode, getReachString, getType, isDirectReachable, isDirectReachable, isReachable, isReachable, isVirtual, isVirtual, print, printReach, setASCContent, setContent, setControlingBranchNode, setFunctionNode, setID, setNextNode, setPrevNode, typeToString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ASTIterationNode iterationNode
Constructor Detail |
---|
public ASTDoNode(int nl, java.lang.String s)
Method Detail |
---|
public ASTStatementNode getEndNode()
public ASTIterationNode getIterationNode()
public ASTStatementNode getLoopNode()
public java.lang.String getNodeString()
getNodeString
in class ASTNode
public void printCFG()
printCFG
in class ASTNode
public void printNode()
printNode
in class ASTNode
public void setIterationNode(ASTIterationNode in)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |