public class KeyScout
extends java.lang.Object
For each object in a key a KeyScoutChild is stored. The Tag of the key is stored in the end field.
Constructor and Description |
---|
KeyScout() |
Modifier and Type | Method and Description |
---|---|
void |
addAmount(int size)
Add x size to the parent object headers.
|
void |
addChild(KeyScoutChild child)
Add a child to the key scout.
|
KeyScoutChild |
getChildByName(java.lang.String name)
Get the tag parent by name.
|
java.util.List<KeyScoutChild> |
getChildren()
Get the children (parent objects of the desired end tag).
|
KeyScoutChild |
getEnd()
Get the information for the desired tag.
|
void |
removeAmount(int size)
Remove x size from the parent object headers.
|
void |
setEnd(KeyScoutChild end)
Set the information for the ending tag.
|
public void addChild(KeyScoutChild child)
child
- The child.public java.util.List<KeyScoutChild> getChildren()
public KeyScoutChild getChildByName(java.lang.String name)
name
- The namepublic KeyScoutChild getEnd()
public void setEnd(KeyScoutChild end)
end
- The end.public void removeAmount(int size)
size
- The size to remove.public void addAmount(int size)
size
- The size to add.