Uses of Class
sota.ast.nodes.ASTBranchNode

Packages that use ASTBranchNode
sota.ast.nodes   
sota.lang.java.ast.nodes   
 

Uses of ASTBranchNode in sota.ast.nodes
 

Subclasses of ASTBranchNode in sota.ast.nodes
 class ASTIfNode
          AST-Knoten für If- oder If-Else-Anweisung ..
 class ASTIterationNode
          AST-Knoten für iterierende Statements/Blöcke
 class ASTSwitchNode
          AST-Knoten für Switch-Statements ..
 class ASTTryNode
          AST-Knoten für Ausnahme-Blöcke ..
 

Fields in sota.ast.nodes declared as ASTBranchNode
protected  ASTBranchNode ASTNode.controlingBranchNode
           
 

Fields in sota.ast.nodes with type parameters of type ASTBranchNode
protected  java.util.Stack<ASTBranchNode> ASTFunctionNode.stackOfBranchNodes
           
 

Methods in sota.ast.nodes that return ASTBranchNode
 ASTBranchNode ASTNode.getControlingBranchNode()
           
 

Methods in sota.ast.nodes with parameters of type ASTBranchNode
 void ASTNode.setControlingBranchNode(ASTBranchNode node)
           
 

Uses of ASTBranchNode in sota.lang.java.ast.nodes
 

Subclasses of ASTBranchNode in sota.lang.java.ast.nodes
 class JavaASTIfNode
          AST-Knoten für If-Anweisung
 class JavaASTIterationNode
          AST-Knoten für iterierende Anweisungen (Schleifen).
 class JavaASTSwitchNode
          AST-Knoten für Switch-Statements
 class JavaASTTryNode
          AST-Knoten für Try-Blöcke