[Java] Class EmptyExpression

  • org.codehaus.groovy.ast.expr.EmptyExpression

This class is a place holder for an empty expression. Empty expression are used in closures lists like (;). During class Generation this expression should be either ignored or replace with a null value.

Authors:
Jochen Theodorou
See Also:
EmptyStatement

Field Detail

public static final EmptyExpression INSTANCE

Method Detail

public Expression transformExpression(ExpressionTransformer transformer)

public void visit(GroovyCodeVisitor visitor)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/ast/expr/EmptyExpression.html