public class HNIf extends HNode
| Modifier and Type | Class and Description |
|---|---|
static class |
HNIf.IsVarReplacer |
static class |
HNIf.JEvaluableFromBranchArray |
static class |
HNIf.JEvaluableFromSupplier |
static class |
HNIf.WhenDoBranchNode |
| Constructor and Description |
|---|
HNIf() |
HNIf(net.thevpc.jeep.JToken token) |
| Modifier and Type | Method and Description |
|---|---|
HNIf |
add(HNode condition,
HNode thenResult) |
void |
copyFrom(net.thevpc.jeep.JNode node,
net.thevpc.jeep.JNodeCopyFactory copyFactory) |
protected void |
findAndReplaceChildren(net.thevpc.jeep.JNodeFindAndReplace findAndReplace) |
List<HNIf.WhenDoBranchNode> |
getBranches() |
List<net.thevpc.jeep.JNode> |
getChildrenNodes() |
HNode |
getElseNode() |
HNode[] |
getExitPoints() |
void |
setElse(HNode result) |
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, visitNextpublic void setElse(HNode result)
public HNode getElseNode()
public List<HNIf.WhenDoBranchNode> getBranches()
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 HNode[] getExitPoints()
getExitPoints in class HNodeprotected void findAndReplaceChildren(net.thevpc.jeep.JNodeFindAndReplace findAndReplace)
findAndReplaceChildren in class net.thevpc.jeep.core.nodes.AbstractJNodeCopyright © 2025 vpc open source initiative. All rights reserved.