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
To change the template for this generated type comment go to
Window - Preferences - Java - Code Generation - Code and Comments
Constructor Summary |
NotExpression(org.codehaus.groovy.ast.expr.Expression expression)
|
Method Summary |
void |
visit(org.codehaus.groovy.ast.GroovyCodeVisitor visitor)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotExpression
public NotExpression(org.codehaus.groovy.ast.expr.Expression expression)
visit
public void visit(org.codehaus.groovy.ast.GroovyCodeVisitor visitor)
- Overrides:
visit
in class BooleanExpression
Copyright © 2003 The Codehaus. All Rights Reserved.