Class TypeCheckingContext.EnclosingClosure
java.lang.Object
org.codehaus.groovy.transform.stc.TypeCheckingContext.EnclosingClosure
- Enclosing class:
- TypeCheckingContext
public static class TypeCheckingContext.EnclosingClosure
extends java.lang.Object
Represents the context of an enclosing closure. An enclosing closure wraps
a closure expression and the list of return types found in the closure body.
-
Constructor Summary
Constructors Constructor Description EnclosingClosure(ClosureExpression closureExpression)
-
Method Summary
Modifier and Type Method Description void
addReturnType(ClassNode type)
ClosureExpression
getClosureExpression()
java.util.List<ClassNode>
getReturnTypes()
java.lang.String
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
EnclosingClosure
-
-
Method Details
-
getClosureExpression
-
getReturnTypes
-
addReturnType
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-