fun statementDecl(format: String, vararg args: Any): Unit
fun statementDecl(expression: CodeExpression): Unit
fun statementDecl(block: CodeBlock): Unit
fun statementDecl(block: CodeFunc): Unit
Render a java statement.
The provided code will have a semicolon and line break appended.
See Also