Package zombie.scripting
Class ScriptParser.Value
java.lang.Object
zombie.scripting.ScriptParser.Value
- All Implemented Interfaces:
ScriptParser.BlockElement
- Enclosing class:
- ScriptParser
public static class ScriptParser.Value extends java.lang.Object implements ScriptParser.BlockElement
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
string
-
Constructor Summary
Constructors Constructor Description Value()
-
Method Summary
Modifier and Type Method Description ScriptParser.Block
asBlock()
ScriptParser.Value
asValue()
java.lang.String
getKey()
java.lang.String
getValue()
void
prettyPrint(int int1, java.lang.StringBuilder stringBuilder, java.lang.String string)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
string
public java.lang.String string
-
-
Constructor Details
-
Value
public Value()
-
-
Method Details
-
asBlock
- Specified by:
asBlock
in interfaceScriptParser.BlockElement
-
asValue
- Specified by:
asValue
in interfaceScriptParser.BlockElement
-
prettyPrint
public void prettyPrint(int int1, java.lang.StringBuilder stringBuilder, java.lang.String string)- Specified by:
prettyPrint
in interfaceScriptParser.BlockElement
-
getKey
public java.lang.String getKey() -
getValue
public java.lang.String getValue()
-