public class DirectiveLocation extends AbstractNode<DirectiveLocation>
Constructor and Description |
---|
DirectiveLocation(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
DirectiveLocation |
deepCopy() |
java.util.List<Node> |
getChildren() |
java.lang.String |
getName() |
boolean |
isEqualTo(Node o)
Compares just the content and not the children.
|
java.lang.String |
toString() |
deepCopy, deepCopy, getComments, getSourceLocation, setComments, setSourceLocation
public java.lang.String getName()
public java.util.List<Node> getChildren()
public boolean isEqualTo(Node o)
Node
o
- the other node to compare topublic DirectiveLocation deepCopy()
public java.lang.String toString()
toString
in class java.lang.Object