org.codehaus.groovy.ast.expr
Class RegexExpression
java.lang.Object
org.codehaus.groovy.ast.ASTNode
org.codehaus.groovy.ast.expr.Expression
org.codehaus.groovy.ast.expr.RegexExpression
- public class RegexExpression
- extends Expression
Represents a regular expression of the form ~ which creates
a regular expression.
- Version:
- $Revision: 3419 $
- Author:
- James Strachan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegexExpression
public RegexExpression(Expression string)
visit
public void visit(GroovyCodeVisitor visitor)
- Overrides:
visit
in class ASTNode
transformExpression
public Expression transformExpression(ExpressionTransformer transformer)
- Description copied from class:
Expression
- Return a copy of the expression calling the transformer on any nested expressions
- Specified by:
transformExpression
in class Expression
- Parameters:
transformer
-
getRegex
public Expression getRegex()
Copyright © 2003-2007 The Codehaus. All Rights Reserved.