public class HNStaticEval extends HNode
| Constructor and Description |
|---|
HNStaticEval(net.thevpc.jeep.JToken staticToken,
net.thevpc.jeep.JToken dotToken,
net.thevpc.jeep.JToken identifierToken,
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.JToken |
getDotToken() |
net.thevpc.jeep.JToken |
getIdentifierToken() |
net.thevpc.jeep.JToken |
getStaticToken() |
HNStaticEval |
setDotToken(net.thevpc.jeep.JToken dotToken) |
HNStaticEval |
setIdentifierToken(net.thevpc.jeep.JToken identifierToken) |
HNStaticEval |
setStaticToken(net.thevpc.jeep.JToken staticToken) |
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 HNStaticEval(net.thevpc.jeep.JToken staticToken,
net.thevpc.jeep.JToken dotToken,
net.thevpc.jeep.JToken identifierToken,
net.thevpc.jeep.JToken startToken,
net.thevpc.jeep.JToken endToken)
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.AbstractJNodeprotected void findAndReplaceChildren(net.thevpc.jeep.JNodeFindAndReplace findAndReplace)
findAndReplaceChildren in class net.thevpc.jeep.core.nodes.AbstractJNodepublic net.thevpc.jeep.JToken getStaticToken()
public HNStaticEval setStaticToken(net.thevpc.jeep.JToken staticToken)
public net.thevpc.jeep.JToken getDotToken()
public HNStaticEval setDotToken(net.thevpc.jeep.JToken dotToken)
public net.thevpc.jeep.JToken getIdentifierToken()
public HNStaticEval setIdentifierToken(net.thevpc.jeep.JToken identifierToken)
Copyright © 2025 vpc open source initiative. All rights reserved.