public class ScalarTypeExtensionDefinition extends ScalarTypeDefinition
| Constructor and Description |
|---|
ScalarTypeExtensionDefinition(java.lang.String name) |
ScalarTypeExtensionDefinition(java.lang.String name,
java.util.List<Directive> directives) |
| Modifier and Type | Method and Description |
|---|---|
ScalarTypeExtensionDefinition |
deepCopy() |
java.lang.String |
toString() |
accept, getChildren, getDescription, getDirective, getDirectives, getDirectivesByName, getName, isEqualTo, setDescriptiondeepCopy, deepCopy, getComments, getSourceLocation, setComments, setSourceLocationclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetComments, getSourceLocationpublic ScalarTypeExtensionDefinition(java.lang.String name)
public ScalarTypeExtensionDefinition(java.lang.String name,
java.util.List<Directive> directives)
public ScalarTypeExtensionDefinition deepCopy()
deepCopy in interface Definition<ScalarTypeDefinition>deepCopy in interface Node<ScalarTypeDefinition>deepCopy in interface TypeDefinition<ScalarTypeDefinition>deepCopy in class ScalarTypeDefinitionpublic java.lang.String toString()
toString in class ScalarTypeDefinition