Interface ScriptParser.BlockElement
- All Known Implementing Classes:
ScriptParser.Block, ScriptParser.Value
- Enclosing class:
ScriptParser
public static interface ScriptParser.BlockElement
-
Method Summary
Modifier and TypeMethodDescriptionasBlock()asValue()voidprettyPrint(int indent, StringBuilder sb, String eol) voidprettyPrint(int var1, StringBuilder var2, String var3, String var4)
-
Method Details
-
asBlock
ScriptParser.Block asBlock() -
asValue
ScriptParser.Value asValue() -
prettyPrint
-
prettyPrint
-