org.codehaus.groovy.ast.expr
Class NotExpression

java.lang.Object
  extended byorg.codehaus.groovy.ast.ASTNode
      extended byorg.codehaus.groovy.ast.expr.Expression
          extended byorg.codehaus.groovy.ast.expr.BooleanExpression
              extended byorg.codehaus.groovy.ast.expr.NotExpression

public class NotExpression
extends BooleanExpression

Author:
sam

Constructor Summary
NotExpression(Expression expression)
           
 
Method Summary
 boolean isDynamic()
           
 Expression transformExpression(ExpressionTransformer transformer)
          Return a copy of the expression calling the transformer on any nested expressions
 void visit(GroovyCodeVisitor visitor)
           
 
Methods inherited from class org.codehaus.groovy.ast.expr.BooleanExpression
getExpression, getText
 
Methods inherited from class org.codehaus.groovy.ast.expr.Expression
getType, setType, transformExpressions
 
Methods inherited from class org.codehaus.groovy.ast.ASTNode
getColumnNumber, getLineNumber, setColumnNumber, setLineNumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotExpression

public NotExpression(Expression expression)
Method Detail

visit

public void visit(GroovyCodeVisitor visitor)
Overrides:
visit in class BooleanExpression

isDynamic

public boolean isDynamic()

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-2007 The Codehaus. All Rights Reserved.