public abstract class AbstractReferenceNode extends AbstractRamlNode implements ReferenceNode
| Constructor and Description |
|---|
AbstractReferenceNode() |
AbstractReferenceNode(AbstractReferenceNode node) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getParameters() |
Node |
getParametersNode() |
Node |
getRefNode() |
Node |
getRelativeNode() |
NodeType |
getType()
Returns the type of this node
|
abstract Node |
resolveReference() |
getEndPosition, 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, waitgetRefNameaddChild, addChild, copy, findAncestorWith, findDescendantsWith, get, getChildren, getEndPosition, getParent, getRootNode, getSource, getStartPosition, removeChild, replaceWith, setChild, setParent, setSourcepublic AbstractReferenceNode()
public AbstractReferenceNode(AbstractReferenceNode node)
@Nullable public final Node getRefNode()
getRefNode in interface ReferenceNodepublic Node getRelativeNode()
public NodeType getType()
Nodepublic Node getParametersNode()
Copyright © 2016. All rights reserved.