Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.codehaus.groovy.control Classes and Interfaces - 58 results found.
NameDescriptionTypePackageFramework
AbstractReaderSourceFor ReaderSources that can choose a parent class, a base that provides common functionality.Classorg.codehaus.groovy.control.ioGroovy
AnnotationConstantsVisitorVisitor to resolve constants in annotation definitions.Classorg.codehaus.groovy.controlGroovy
ASTTransformationsContextStores state information about global AST transformations applied to a compilation unit.Classorg.codehaus.groovy.controlGroovy
BytecodeProcessorInterfaceorg.codehaus.groovy.controlGroovy
ClassNodeResolverThis class is used as a pluggable way to resolve class names.Classorg.codehaus.groovy.controlGroovy
ClassNodeResolver .LookupResultHelper class to return either a SourceUnit or ClassNode.Classorg.codehaus.groovy.control.ClassNodeResolverGroovy
CompilationCustomizerUsers wanting to customize the configuration process such as adding imports, restricting the language features or apply AST transformations by default should implement this class, thenClassorg.codehaus.groovy.control.customizersGroovy
CompilationFailedExceptionThrown when compilation fails from source errors.Classorg.codehaus.groovy.controlGroovy
CompilationUnitThe CompilationUnit collects all compilation data as it is generated by the compiler system.Classorg.codehaus.groovy.controlGroovy
CompilationUnit .ClassgenCallbackA callback interface you can use to "accompany" the classgen() code as it traverses the ClassNode tree.Classorg.codehaus.groovy.control.CompilationUnitGroovy
CompilationUnit .GroovyClassOperationClassorg.codehaus.groovy.control.CompilationUnitGroovy
CompilationUnit .PrimaryClassNodeOperationAn callback interface for use in the applyToSourceUnits loop driver.Classorg.codehaus.groovy.control.CompilationUnitGroovy
CompilationUnit .ProgressCallbackA callback interface you can use to get a callback after every unit of the compile process.Classorg.codehaus.groovy.control.CompilationUnitGroovy
CompilationUnit .SourceUnitOperationAn callback interface for use in the applyToSourceUnits loop driver.Classorg.codehaus.groovy.control.CompilationUnitGroovy
CompilePhaseThe phases of the GroovyCompiler.Classorg.codehaus.groovy.controlGroovy
CompilerConfigurationCompilation control flags and coordination stuff.Classorg.codehaus.groovy.controlGroovy
ConfigurationExceptionThrown when configuration data is invalid.Classorg.codehaus.groovy.controlGroovy
CustomizersFactoryThis factory generates an array of compilation customizers.Classorg.codehaus.groovy.control.customizers.builderGroovy
DelegatingCustomizerBase class for compilation customizers which delegate to another customizer.Classorg.codehaus.groovy.control.customizersGroovy
ErrorCollectorA base class for collecting messages and errors during processing.Classorg.codehaus.groovy.controlGroovy
ExceptionMessageA class for error messages produced by the parser system.Classorg.codehaus.groovy.control.messagesGroovy
FileReaderSourceA ReaderSource for source files.Classorg.codehaus.groovy.control.ioGroovy
GenericsVisitorclass used to verify correct usage of generics in class header (class and superclass declaration)Classorg.codehaus.groovy.controlGroovy
HasCleanupAn interface for things that need to be cleaned up after operations complete.Interfaceorg.codehaus.groovy.controlGroovy
ImportCustomizerThis compilation customizer allows addiing various types of imports to the compilation unit.Classorg.codehaus.groovy.control.customizersGroovy
ImportCustomizerFactoryThis factory allows the generation of an import customizer.Classorg.codehaus.groovy.control.customizers.builderGroovy
InlinedASTCustomizerFactoryThis factory lets a user define a compilation customizer without having to define an anonymous inner class.Classorg.codehaus.groovy.control.customizers.builderGroovy
InputStreamReaderSourceA ReaderSource for source strings.Classorg.codehaus.groovy.control.ioGroovy
JanitorAn agent that can be used to defer cleanup operations to a later time.Classorg.codehaus.groovy.controlGroovy
LabelVerifierThis class checks the handling of labels in the ASTAuthor:Jochen TheodorouClassorg.codehaus.groovy.controlGroovy
LocatedMessageA base class for compilation messages.Classorg.codehaus.groovy.control.messagesGroovy
MessageA base class for compilation messages.Classorg.codehaus.groovy.control.messagesGroovy
MultipleCompilationErrorsExceptionClassorg.codehaus.groovy.controlGroovy
NullWriterAn Writer than eats its input.Classorg.codehaus.groovy.control.ioGroovy
OptimizerVisitorVisitor to produce several optimizations - to replace numbered constants with references to static fieldsClassorg.codehaus.groovy.controlGroovy
ParserPluginInterfaceorg.codehaus.groovy.controlGroovy
ParserPluginFactoryClassorg.codehaus.groovy.controlGroovy
PhasesCompilation phase identifiers.Classorg.codehaus.groovy.controlGroovy
PostCompletionFactoryA helper interface for factories which require post processing of generated nodes.Interfaceorg.codehaus.groovy.control.customizers.builderGroovy
ProcessingUnitA base class for data structures that can collect messages and errorsAuthor:Chris PoirierClassorg.codehaus.groovy.controlGroovy
ReaderSourceAn interface for things that can supply (and potentially resupply) a Reader on a source stream.Interfaceorg.codehaus.groovy.control.ioGroovy
ResolveVisitorVisitor to resolve Types and convert VariableExpression to ClassExpressions if needed.Classorg.codehaus.groovy.controlGroovy
SecureASTCustomizerThis customizer allows securing source code by controlling what code constructs are allowed.Classorg.codehaus.groovy.control.customizersGroovy
SecureASTCustomizer .ExpressionCheckerInterfaceorg.codehaus.groovy.control.customizers.SecureASTCustomizerGroovy
SecureASTCustomizer .StatementCheckerInterfaceorg.codehaus.groovy.control.customizers.SecureASTCustomizerGroovy
SecureASTCustomizerFactoryThis factory allows the generation of a SecureASTCustomizer.Classorg.codehaus.groovy.control.customizers.builderGroovy
SimpleMessageA base class for compilation messages.Classorg.codehaus.groovy.control.messagesGroovy
SourceAwareCustomizerA base class for customizers which only have to be applied on specific source units.Classorg.codehaus.groovy.control.customizersGroovy
SourceAwareCustomizerFactoryFactory for use with CompilerCustomizationBuilder.Classorg.codehaus.groovy.control.customizers.builderGroovy
SourceAwareCustomizerFactory .SourceOptionsClassorg.codehaus.groovy.control.customizers.builder.SourceAwareCustomizerFactoryGroovy
SourceExtensionHandlerLooks for source file extensions in META-INF/services/org.Classorg.codehaus.groovy.controlGroovy
SourceUnitProvides an anchor for a single source unit (usually a script file) as it passes through the compiler system.Classorg.codehaus.groovy.controlGroovy
StaticImportVisitorVisitor to resolve constants and method calls from static ImportsAuthor:Jochen Theodorou, Paul KingClassorg.codehaus.groovy.controlGroovy
StaticVerifierVerifier to check non-static access in static contextsAuthor:Jochen Theodorou, Paul King, Roshan DawraniClassorg.codehaus.groovy.controlGroovy
StringReaderSourceA ReaderSource for source strings.Classorg.codehaus.groovy.control.ioGroovy
SyntaxErrorMessageA class for error messages produced by the parser system.Classorg.codehaus.groovy.control.messagesGroovy
URLReaderSourceA ReaderSource for source files hosted at a URL.Classorg.codehaus.groovy.control.ioGroovy
WarningMessageA class for warning messages.Classorg.codehaus.groovy.control.messagesGroovy