Groovy 4.0.1
Groovy - An extensible multi-paradigm language for the JVM Platform
(GroovyDoc for Groovy and Java classes)
Groovy...
- is an extensible and multi-paradigm language for the Java Virtual Machine
- makes modern programming features available to Java developers with almost-zero learning curve
- has a dynamic nature like Python and Ruby, which means that it is very powerful, easy to learn, and productive
- optionally has static typing like Java and Kotlin, which makes it fast and provides extra type checking when desired
- has first-class functional, stream processing and immutability support, meaning that it offers features similar to Scala and can offer many advantages when working in parallel processing or clustered environments
- supports Domain-Specific Languages and other compact syntax so your code becomes easy to read and maintain
- makes writing shell and build scripts easy with its powerful processing primitives, OO abilities and an Ant DSL
- increases developer productivity by reducing scaffolding code when developing web, GUI, database or console applications
- simplifies testing by supporting unit testing and mocking out-of-the-box
- compiles straight to Java bytecode so you can use it anywhere you can use Java; it seamlessly integrates with all existing Java objects and libraries
Package
Description
Classes for inspecting object properties through introspection.
Classes for Groovier Input/Output.
Core Groovy language classes for implementing data structures, closures, metadata and so forth.
Security-related classes
Classes for easily manipulating Dates and times.
Various Groovy utilities for working with nodes, builders, logging, and other things.
This package contains an implementation of a bounded
ConcurrentMap
data structure.Groovy Language for the JVM
Groovy AST nodes for the syntax of the language
AST nodes for Groovy expressions
AST nodes for Groovy statements
Generates Java classes for Groovy classes using ASM.
Helper classes for ASMClassGenerator.
Compiler control classes.
Internal classes for Groovier Input/Output.
Error message classes.
Internal classes for assisting with reflection.
Runtime classes for Groovy - whether the dynamic interpreter is being used, the compiler or the bytecode generator.
Internal classes related to Groovy's metaclass implementation.
Classes used to execute special actions based on the type.
Groovy wrapper classes for primitive types.
Lexer, parser and trees.
Compiler entry points and miscellaneous development tools.
Classes related to the joint compiler.
JVM version specific classes.