public class HNOpBinaryCall extends HNode
| Modifier | Constructor and Description |
|---|---|
protected |
HNOpBinaryCall() |
|
HNOpBinaryCall(net.thevpc.jeep.JToken name,
HNode left,
HNode right,
net.thevpc.jeep.JToken startToken,
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() |
net.thevpc.jeep.JInvokablePrefilled |
getImpl() |
HNode |
getLeft() |
String |
getName() |
net.thevpc.jeep.JToken |
getNameToken() |
HNode |
getRight() |
HNOpBinaryCall |
setImpl(net.thevpc.jeep.JInvokablePrefilled impl) |
HNOpBinaryCall |
setLeft(HNode left) |
HNOpBinaryCall |
setRight(HNode right) |
String |
toString() |
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, visitNextpublic net.thevpc.jeep.JInvokablePrefilled getImpl()
public HNOpBinaryCall setImpl(net.thevpc.jeep.JInvokablePrefilled impl)
public HNode getLeft()
public HNOpBinaryCall setLeft(HNode left)
public HNode getRight()
public HNOpBinaryCall setRight(HNode right)
public String getName()
public net.thevpc.jeep.JToken getNameToken()
protected void findAndReplaceChildren(net.thevpc.jeep.JNodeFindAndReplace findAndReplace)
findAndReplaceChildren in class net.thevpc.jeep.core.nodes.AbstractJNodepublic 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.AbstractJNodeCopyright © 2021 vpc open source initiative. All rights reserved.