Class ThrowStatement

java.lang.Object
org.codehaus.groovy.ast.ASTNode
org.codehaus.groovy.ast.stmt.Statement
org.codehaus.groovy.ast.stmt.ThrowStatement
All Implemented Interfaces:
NodeMetaDataHandler

public class ThrowStatement
extends Statement
Represents a throw statement
  • Constructor Details

    • ThrowStatement

      public ThrowStatement​(Expression expression)
  • Method Details