org.codehaus.groovy.ast.expr
Class NotExpression
java.lang.Object
org.codehaus.groovy.ast.ASTNode
org.codehaus.groovy.ast.expr.Expression
org.codehaus.groovy.ast.expr.BooleanExpression
org.codehaus.groovy.ast.expr.NotExpression
- public class NotExpression
- extends BooleanExpression
- Author:
- sam
Methods inherited from class org.codehaus.groovy.ast.expr.Expression |
getFailure, getType, getTypeClass, isResolveFailed, isTypeResolved, resolve, setFailure, setResolveFailed, setType, setTypeClass, setTypeResolved, shouldContinue, transformExpressions |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotExpression
public NotExpression(Expression expression)
visit
public void visit(GroovyCodeVisitor visitor)
- Overrides:
visit
in class BooleanExpression
isDynamic
public boolean isDynamic()
- Description copied from class:
Expression
- true if the datatype can be changed, false otherwise.
- Overrides:
isDynamic
in class Expression
- Returns:
transformExpression
public Expression transformExpression(ExpressionTransformer transformer)
- Description copied from class:
Expression
- Return a copy of the expression calling the transformer on any nested expressions
- Overrides:
transformExpression
in class BooleanExpression
Copyright © 2003-2004 The Codehaus. All Rights Reserved.