Package org.codehaus.groovy.ast.stmt
package org.codehaus.groovy.ast.stmt
AST nodes for Groovy statements
-
ClassDescriptionRepresents an assert statement.A list of statements and a scope.Represents a break statement in a switch or loop statementRepresents a case statement in a switch statementRepresents a catch (Exception var) { } statementRepresents a continue statement in a loop statementRepresents a do { ...A simple statement such as a method call where the return value is ignoredRepresents a standard for loop in GroovyRepresents an if (condition) { ...This is an AST Node that provides some sort of looping mechanism.A return statementBase class for any statement.Represents a switch (object) { case value: ...Represents a synchronized statementRepresents a throw statementRepresents a try { ...Represents a while (condition) { ...