|
|||||||||
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.ASTCompoundNode
sota.lang.java.ast.nodes.JavaASTCompoundNode
public class JavaASTCompoundNode
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 |
---|
public JavaASTCompoundNode(int nl, java.lang.String s)
nl
- die Zeilennummers
- der Inhalt
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |