public class BooleanNotExpression extends Expression
Expression
is a meta expression that negates another expression.Constructor and Description |
---|
BooleanNotExpression() |
BooleanNotExpression(Expression negatedExpression) |
Modifier and Type | Method and Description |
---|---|
<ResultType,ExceptionType extends EcmException> |
accept(ExpressionVisitor<ResultType,ExceptionType> visitor)
This method accepts the given visitor and returns the result of its visit.
|
Expression |
getNegatedExpression() |
void |
setNegatedExpression(Expression negatedExpression) |
String |
toString() |
public BooleanNotExpression()
public BooleanNotExpression(Expression negatedExpression)
public Expression getNegatedExpression()
public void setNegatedExpression(Expression negatedExpression)
public <ResultType,ExceptionType extends EcmException> ResultType accept(ExpressionVisitor<ResultType,ExceptionType> visitor) throws ExceptionType extends EcmException
AstNode
accept
in class AstNode
visitor
- the visitor that implements the callbacksExceptionType
- indicates any exception during the visiting processExceptionType extends EcmException
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.