Uses of Class
org.eclipse.wst.jsdt.core.dom.BreakStatement

Packages that use BreakStatement
org.eclipse.wst.jsdt.core.dom   
 

Uses of BreakStatement in org.eclipse.wst.jsdt.core.dom
 

Methods in org.eclipse.wst.jsdt.core.dom that return BreakStatement
 BreakStatement AST.newBreakStatement()
          Creates an unparented break statement node owned by this AST.
 

Methods in org.eclipse.wst.jsdt.core.dom with parameters of type BreakStatement
 void ASTVisitor.endVisit(BreakStatement node)
          End of visit the given type-specific AST node.
 boolean ASTMatcher.match(BreakStatement node, java.lang.Object other)
          Returns whether the given node and the other object match.
 boolean ASTVisitor.visit(BreakStatement node)
          Visits the given type-specific AST node.