Class NotExpression
java.lang.Object
org.codehaus.groovy.ast.ASTNode
org.codehaus.groovy.ast.AnnotatedNode
org.codehaus.groovy.ast.expr.Expression
org.codehaus.groovy.ast.expr.BooleanExpression
org.codehaus.groovy.ast.expr.NotExpression
- Author:
- sam
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleantransformExpression(ExpressionTransformer transformer) Return a copy of the expression calling the transformer on any nested expressionsvoidvisit(GroovyCodeVisitor visitor) Methods inherited from class BooleanExpression
getExpression, getTextMethods inherited from class Expression
getType, setType, transformExpressions, transformExpressionsMethods inherited from class AnnotatedNode
addAnnotation, addAnnotations, getAnnotations, getAnnotations, getDeclaringClass, hasNoRealSourcePosition, isSynthetic, setDeclaringClass, setHasNoRealSourcePosition, setSynthetic
-
Constructor Details
-
NotExpression
-
-
Method Details
-
visit
- Overrides:
visitin classBooleanExpression
-
isDynamic
public boolean isDynamic() -
transformExpression
Description copied from class:ExpressionReturn a copy of the expression calling the transformer on any nested expressions- Overrides:
transformExpressionin classBooleanExpression- Parameters:
transformer-
-