Library:Groovy
Version:1.0.jsr06
Compatibility:JDK 1.4
Interfaces in library Groovy.
NamePackageDescription
AntlrASTProcessororg.codehaus.groovy.antlrAn interface for processing antlr AST objects
Buildablegroovy.langNo description provided.
ClassSourceorg.codehaus.groovy.syntaxProvides a reflection style facade over the underlying source code for a class.
Completerorg.codehaus.groovy.sandbox.uiNo description provided.
ComponentFacadegroovy.swing.implA facade to an object which contains a component
ContainerFacadegroovy.swing.implA facade to an object to which components can be added
ExpandedVariablegroovy.sqlIdentifies a variable to be expanded into the sql string rather than representing a placeholder.
ExpressionTransformerorg.codehaus.groovy.ast.exprProvides a way to transform expressions
Factorygroovy.swing.implAn interface to represent a factory of beans
GroovyClassVisitororg.codehaus.groovy.astAn implementation of the visitor pattern for working with ASTNodes
GroovyCodeVisitororg.codehaus.groovy.astAn implementation of the visitor pattern for working with ASTNodes
GroovyExceptionInterfaceorg.codehaus.groovyAn interface for use by all Groovy compiler exceptions.
GroovyInterceptablegroovy.langMarker interface used to notify that all methods should be intercepted through the invokeMethod mechanism of GroovyObject.
GroovyObjectgroovy.langThe interface implemented by all Groovy objects which is handy for using Groovy objects when in the Java world
GroovyResourceLoadergroovy.langAllows frameworks that integrate with Groovy to determine how Groovy files are resolved.
GroovyTokenTypesorg.codehaus.groovy.antlr.parserNo description provided.
HasCleanuporg.codehaus.groovy.controlAn interface for things that need to be cleaned up after operations complete.
IFileNameFindergroovy.utilNo description provided.
InOutParametergroovy.sqlNo description provided.
InParametergroovy.sqlNo description provided.
Interceptorgroovy.langImplementers of this interface can be registered in the ProxyMetaClass for notifications about method calls for objects managed by the ProxyMetaClass.
NestedValueModelgroovy.modelRepresents a nested value model such as a PropertyModel or a ClosureModel
OutParametergroovy.sqlNo description provided.
ParserPluginorg.codehaus.groovy.controlA simple extension point to allow us to switch between the classic Groovy parser and the new Antlr based parser
Promptorg.codehaus.groovy.sandbox.uiNo description provided.
Rangegroovy.langRepresents the interface of a Range implementation which includes the from and to values
ReaderSourceorg.codehaus.groovy.control.ioAn interface for things that can supply (and resupply) a Reader on a source stream.
ResourceConnectorgroovy.utilBase interface for customizing where resources can be found for the GroovyScriptEngine.
ResultSetOutParametergroovy.sqlA ResultSet out parameter.
SourceSummaryorg.codehaus.groovy.syntaxProvides a facade over parser CST, representing one source unit (i.e 0 or more classes)
Startablegroovy.swing.implA simple lifecycle method called when an object is fully constructed
Templategroovy.textA template is a block of text with an associated binding that can be output to a writer or evaluated to a string.
ValueModelgroovy.modelRepresents a model of a value
Variableorg.codehaus.groovy.astinterface to mark a AstNode as Variable.
Visitororg.codehaus.groovy.antlr.treewalkerAn interface for visiting a GroovySourceAST node.
Writablegroovy.langRepresents an object which is capable of writing itself to a text stream in a more efficient format than just creating a toString() representation of itself.
Search