public class JsonSchemaTerminalNode extends JsonSchemaNode
Constructor and Description |
---|
JsonSchemaTerminalNode(JsonSchemaStructNode parent) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getValueStartLocation()
Points to the location where this object starts in underlying
input.
|
int |
hashCode() |
boolean |
isTerminal()
Returns whether this node represents a scalar value.
|
void |
setValueStartLocation(int valueStartLocation)
Sets the location of the value in the underlying input.
|
String |
toString() |
getParent, setParent
public JsonSchemaTerminalNode(JsonSchemaStructNode parent)
public int getValueStartLocation()
public void setValueStartLocation(int valueStartLocation)
valueStartLocation
- public boolean isTerminal()
JsonSchemaNode
isTerminal
in class JsonSchemaNode
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.