sota.lang.java.ast.nodes
Class JavaASTJumpNode

java.lang.Object
  extended by sota.ast.nodes.ASTNode
      extended by sota.ast.nodes.ASTStatementNode
          extended by sota.ast.nodes.ASTJumpNode
              extended by sota.lang.java.ast.nodes.JavaASTJumpNode
All Implemented Interfaces:
java.lang.Comparable<ASTNode>, IStatementNode

public class JavaASTJumpNode
extends ASTJumpNode

AST-Knoten für Sprunganweisungen (break, continue, return)


Field Summary
 
Fields inherited from class sota.ast.nodes.ASTJumpNode
isBreak, isContinue, isGoto, isReturn, isThrow, label, listOfFinallyNodes, listOfTryNodes, targetNode
 
Fields inherited from class sota.ast.nodes.ASTStatementNode
endOfStatement, nrHits
 
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
JavaASTJumpNode(int ln, java.lang.String s, java.lang.String l)
          Konstruktor
 
Method Summary
 void createASCContent(int level)
           
 
Methods inherited from class sota.ast.nodes.ASTJumpNode
addTryNodes, getLabel, getListOfFinallyNodes, getListOfTryNodes, getNodeString, getTargetNode, isBreak, isBreak, isContinue, isContinue, isGoto, isGoto, isReturn, isReturn, isThrow, isThrow, isVirtual, printCFG, printNode, setTarget
 
Methods inherited from class sota.ast.nodes.ASTStatementNode
decNrHits, getEndOfStatement, getNrHits, incNrHits, incNrHits, isSepareted, resetHits, setEndOfStatement, setNrHits
 
Methods inherited from class sota.ast.nodes.ASTNode
appendToASCContent, compareTo, getASCContent, getContent, getControlingBranchNode, getFunctionNode, getID, getLineNr, getNextNode, getPrevNode, getReachString, getType, isDirectReachable, isDirectReachable, isReachable, isReachable, 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
 
Methods inherited from interface sota.ast.nodes.IStatementNode
getID, print
 

Constructor Detail

JavaASTJumpNode

public JavaASTJumpNode(int ln,
                       java.lang.String s,
                       java.lang.String l)
Konstruktor

Parameters:
ln - die Zeilennummer
s - der Inhalt
l - das Label
Method Detail

createASCContent

public void createASCContent(int level)
Overrides:
createASCContent in class ASTNode