public class Key extends Object
| Constructor and Description |
|---|
Key(String key,
VariableType variableType) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSubKey(Key subkey) |
boolean |
containsSubKey() |
Key |
getFirstSubKey() |
String |
getKey() |
List<Key> |
getSubKeys() |
VariableType |
getVariableType() |
String |
toString() |
public Key(String key, VariableType variableType)
public String getKey()
public VariableType getVariableType()
public void addSubKey(Key subkey)
public Key getFirstSubKey()
public boolean containsSubKey()
Copyright © 2016 jsolve. All rights reserved.