| Modifier and Type | Method and Description |
|---|---|
static Node |
ErrorNodeFactory.createInvalidType(Node node,
NodeType type) |
| Modifier and Type | Method and Description |
|---|---|
NodeType |
StringNodeImpl.getType() |
NodeType |
Node.getType()
Returns the type of this node
|
NodeType |
KeyValueNodeImpl.getType() |
NodeType |
ErrorNode.getType() |
NodeType |
AbstractReferenceNode.getType() |
static NodeType |
NodeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeType[] |
NodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
NodeType |
SYStringNode.getType() |
NodeType |
SYObjectNode.getType() |
NodeType |
SYNullNode.getType() |
NodeType |
SYIntegerNode.getType() |
NodeType |
SYFloatingNode.getType() |
NodeType |
SYBooleanNode.getType() |
NodeType |
SYArrayNode.getType() |
| Modifier and Type | Method and Description |
|---|---|
NodeType |
RamlDocumentNode.getType() |
NodeType |
ExampleTypeNode.getType() |
| Modifier and Type | Method and Description |
|---|---|
NodeType |
InheritedPropertiesInjectedNode.getType() |
| Modifier and Type | Method and Description |
|---|---|
NodeType |
StringTypeNode.getType() |
NodeType |
ObjectTypeNode.getType() |
NodeType |
NumericTypeNode.getType() |
NodeType |
FileTypeNode.getType() |
NodeType |
DateTypeNode.getType() |
NodeType |
BooleanTypeNode.getType() |
Copyright © 2016. All rights reserved.