| 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.
|
GeneralUtils#makeDescriptorWithoutReturnType(MethodNode mn)
- deprecated:
- use MethodNodeUtils#methodDescriptorWithoutReturnType(MethodNode) instead
|
| 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)
|
| GroovyCategorySupport#hasCategoryInAnyThread()
|
Groovyc#makeCompileUnit()
- deprecated:
- This method is not in use anymore.
|
| 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 methods)
|
| StaticTypeCheckingSupport#findDGMMethodsForClassNode(ClassNode clazz, String name)
|
| StaticTypeCheckingSupport#findDGMMethodsForClassNode(ClassNode clazz, String name, TreeSet accumulator)
|
StaticTypeCheckingVisitor#checkClosureParameters(Expression callArguments, ClassNode receiver)
- deprecated:
- this method is unused, replaced with DelegatesTo inference.
|
| StructuredSyntaxDocumentFilter.MultiLineRun#getDelimeterSize()
|
XmlSlurper#setKeepWhitespace(boolean keepWhitespace)
- deprecated:
- use setKeepIgnorableWhitespace
|