sota.lang.java.ast.nodes
Class JavaASTDoNode

java.lang.Object
  extended by sota.ast.nodes.ASTNode
      extended by sota.ast.nodes.ASTDoNode
          extended by sota.lang.java.ast.nodes.JavaASTDoNode
All Implemented Interfaces:
java.lang.Comparable<ASTNode>

public class JavaASTDoNode
extends ASTDoNode

AST-Knoten für Do-Knoten


Field Summary
 
Fields inherited from class sota.ast.nodes.ASTDoNode
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
JavaASTDoNode(int nl, java.lang.String s)
          Der Konstruktor für den Do-Knoten.
 
Method Summary
 
Methods inherited from class sota.ast.nodes.ASTDoNode
getEndNode, getIterationNode, getLoopNode, getNodeString, printCFG, printNode, setIterationNode
 
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
 

Constructor Detail

JavaASTDoNode

public JavaASTDoNode(int nl,
                     java.lang.String s)
Der Konstruktor für den Do-Knoten.

Parameters:
nl - die Zeilennummer
s - der Inhalt