Uses of Class
de.foellix.aql.datastructure.Statement
Packages that use Statement
Package
Description
-
Uses of Statement in de.foellix.aql.datastructure
Fields in de.foellix.aql.datastructure declared as StatementMethods in de.foellix.aql.datastructure that return StatementModifier and TypeMethodDescriptionObjectFactory.createStatement()Create an instance ofStatementReference.getStatement()Gets the value of the statement property.Methods in de.foellix.aql.datastructure with parameters of type StatementModifier and TypeMethodDescriptionvoidReference.setStatement(Statement value) Sets the value of the statement property. -
Uses of Statement in de.foellix.aql.helper
Methods in de.foellix.aql.helper that return StatementModifier and TypeMethodDescriptionstatic StatementHelper.createStatement(String jimpleString) static StatementHelper.createStatement(String jimpleString, boolean assignValues) static StatementHelper.createStatement(String jimpleString, boolean assignValues, int linenumber) static StatementHelper.createStatement(String jimpleString, int linenumber) Methods in de.foellix.aql.helper with parameters of type StatementModifier and TypeMethodDescriptionstatic booleanstatic booleanEqualsHelper.equals(Statement statement1, Statement statement2, EqualsOptions options) static intHelper.getLineNumberSafe(Statement statement) static StringHelper.getStatementfullSafe(Statement statement) static StringHelper.getStatementgenericSafe(Statement statement) static Stringstatic Stringstatic Stringstatic StringHelper.toStringStatement(Statement statement) static StringHelper.toStringStatement(Statement statement, boolean replaceQuotes) -
Uses of Statement in de.foellix.aql.system.defaulttools.operators
Methods in de.foellix.aql.system.defaulttools.operators with parameters of type Statement