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.
|
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.
|
XmlSlurper#setKeepWhitespace(boolean keepWhitespace)
- deprecated:
- use setKeepIgnorableWhitespace
|