org.codehaus.groovy.ast.expr
Class BooleanExpression
java.lang.Object
|
+--org.codehaus.groovy.ast.ASTNode
|
+--org.codehaus.groovy.ast.expr.Expression
|
+--org.codehaus.groovy.ast.expr.BooleanExpression
- Direct Known Subclasses:
- NotExpression
- public class BooleanExpression
- extends Expression
Represents a boolean expression
- Version:
- $Revision: 1.1 $
- Author:
- James Strachan
Constructor Summary |
BooleanExpression(org.codehaus.groovy.ast.expr.Expression expression)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BooleanExpression
public BooleanExpression(org.codehaus.groovy.ast.expr.Expression expression)
getExpression
public org.codehaus.groovy.ast.expr.Expression getExpression()
visit
public void visit(org.codehaus.groovy.ast.GroovyCodeVisitor visitor)
- Overrides:
visit
in class ASTNode
getText
public String getText()
- Overrides:
getText
in class ASTNode
Copyright © 2003 The Codehaus. All Rights Reserved.