AbstractFunctionalInterfaceWriter#convertParameterType(ClassNode parameterType, ClassNode inferredType)
|
AsmClassGenerator#isValidFieldNodeForByteCodeAccess(FieldNode field, ClassNode accessingClass)
|
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.
|
ManagedConcurrentMap.Entry#finalizeRef()
- deprecated:
- use finalizeReference
|
MetaClassHelper#capitalize(String property)
- deprecated:
- Use BeanUtils.capitalize instead
|
MethodNode#getTypeDescriptor(boolean pretty)
|
PropertyNode#setClosureSharedVariable(boolean inClosure)
- deprecated:
- not used anymore, has no effect
|
ReferenceManager#getDefaultSoftBundle()
|
ReferenceManager#getDefaultWeakBundle()
|
ReturnAdder#addReturnIfNeeded(MethodNode node)
|
Sql#preCheckForNamedParams(String sql)
|
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.
|
StaticTypeCheckingVisitor#checkGroovyStyleConstructor(ClassNode node, ClassNode arguments)
Checks that a constructor style expression is valid regarding the number
of arguments and the argument types.
|
XmlSlurper#setKeepWhitespace(boolean keepWhitespace)
- deprecated:
- use setKeepIgnorableWhitespace
|