| Field and Description | |
|---|---|
| GroovyLexer#tokenNames |
|
| GroovyParser#tokenNames |
|
| GroovySystem#RUNNER_REGISTRY |
Reference to the Runtime Registry to be used by the Groovy run-time system to find classes capable of running scripts
|
| MetaClassRegistryImpl#MODULE_META_INF_FILE |
|
| Property and Description | |
|---|---|
| CliBuilder#posix |
To change from the default PosixParser to the GnuParser, set this to false.
|
| Class and Description |
|---|
MixinASTTransformation
|
| Annotation Type and Description |
|---|
| Mixin
Provides a mechanism for mixing in methods into a class.
|
| Method and Description |
|---|
| CompileStack#pushBooleanExpression()
Because a boolean Expression may not be evaluated completely
it is important to keep the registers clean.
|
| CompilerConfiguration#getOutput()
Gets the currently configured output writer.
|
| CompilerConfiguration#setOutput(PrintWriter output)
Sets the output writer.
|
| DefaultGroovyMethods#chop$$bridge(Iterator Chops the iterator items into pieces, returning lists with sizes corresponding to the supplied chop sizes.
|
| DefaultGroovyMethods#findIndexValues$$bridge(Iterator Iterates over the elements of an Iterator and returns
the index values of the items that match the condition specified in the closure.
|
| DefaultGroovyMethods#findIndexValues$$bridge(Iterator Iterates over the elements of an Iterator, starting from
a specified startIndex, and returns the index values of the items that match
the condition specified in the closure.
|
GeneralUtils#makeDescriptorWithoutReturnType(MethodNode mn)
|
| GenericsUtils#alignGenericTypes(GenericsType redirectGenericTypes, GenericsType parameterizedTypes, GenericsType alignmentTarget)
Given a parameterized type and a generic type information, aligns actual type parameters.
|
| GenericsUtils#parameterizeInterfaceGenerics(ClassNode hint, ClassNode target)
Interface class nodes retrieved from ClassNode.getInterfaces
or ClassNode.getAllInterfaces are returned with generic type
arguments.
|
GroovyCategorySupport#hasCategoryInAnyThread()
|
Groovyc#makeCompileUnit()
|
| IndyInterface#fromCache(CacheableCallSite callSite, Class> sender, String methodName, int callID, Boolean safeNavigation, Boolean thisCall, Boolean spreadCall, Object dummyReceiver, Object arguments)
Get the cached methodHandle. if the related methodHandle is not found in the inline cache, cache and return it.
|
| IndyInterface#selectMethod(CacheableCallSite callSite, Class> sender, String methodName, int callID, Boolean safeNavigation, Boolean thisCall, Boolean spreadCall, Object dummyReceiver, Object arguments)
Core method for indy method selection using runtime types.
|
MetaClassHelper#capitalize(String property)
|
MethodNode#getTypeDescriptor(boolean pretty)
|
ReferenceManager#getDefaultSoftBundle()
|
ReferenceManager#getDefaultWeakBundle()
|
ReturnAdder#addReturnIfNeeded(MethodNode node)
|
Sql#preCheckForNamedParams(String sql)
|
StaticTypeCheckingSupport#evaluateExpression(Expression expr, CompilerConfiguration config)
|
StaticTypeCheckingSupport#findDGMMethodsByNameAndArguments(ClassNode receiver, String name, ClassNode args)
|
StaticTypeCheckingSupport#findDGMMethodsByNameAndArguments(ClassNode receiver, String name, ClassNode args, List
|
StaticTypeCheckingSupport#findDGMMethodsForClassNode(ClassNode clazz, String name)
|
StaticTypeCheckingSupport#findDGMMethodsForClassNode(ClassNode clazz, String name, TreeSet
|
StaticTypeCheckingVisitor#checkClosureParameters(Expression callArguments, ClassNode receiver)
|
StructuredSyntaxDocumentFilter.MultiLineRun#getDelimeterSize()
|
XmlSlurper#setKeepWhitespace(boolean keepWhitespace)
|