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.Stringstring -
Constructor Summary
Constructors Constructor Description Value() -
Method Summary
Modifier and Type Method Description ScriptParser.BlockasBlock()ScriptParser.ValueasValue()java.lang.StringgetKey()java.lang.StringgetValue()voidprettyPrint(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:
asBlockin interfaceScriptParser.BlockElement
-
asValue
- Specified by:
asValuein interfaceScriptParser.BlockElement
-
prettyPrint
public void prettyPrint(int int1, java.lang.StringBuilder stringBuilder, java.lang.String string)- Specified by:
prettyPrintin interfaceScriptParser.BlockElement
-
getKey
public java.lang.String getKey() -
getValue
public java.lang.String getValue()
-