Package zombie.scripting
Class ScriptParser.Value
java.lang.Object
zombie.scripting.ScriptParser.Value
- All Implemented Interfaces:
ScriptParser.BlockElement
- Enclosing class:
- ScriptParser
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionasBlock()
asValue()
getKey()
getValue()
void
prettyPrint
(int int1, StringBuilder stringBuilder, String string)
-
Field Details
-
string
-
-
Constructor Details
-
Value
public Value()
-
-
Method Details
-
asBlock
- Specified by:
asBlock
in interfaceScriptParser.BlockElement
-
asValue
- Specified by:
asValue
in interfaceScriptParser.BlockElement
-
prettyPrint
- Specified by:
prettyPrint
in interfaceScriptParser.BlockElement
-
getKey
-
getValue
-