public final class ContinueStmt extends Statement implements NodeWithOptionalLabel<ContinueStmt>
continue brains;
continue;Node.ObserverRegistrationMode, Node.ParsednessABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE, NODE_BY_BEGIN_POSITION, prettyPrinterNoCommentsConfiguration| Constructor and Description |
|---|
ContinueStmt() |
ContinueStmt(SimpleName label) |
ContinueStmt(String label) |
ContinueStmt(TokenRange tokenRange,
SimpleName label)
This constructor is used by the parser and is considered private.
|
| Modifier and Type | Method and Description |
|---|---|
<R,A> R |
accept(GenericVisitor<R,A> v,
A arg)
Accept method for visitor support.
|
<A> void |
accept(VoidVisitor<A> v,
A arg)
Accept method for visitor support.
|
ContinueStmt |
clone() |
Optional<SimpleName> |
getLabel() |
ContinueStmtMetaModel |
getMetaModel() |
boolean |
remove(Node node) |
ContinueStmt |
removeLabel() |
boolean |
replace(Node node,
Node replacementNode) |
ContinueStmt |
setLabel(SimpleName label)
Sets the label
|
addOrphanComment, customInitialization, equals, getAllContainedComments, getChildNodes, getChildNodesByType, getComment, getData, getNodeLists, getNodesByType, getOrphanComments, getParentNode, getParentNodeForChildren, getParsed, getRange, getTokenRange, hasComment, hashCode, isRegistered, notifyPropertyChange, register, register, registerForSubtree, remove, removeComment, removeForced, removeOrphanComment, setAsParentNodeOf, setAsParentNodeOf, setBlockComment, setComment, setData, setLineComment, setParentNode, setParsed, setRange, setTokenRange, toString, toString, tryAddImportToParentCompilationUnit, unregisterfinalize, getClass, notify, notifyAll, wait, wait, waitgetLabelAsString, setLabelgetAncestorOfTypecontainsWithin, getBegin, getEnd, isPositionedAfter, isPositionedBeforepublic ContinueStmt()
public ContinueStmt(String label)
public ContinueStmt(SimpleName label)
@Generated(value="com.github.javaparser.generator.core.node.MainConstructorGenerator") public ContinueStmt(TokenRange tokenRange, SimpleName label)
public <R,A> R accept(GenericVisitor<R,A> v, A arg)
Visitableaccept in interface VisitableR - the type of the return value of the visitorA - the type the user argument passed to the visitorv - the visitor implementationarg - the argument passed to the visitor (of type A)public <A> void accept(VoidVisitor<A> v, A arg)
Visitable@Generated(value="com.github.javaparser.generator.core.node.PropertyGenerator") public Optional<SimpleName> getLabel()
getLabel in interface NodeWithOptionalLabel<ContinueStmt>@Generated(value="com.github.javaparser.generator.core.node.PropertyGenerator") public ContinueStmt setLabel(SimpleName label)
setLabel in interface NodeWithOptionalLabel<ContinueStmt>label - the label, can be null@Generated(value="com.github.javaparser.generator.core.node.RemoveMethodGenerator") public boolean remove(Node node)
@Generated(value="com.github.javaparser.generator.core.node.RemoveMethodGenerator") public ContinueStmt removeLabel()
removeLabel in interface NodeWithOptionalLabel<ContinueStmt>@Generated(value="com.github.javaparser.generator.core.node.CloneGenerator") public ContinueStmt clone()
@Generated(value="com.github.javaparser.generator.core.node.GetMetaModelGenerator") public ContinueStmtMetaModel getMetaModel()
getMetaModel in class StatementCopyright © 2007–2017. All rights reserved.