| Package | Description |
|---|---|
| net.heberling.clanlord.macro.interpreter.node | |
| net.heberling.clanlord.macro.interpreter.variable |
| Modifier and Type | Method and Description |
|---|---|
protected Variable |
AbstractMacroNode.getValue(MacroParser.ValueContext ctx) |
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyVariable
Returns 0 or "" if it is read
|
class |
LiteralVariable
Contains a number or a string.
|
class |
RandomVariable
Returns a random value every time it is read
|
| Modifier and Type | Method and Description |
|---|---|
Variable |
VariableStorage.get(String key) |
Variable |
Variable.getLetter(int letter) |
Variable |
Variable.getLetterCount() |
Variable |
Variable.getWord(int word) |
Variable |
Variable.getWordCount() |
| Modifier and Type | Method and Description |
|---|---|
void |
VariableStorage.put(String key,
Variable value) |
Copyright © 2021 Markus Heberling. All rights reserved.