Class ScriptParser.Value
java.lang.Object
zombie.scripting.ScriptParser.Value
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasBlock()
asValue()
getKey()
getValue()
void
prettyPrint
(int indent, StringBuilder sb, String eol)
-
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
-