Class | Description |
---|---|
GroovyCompilationUnit |
A Groovy-specific
CompilationUnit . |
GroovyExpression |
A Groovy expression.
|
GroovyExpressionStatement |
A statement that contains a single expression.
|
GroovyFieldDeclaration |
Declaration of a field written in Groovy.
|
GroovyFieldDeclaration.Builder | |
GroovyLanguage |
Groovy
Language . |
GroovyMethodDeclaration |
Declaration of a method written in Groovy.
|
GroovyMethodDeclaration.Builder |
Builder for creating a
GroovyMethodDeclaration . |
GroovyMethodInvocation |
An invocation of a method.
|
GroovyReturnStatement |
A return statement.
|
GroovySourceCode |
Groovy
SourceCode . |
GroovySourceCodeWriter |
A
SourceCodeWriter that writes SourceCode in Groovy. |
GroovyStatement |
A statement in Groovy.
|
GroovyTypeDeclaration |
A
declaration of a type written in Groovy. |
compilation
unit
implementation and a write for Groovy
source code
.Copyright © 2020 Pivotal Software, Inc.. All rights reserved.