public abstract class HNBreakOrContinue extends HNode
| Modifier | Constructor and Description |
|---|---|
protected |
HNBreakOrContinue(HNNodeId id) |
protected |
HNBreakOrContinue(HNNodeId id,
net.thevpc.jeep.JToken leaps,
net.thevpc.jeep.JToken token,
net.thevpc.jeep.JToken endToken) |
| Modifier and Type | Method and Description |
|---|---|
void |
copyFrom(net.thevpc.jeep.JNode node,
net.thevpc.jeep.JNodeCopyFactory copyFactory) |
protected void |
findAndReplaceChildren(net.thevpc.jeep.JNodeFindAndReplace findAndReplace) |
List<net.thevpc.jeep.JNode> |
getChildrenNodes() |
String |
getLabel() |
net.thevpc.jeep.JToken |
getLeaps() |
int |
leapVal() |
HNBreakOrContinue |
setLabel(String label) |
HNBreakOrContinue |
setLeaps(net.thevpc.jeep.JToken leaps) |
addAnnotationNoDuplicates, addAnnotations, addAnnotationsNoDuplicates, addModifierKeys, copy, copy, fullChildInfo, getAnnotations, getEffectiveImports, getElement, getExitPoints, getImports, getModifierKeys, getParentNode, id, removeAnnotations, setAnnotations, setElement, setImportscontainsCaret, containsCaret, copyFrom, findAndReplace, getChildInfo, getEndToken, getExitContextObject, getPosition, getPosition, getSeparators, getStartToken, getUserObjects, isExitContext, isSetUserObject, isTestAndSetUserObject, parentNode, setBounds, setChildInfo, setEndToken, setExitContextObject, setSeparators, setStartToken, setUserObject, setUserObject, setUserObject, unsetUserObject, visit, visitNext, visitNext, visitNextprotected HNBreakOrContinue(HNNodeId id)
protected HNBreakOrContinue(HNNodeId id, net.thevpc.jeep.JToken leaps, net.thevpc.jeep.JToken token, net.thevpc.jeep.JToken endToken)
protected void findAndReplaceChildren(net.thevpc.jeep.JNodeFindAndReplace findAndReplace)
findAndReplaceChildren in class net.thevpc.jeep.core.nodes.AbstractJNodepublic List<net.thevpc.jeep.JNode> getChildrenNodes()
getChildrenNodes in interface net.thevpc.jeep.JNodegetChildrenNodes in class net.thevpc.jeep.core.nodes.AbstractJNodepublic void copyFrom(net.thevpc.jeep.JNode node,
net.thevpc.jeep.JNodeCopyFactory copyFactory)
public net.thevpc.jeep.JToken getLeaps()
public HNBreakOrContinue setLeaps(net.thevpc.jeep.JToken leaps)
public String getLabel()
public HNBreakOrContinue setLabel(String label)
public int leapVal()
Copyright © 2025 vpc open source initiative. All rights reserved.