public abstract static class HNSwitch.SwitchBranch extends HNode
| Modifier and Type | Field and Description |
|---|---|
protected HNode |
doNode |
protected net.thevpc.jeep.JInvokablePrefilled |
impl |
protected net.thevpc.jeep.JToken |
op |
| Constructor and Description |
|---|
SwitchBranch(HNNodeId id) |
| Modifier and Type | Method and Description |
|---|---|
void |
copyFrom(net.thevpc.jeep.JNode node,
net.thevpc.jeep.JNodeCopyFactory copyFactory) |
HNode |
getDoNode() |
net.thevpc.jeep.JInvokablePrefilled |
getImpl() |
net.thevpc.jeep.JToken |
getOp() |
HNSwitch.SwitchBranch |
setDoNode(HNode doNode) |
HNSwitch.SwitchBranch |
setImpl(net.thevpc.jeep.JInvokablePrefilled impl) |
addAnnotationNoDuplicates, addAnnotations, addAnnotationsNoDuplicates, addModifierKeys, copy, copy, fullChildInfo, getAnnotations, getEffectiveImports, getElement, getExitPoints, getImports, getModifierKeys, getParentNode, id, removeAnnotations, setAnnotations, setElement, setImportscontainsCaret, containsCaret, copyFrom, findAndReplace, findAndReplaceChildren, getChildInfo, getChildrenNodes, 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 HNode doNode
protected net.thevpc.jeep.JInvokablePrefilled impl
protected net.thevpc.jeep.JToken op
public SwitchBranch(HNNodeId id)
public HNode getDoNode()
public HNSwitch.SwitchBranch setDoNode(HNode doNode)
public void copyFrom(net.thevpc.jeep.JNode node,
net.thevpc.jeep.JNodeCopyFactory copyFactory)
public net.thevpc.jeep.JInvokablePrefilled getImpl()
public HNSwitch.SwitchBranch setImpl(net.thevpc.jeep.JInvokablePrefilled impl)
public net.thevpc.jeep.JToken getOp()
Copyright © 2021 vpc open source initiative. All rights reserved.