public class HNParsPostfix extends HNode
| Constructor and Description |
|---|
HNParsPostfix(HNode left,
List<HNode> right,
net.thevpc.jeep.JToken startToken,
net.thevpc.jeep.JToken rightStartToken,
List<net.thevpc.jeep.JToken> rightSeparators,
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() |
HNode |
getLeft() |
List<HNode> |
getRight() |
List<net.thevpc.jeep.JToken> |
getRightSeparators() |
net.thevpc.jeep.JToken |
getRightStartToken() |
net.thevpc.jeep.core.nodes.AbstractJNode |
parentNode(net.thevpc.jeep.JNode parentNode) |
void |
setLeft(HNode left) |
void |
setRight(List<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, setBounds, setChildInfo, setEndToken, setExitContextObject, setSeparators, setStartToken, setUserObject, setUserObject, setUserObject, unsetUserObject, visit, visitNext, visitNext, visitNextpublic net.thevpc.jeep.JToken getRightStartToken()
public List<net.thevpc.jeep.JToken> getRightSeparators()
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.core.nodes.AbstractJNode parentNode(net.thevpc.jeep.JNode parentNode)
parentNode in class net.thevpc.jeep.core.nodes.AbstractJNodepublic HNode getLeft()
public void setLeft(HNode left)
Copyright © 2025 vpc open source initiative. All rights reserved.