public interface GroovyExprCompileContext extends ExprCompileContext
ExprCompileContext.CompilerCallbackUNKNOWN_PARAMETER_TYPE_NAME, VOID_RETURN_TYPE| Modifier and Type | Method and Description | 
|---|---|
org.codehaus.groovy.control.ErrorCollector | 
getErrorCollector()
Returns the error collector that was used during type checking. 
 | 
void | 
setCurrentASTNode(org.codehaus.groovy.ast.ASTNode node)  | 
void | 
setCurrentNode(org.codehaus.groovy.ast.MethodNode method)  | 
void | 
setErrorCollector(org.codehaus.groovy.control.ErrorCollector errorCollector)  | 
getDisplayType, getExprDef, getExprTrustSupplier, getExtendedType, getGlobalOperationReturnType, getMethodReturnType, getPropertyType, getStructureDefinition, getVariableType, isCodeSource, isMandatoryAttribute, isRowAttribute, isTypeChecked, setTypeCheckerClassLoaderorg.codehaus.groovy.control.ErrorCollector getErrorCollector()
Applications may use the ErrorCollector to get a list of errors/warnings that were discovered during type checking.
@Concealed void setErrorCollector(org.codehaus.groovy.control.ErrorCollector errorCollector)
@Concealed void setCurrentNode(org.codehaus.groovy.ast.MethodNode method)
@Concealed void setCurrentASTNode(org.codehaus.groovy.ast.ASTNode node)