public class HNWhile extends HNode
| Modifier and Type | Class and Description |
|---|---|
static class |
HNWhile.JEvaluableNodeSupplier |
| Constructor and Description |
|---|
HNWhile() |
HNWhile(net.thevpc.jeep.JToken token) |
| 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) |
HNode |
getBlock() |
List<net.thevpc.jeep.JNode> |
getChildrenNodes() |
HNode[] |
getExitPoints() |
HNode |
getExpr() |
String |
getLabel() |
HNWhile |
setBlock(HNode block) |
HNWhile |
setExpr(HNode expr) |
HNWhile |
setLabel(String label) |
String |
toString() |
addAnnotationNoDuplicates, addAnnotations, addAnnotationsNoDuplicates, addModifierKeys, copy, copy, fullChildInfo, getAnnotations, getEffectiveImports, getElement, 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 void findAndReplaceChildren(net.thevpc.jeep.JNodeFindAndReplace findAndReplace)
findAndReplaceChildren in class net.thevpc.jeep.core.nodes.AbstractJNodepublic HNode getExpr()
public HNode getBlock()
public void copyFrom(net.thevpc.jeep.JNode node,
net.thevpc.jeep.JNodeCopyFactory copyFactory)
public List<net.thevpc.jeep.JNode> getChildrenNodes()
getChildrenNodes in interface net.thevpc.jeep.JNodegetChildrenNodes in class net.thevpc.jeep.core.nodes.AbstractJNodepublic String getLabel()
public HNode[] getExitPoints()
getExitPoints in class HNodeCopyright © 2025 vpc open source initiative. All rights reserved.