Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.ContinueStatement
Packages that use ContinueStatement
Package
Description
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
-
Uses of ContinueStatement in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom that return ContinueStatementModifier and TypeMethodDescriptionASTConverter.convert(ContinueStatement statement) AST.newContinueStatement()Creates an unparented continue statement node owned by this AST.Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type ContinueStatementModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(ContinueStatement node) End of visit the given type-specific AST node.booleanASTMatcher.match(ContinueStatement node, Object other) Returns whether the given node and the other object match.booleanAjNaiveASTFlattener.visit(ContinueStatement node) booleanASTVisitor.visit(ContinueStatement node) Visits the given type-specific AST node. -
Uses of ContinueStatement in org.aspectj.org.eclipse.jdt.internal.core.dom
Methods in org.aspectj.org.eclipse.jdt.internal.core.dom with parameters of type ContinueStatement -
Uses of ContinueStatement in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite
Methods in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite with parameters of type ContinueStatementModifier and TypeMethodDescriptionbooleanASTRewriteAnalyzer.visit(ContinueStatement node) booleanASTRewriteFlattener.visit(ContinueStatement node)