@Deprecated public class HNArrayCall extends HNode
| Constructor and Description |
|---|
HNArrayCall()
Deprecated.
|
HNArrayCall(HNode arrayInstanceNode,
HNode[] indexNodes,
net.thevpc.jeep.JType arrayType,
net.thevpc.jeep.JType componentType,
net.thevpc.jeep.JToken startToken,
net.thevpc.jeep.JToken endToken)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
copyFrom(net.thevpc.jeep.JNode node,
net.thevpc.jeep.JNodeCopyFactory copyFactory)
Deprecated.
|
protected void |
findAndReplaceChildren(net.thevpc.jeep.JNodeFindAndReplace findAndReplace)
Deprecated.
|
HNode |
getArrayInstanceNode()
Deprecated.
|
net.thevpc.jeep.JType |
getArrayType()
Deprecated.
|
List<net.thevpc.jeep.JNode> |
getChildrenNodes()
Deprecated.
|
net.thevpc.jeep.JType |
getComponentType()
Deprecated.
|
HNode[] |
getIndexNodes()
Deprecated.
|
HNArrayCall |
setArrayInstanceNode(HNode arrayInstanceNode)
Deprecated.
|
HNArrayCall |
setArrayType(net.thevpc.jeep.JType arrayType)
Deprecated.
|
HNArrayCall |
setIndexNodes(HNode[] indexNodes)
Deprecated.
|
String |
toString()
Deprecated.
|
void |
visit(net.thevpc.jeep.JNodeVisitor visitor)
Deprecated.
|
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, visitNext, visitNext, visitNextpublic HNode getArrayInstanceNode()
public HNArrayCall setArrayInstanceNode(HNode arrayInstanceNode)
public HNode[] getIndexNodes()
public HNArrayCall setIndexNodes(HNode[] indexNodes)
public net.thevpc.jeep.JType getArrayType()
public HNArrayCall setArrayType(net.thevpc.jeep.JType arrayType)
public net.thevpc.jeep.JType getComponentType()
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 void visit(net.thevpc.jeep.JNodeVisitor visitor)
visit in interface net.thevpc.jeep.JNodevisit 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.AbstractJNodeCopyright © 2021 vpc open source initiative. All rights reserved.