public class HNStringInterop extends HNode
| Constructor and Description |
|---|
HNStringInterop(net.thevpc.jeep.JToken[] stringTokens,
HNode[] expressions,
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() |
HNode[] |
getExpressions() |
String |
getJavaMessageFormatString() |
net.thevpc.jeep.JToken[] |
getTokens() |
HNStringInterop |
setExpressions(HNode[] expressions) |
HNStringInterop |
setTokens(net.thevpc.jeep.JToken[] tokens) |
String |
toString() |
String |
toString(boolean format) |
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 HNStringInterop(net.thevpc.jeep.JToken[] stringTokens,
HNode[] expressions,
net.thevpc.jeep.JToken startToken,
net.thevpc.jeep.JToken endToken)
public net.thevpc.jeep.JToken[] getTokens()
public HNStringInterop setTokens(net.thevpc.jeep.JToken[] tokens)
public HNode[] getExpressions()
public HNStringInterop setExpressions(HNode[] expressions)
public String toString(boolean format)
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 String getJavaMessageFormatString()
Copyright © 2021 vpc open source initiative. All rights reserved.