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