[Java] Class AssertStatement

  • org.codehaus.groovy.ast.stmt.AssertStatement

Represents an assert statement. E.g.: assert i != 0 : "should never be zero";

Inherited fields
Fields inherited from class Fields
interface Statement CLOSE_CURRENT_RESULT, KEEP_CURRENT_RESULT, CLOSE_ALL_RESULTS, SUCCESS_NO_INFO, EXECUTE_FAILED, RETURN_GENERATED_KEYS, NO_GENERATED_KEYS

Properties Summary

Properties
Type Name and description
BooleanExpression booleanExpression
Expression messageExpression

Constructor Summary

Constructors
Constructor and description
AssertStatement (BooleanExpression booleanExpression)
AssertStatement (BooleanExpression booleanExpression, Expression messageExpression)

Methods Summary

Methods
Type Params Return Type Name and description
BooleanExpression getBooleanExpression()
Expression getMessageExpression()
void setBooleanExpression(BooleanExpression booleanExpression)
void setMessageExpression(Expression messageExpression)
void visit(GroovyCodeVisitor visitor)

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
interface Statement execute, execute, execute, execute, close, isClosed, cancel, getConnection, getResultSet, addBatch, clearBatch, closeOnCompletion, executeBatch, executeLargeBatch, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getGeneratedKeys, getLargeMaxRows, getLargeUpdateCount, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, isCloseOnCompletion, isPoolable, setCursorName, setEscapeProcessing, setLargeMaxRows, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout, clearWarnings, getFetchDirection, getFetchSize, getWarnings, setFetchDirection, setFetchSize, unwrap, isWrapperFor

Property Detail

BooleanExpression booleanExpression

Expression messageExpression

Constructor Detail

public AssertStatement(BooleanExpression booleanExpression)

public AssertStatement(BooleanExpression booleanExpression, Expression messageExpression)

Method Detail

public BooleanExpression getBooleanExpression()

public Expression getMessageExpression()

public void setBooleanExpression(BooleanExpression booleanExpression)

public void setMessageExpression(Expression messageExpression)

public void visit(GroovyCodeVisitor visitor)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.5.14/html/gapi/org/codehaus/groovy/ast/stmt/AssertStatement.html