sota.lang.java.ast.nodes
Class JavaASTCompoundNode

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

public class JavaASTCompoundNode
extends ASTCompoundNode

AST-Knoten für Compoundblöcke


Field Summary
 
Fields inherited from class sota.ast.nodes.ASTCompoundNode
endNode, startNode
 
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
JavaASTCompoundNode(int nl, java.lang.String s)
          Der Konstruktor für einen Block
 
Method Summary
 
Methods inherited from class sota.ast.nodes.ASTCompoundNode
getEndNode, getNodeString, getStartNode, isStartNode, printNode, setEndNode, setStartNode
 
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, printCFG, 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

JavaASTCompoundNode

public JavaASTCompoundNode(int nl,
                           java.lang.String s)
Der Konstruktor für einen Block

Parameters:
nl - die Zeilennummer
s - der Inhalt