public class NodeDetachChange extends NodeChange
| Constructor and Description |
|---|
NodeDetachChange(StateNode node)
Creates a new detach change.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
populateJson(elemental.json.JsonObject json,
ConstantPool constantPool)
Overridden by subclasses to populate a JSON object when serializing.
|
getNode, toJsonpublic NodeDetachChange(StateNode node)
node - the detached nodeprotected void populateJson(elemental.json.JsonObject json,
ConstantPool constantPool)
NodeChangepopulateJson in class NodeChangejson - the json object to populateconstantPool - the constant pool to use for serializing constant pool
referencesCopyright © 2018. All rights reserved.