public interface SimpleTypeNode<T> extends Node
| Modifier and Type | Method and Description |
|---|---|
String |
getLiteralValue()
in some cases the value of the node is different than the literal one
e.g: (literal value) -> (value)
001 -> 1
0xF -> 15
|
T |
getValue() |
addChild, addChild, annotate, annotations, copy, findAncestorWith, findDescendantsWith, get, getChildren, getEndPosition, getParent, getRootNode, getSource, getStartPosition, getType, removeChild, removeChildren, replaceTree, replaceWith, setChild, setParent, setSourceCopyright © 2017. All rights reserved.