Constructor and Description |
---|
Block() |
Modifier and Type | Method and Description |
---|---|
void |
accept(StatementVisitor statementVisitor) |
Statements |
getStatements() |
void |
setStatements(Statements statements) |
String |
toString() |
Block |
withStatements(Statements statements) |
public Statements getStatements()
public void setStatements(Statements statements)
public void accept(StatementVisitor statementVisitor)
public Block withStatements(Statements statements)
Copyright © 2004–2021 JSQLParser. All rights reserved.