public class NonNullType extends AbstractNode implements Type
| Constructor and Description |
|---|
NonNullType() |
NonNullType(Type type) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Node> |
getChildren() |
Type |
getType() |
boolean |
isEqualTo(Node o)
Compares just the content and not the children.
|
void |
setType(ListType type) |
void |
setType(TypeName type) |
java.lang.String |
toString() |
getSourceLocation, setSourceLocationclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetSourceLocationpublic NonNullType()
public NonNullType(Type type)
public Type getType()
public void setType(ListType type)
public void setType(TypeName type)
public java.util.List<Node> getChildren()
getChildren in interface Nodepublic boolean isEqualTo(Node o)
Nodepublic java.lang.String toString()
toString in class java.lang.Object