public class ResourceTypeRefNode extends BaseResourceTypeRefNode implements StringNode
| Constructor and Description |
|---|
ResourceTypeRefNode(ResourceTypeRefNode node) |
ResourceTypeRefNode(String name) |
| Modifier and Type | Method and Description |
|---|---|
Node |
copy()
Creates a new copy of this node
|
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
|
String |
getValue() |
getRefName, getRefNodegetParameters, getParametersNode, getRelativeNode, getTypegetEndPosition, getStartPosition, setEndPosition, setStartPositionaddChild, addChild, findAncestorWith, findDescendantsWith, get, getChildren, getParent, getRootNode, getSource, removeChild, replaceWith, setChild, setParent, setSourceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddChild, addChild, findAncestorWith, findDescendantsWith, get, getChildren, getEndPosition, getParent, getRootNode, getSource, getStartPosition, getType, removeChild, replaceWith, setChild, setParent, setSourcepublic ResourceTypeRefNode(String name)
public ResourceTypeRefNode(ResourceTypeRefNode node)
@Nonnull public Node copy()
Nodecopy in interface Nodecopy in class BaseResourceTypeRefNodepublic String getValue()
getValue in interface SimpleTypeNode<String>getValue in interface StringNodepublic String getLiteralValue()
SimpleTypeNodegetLiteralValue in interface SimpleTypeNode<String>Copyright © 2016. All rights reserved.