public class HNLiteral extends HNode
| Constructor and Description |
|---|
HNLiteral(Object value,
net.thevpc.jeep.JToken token) |
HNLiteral(Object value,
net.thevpc.jeep.JType type,
net.thevpc.jeep.JToken token) |
| Modifier and Type | Method and Description |
|---|---|
void |
copyFrom(net.thevpc.jeep.JNode node,
net.thevpc.jeep.JNodeCopyFactory copyFactory) |
boolean |
equals(Object o) |
protected void |
findAndReplaceChildren(net.thevpc.jeep.JNodeFindAndReplace findAndReplace) |
HNode |
getAssociatedExpression() |
List<net.thevpc.jeep.JNode> |
getChildrenNodes() |
Object |
getValue() |
int |
hashCode() |
HNLiteral |
setAssociatedExpression(HNode associatedExpression) |
HNLiteral |
setValue(Object value) |
String |
toString() |
void |
visit(net.thevpc.jeep.JNodeVisitor visitor) |
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 HNLiteral(Object value, net.thevpc.jeep.JToken token)
public HNLiteral(Object value, net.thevpc.jeep.JType type, net.thevpc.jeep.JToken token)
protected void findAndReplaceChildren(net.thevpc.jeep.JNodeFindAndReplace findAndReplace)
findAndReplaceChildren in class net.thevpc.jeep.core.nodes.AbstractJNodepublic HNode getAssociatedExpression()
public Object getValue()
public 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.