public class DirectiveLocation extends AbstractNode
| Constructor and Description |
|---|
DirectiveLocation(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
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() |
getComments, getSourceLocation, setComments, setSourceLocationpublic java.lang.String getName()
public java.util.List<Node> getChildren()
public boolean isEqualTo(Node o)
Nodeo - the other node to compare topublic java.lang.String toString()
toString in class java.lang.Object