blob: 877fa46223523ac72d919d50ef90f17b2699e1e8 [file] [log] [blame]
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- **************************************************************** -->
<!-- * PLEASE KEEP COMPLICATED EXPRESSIONS OUT OF THESE TEMPLATES, * -->
<!-- * i.e. only iterate & print data where possible. Thanks, Jez. * -->
<!-- **************************************************************** -->
<html>
<head>
<!-- Generated by groovydoc (4.0.28) -->
<title>AbstractMemoizeASTTransformation (grails-redis 5.0.0 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="../../../../groovy.ico" type="image/x-icon" rel="icon">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="AbstractMemoizeASTTransformation (grails-redis 5.0.0 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<div>
<ul class="navList">
<li><a href="../../../../index.html?grails/plugins/redis/ast/AbstractMemoizeASTTransformation" target="_top">Frames</a></li>
<li><a href="AbstractMemoizeASTTransformation.html" target="_top">No Frames</a></li>
</ul>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
Nested&nbsp;&nbsp;&nbsp;<li><a href="#field_summary">Field</a></li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<li><a href="#constructor_summary">Constructor</a></li>&nbsp;&nbsp;&nbsp;<li><a href="#method_summary">Method</a></li>&nbsp;&nbsp;&nbsp;
</ul>
<ul class="subNavList">
<li>&nbsp;|&nbsp;Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a></li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<li><a href="#constructor_detail">Constructor</a></li>&nbsp;&nbsp;&nbsp;<li><a href="#method_detail">Method</a></li>&nbsp;&nbsp;&nbsp;
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">Package: <strong>grails.plugins.redis.ast</strong></div>
<h2 title="[Groovy] Class AbstractMemoizeASTTransformation" class="title">[Groovy] Class AbstractMemoizeASTTransformation</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><ul class="inheritance"></ul></li><li>grails.plugins.redis.ast.AbstractMemoizeASTTransformation
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces and Traits:</dt>
<dd>org.codehaus.groovy.transform.ASTTransformation, org.codehaus.groovy.transform.TransformWithPriority</dd>
</dl>
<!-- todo: direct known subclasses -->
<hr>
<pre>@org.codehaus.groovy.transform.GroovyASTTransformation(phase: CompilePhase.CANONICALIZATION)
abstract class AbstractMemoizeASTTransformation
extends java.lang.Object
implements org.codehaus.groovy.transform.ASTTransformation, org.codehaus.groovy.transform.TransformWithPriority</pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== NESTED CLASS SUMMARY =========== -->
<!-- =========== ENUM CONSTANT SUMMARY =========== -->
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary"><!-- --></a>
<h3>Field Summary</h3>
<ul class="blockList">
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum constants summary table">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifiers</th>
<th class="colLast" scope="col">Name</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code><strong>static&nbsp;org.codehaus.groovy.ast.ClassNode</strong></code>&nbsp;</td>
<td class="colLast"><code><a href="#AUTOWIRED_CLASS_NODE">AUTOWIRED_CLASS_NODE</a></code></td>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><strong>protected&nbsp;static&nbsp;java.lang.String</strong></code>&nbsp;</td>
<td class="colLast"><code><a href="#CLAZZ">CLAZZ</a></code></td>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><strong>protected&nbsp;static&nbsp;java.lang.String</strong></code>&nbsp;</td>
<td class="colLast"><code><a href="#EXPIRE">EXPIRE</a></code></td>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><strong>protected&nbsp;static&nbsp;java.lang.String</strong></code>&nbsp;</td>
<td class="colLast"><code><a href="#GET_REDIS_SERVICE">GET_REDIS_SERVICE</a></code></td>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><strong>protected&nbsp;static&nbsp;java.lang.String</strong></code>&nbsp;</td>
<td class="colLast"><code><a href="#GSTRING">GSTRING</a></code></td>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><strong>protected&nbsp;static&nbsp;java.lang.String</strong></code>&nbsp;</td>
<td class="colLast"><code><a href="#HASH_CODE">HASH_CODE</a></code></td>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><strong>protected&nbsp;static&nbsp;java.lang.String</strong></code>&nbsp;</td>
<td class="colLast"><code><a href="#KEY">KEY</a></code></td>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><strong>protected&nbsp;static&nbsp;java.lang.String</strong></code>&nbsp;</td>
<td class="colLast"><code><a href="#MEMBER">MEMBER</a></code></td>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><strong>protected&nbsp;static&nbsp;java.lang.String</strong></code>&nbsp;</td>
<td class="colLast"><code><a href="#MEMOIZE_KEY">MEMOIZE_KEY</a></code></td>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><strong>protected&nbsp;static&nbsp;java.lang.String</strong></code>&nbsp;</td>
<td class="colLast"><code><a href="#PRINTLN">PRINTLN</a></code></td>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><strong>protected&nbsp;static&nbsp;java.lang.String</strong></code>&nbsp;</td>
<td class="colLast"><code><a href="#REDIS_SERVICE">REDIS_SERVICE</a></code></td>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><strong>protected&nbsp;static&nbsp;java.lang.String</strong></code>&nbsp;</td>
<td class="colLast"><code><a href="#THIS">THIS</a></code></td>
<td class="colLast"></td>
</tr>
</table>
</ul>
</li>
</ul>
<!-- =========== PROPERTY SUMMARY =========== -->
<!-- =========== ELEMENT SUMMARY =========== -->
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary"><!-- --></a>
<h3>Constructor Summary</h3>
<ul class="blockList">
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructors Summary table">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor and description</th>
</tr>
<tr class="altColor">
<td class="colFirst">
<code><strong><a href="#AbstractMemoizeASTTransformation()">AbstractMemoizeASTTransformation</a></strong>()</code><br></td>
</tr>
</table>
</ul>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary"><!-- --></a>
<h3>Methods Summary</h3>
<ul class="blockList">
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Methods Summary table">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Type Params</th>
<th class="colLast" scope="col">Return Type</th>
<th class="colLast" scope="col">Name and description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code></code></td>
<td class="colLast"><code>protected&nbsp;static&nbsp;void</code></td>
<td class="colLast"><code><strong><a href="#addError(java.lang.String, org.codehaus.groovy.ast.ASTNode, org.codehaus.groovy.control.SourceUnit)">addError</a></strong>(java.lang.String msg, org.codehaus.groovy.ast.ASTNode node, org.codehaus.groovy.control.SourceUnit source)</code><br></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code></code></td>
<td class="colLast"><code>protected&nbsp;static&nbsp;void</code></td>
<td class="colLast"><code><strong><a href="#addRedisServiceMemoizeExpireExpression(java.util.Map, org.codehaus.groovy.ast.expr.ArgumentListExpression)">addRedisServiceMemoizeExpireExpression</a></strong>(java.util.Map memoizeProperties, org.codehaus.groovy.ast.expr.ArgumentListExpression argumentListExpression)</code><br></td>
</tr>
<tr class="altColor">
<td class="colFirst"><code></code></td>
<td class="colLast"><code>protected&nbsp;void</code></td>
<td class="colLast"><code><strong><a href="#addRedisServiceMemoizeInvocation(org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.MethodNode, java.util.Map)">addRedisServiceMemoizeInvocation</a></strong>(org.codehaus.groovy.ast.stmt.BlockStatement body, org.codehaus.groovy.ast.MethodNode methodNode, java.util.Map memoizeProperties)</code><br></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code></code></td>
<td class="colLast"><code>protected&nbsp;static&nbsp;void</code></td>
<td class="colLast"><code><strong><a href="#addRedisServiceMemoizeKeyExpression(java.util.Map, org.codehaus.groovy.ast.expr.ArgumentListExpression)">addRedisServiceMemoizeKeyExpression</a></strong>(java.util.Map memoizeProperties, org.codehaus.groovy.ast.expr.ArgumentListExpression argumentListExpression)</code><br></td>
</tr>
<tr class="altColor">
<td class="colFirst"><code></code></td>
<td class="colLast"><code>protected&nbsp;abstract&nbsp;void</code></td>
<td class="colLast"><code><strong><a href="#generateMemoizeProperties(org.codehaus.groovy.ast.ASTNode, org.codehaus.groovy.control.SourceUnit, java.util.Map)">generateMemoizeProperties</a></strong>(org.codehaus.groovy.ast.ASTNode[] astNodes, org.codehaus.groovy.control.SourceUnit sourceUnit, java.util.Map memoizeProperties)</code><br>method to add the key and expires and options if they exist</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code></code></td>
<td class="colLast"><code>protected&nbsp;static&nbsp;void</code></td>
<td class="colLast"><code><strong><a href="#injectService(org.codehaus.groovy.control.SourceUnit, java.lang.String, java.lang.Class)">injectService</a></strong>(org.codehaus.groovy.control.SourceUnit sourceUnit, java.lang.String serviceName, java.lang.Class serviceClass)</code><br>Determine if the user missed injecting the redisService into the class with the<DL><DT><B>Memoized:</B></DT><DD>method.</DD></DL> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code></code></td>
<td class="colLast"><code>protected&nbsp;static&nbsp;org.codehaus.groovy.ast.expr.ClosureExpression</code></td>
<td class="colLast"><code><strong><a href="#makeClosureExpression(org.codehaus.groovy.ast.MethodNode)">makeClosureExpression</a></strong>(org.codehaus.groovy.ast.MethodNode methodNode)</code><br></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code></code></td>
<td class="colLast"><code>protected&nbsp;static&nbsp;org.codehaus.groovy.ast.expr.ConstantExpression</code></td>
<td class="colLast"><code><strong><a href="#makeConstantExpression(java.lang.Object)">makeConstantExpression</a></strong>(java.lang.Object constantExpression)</code><br></td>
</tr>
<tr class="altColor">
<td class="colFirst"><code></code></td>
<td class="colLast"><code>protected&nbsp;abstract&nbsp;org.codehaus.groovy.ast.expr.ArgumentListExpression</code></td>
<td class="colLast"><code><strong><a href="#makeRedisServiceArgumentListExpression(java.util.Map)">makeRedisServiceArgumentListExpression</a></strong>(java.util.Map memoizeProperties)</code><br></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code></code></td>
<td class="colLast"><code>protected&nbsp;abstract&nbsp;org.codehaus.groovy.ast.expr.ConstantExpression</code></td>
<td class="colLast"><code><strong><a href="#makeRedisServiceConstantExpression()">makeRedisServiceConstantExpression</a></strong>()</code><br></td>
</tr>
<tr class="altColor">
<td class="colFirst"><code></code></td>
<td class="colLast"><code>protected&nbsp;java.util.List&lt;org.codehaus.groovy.ast.stmt.Statement&gt;</code></td>
<td class="colLast"><code><strong><a href="#memoizeMethod(org.codehaus.groovy.ast.MethodNode, java.util.Map)">memoizeMethod</a></strong>(org.codehaus.groovy.ast.MethodNode methodNode, java.util.Map memoizeProperties)</code><br></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code></code></td>
<td class="colLast"><code>void</code></td>
<td class="colLast"><code><strong><a href="#visit(org.codehaus.groovy.ast.ASTNode, org.codehaus.groovy.control.SourceUnit)">visit</a></strong>(org.codehaus.groovy.ast.ASTNode[] astNodes, org.codehaus.groovy.control.SourceUnit sourceUnit)</code><br></td>
</tr>
</table>
</ul>
</li>
<li class="blockList"><a name="method_summary"><!-- --></a>
<h3>Inherited Methods Summary</h3>
<ul class="blockList">
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Inherited Methods Summary table">
<caption><span>Inherited Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Methods inherited from class</th>
<th class="colLast" scope="col">Name</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class java.lang.Object</code></td>
<td class="colLast"><code>java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int)</code></td>
</tr>
</table>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="AUTOWIRED_CLASS_NODE"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>public&nbsp;static&nbsp;final&nbsp;org.codehaus.groovy.ast.ClassNode <strong>AUTOWIRED_CLASS_NODE</strong></h4>
<p></p>
</li>
</ul>
<a name="CLAZZ"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>protected&nbsp;static&nbsp;final&nbsp;java.lang.String <strong>CLAZZ</strong></h4>
<p></p>
</li>
</ul>
<a name="EXPIRE"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>protected&nbsp;static&nbsp;final&nbsp;java.lang.String <strong>EXPIRE</strong></h4>
<p></p>
</li>
</ul>
<a name="GET_REDIS_SERVICE"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>protected&nbsp;static&nbsp;final&nbsp;java.lang.String <strong>GET_REDIS_SERVICE</strong></h4>
<p></p>
</li>
</ul>
<a name="GSTRING"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>protected&nbsp;static&nbsp;final&nbsp;java.lang.String <strong>GSTRING</strong></h4>
<p></p>
</li>
</ul>
<a name="HASH_CODE"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>protected&nbsp;static&nbsp;final&nbsp;java.lang.String <strong>HASH_CODE</strong></h4>
<p></p>
</li>
</ul>
<a name="KEY"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>protected&nbsp;static&nbsp;final&nbsp;java.lang.String <strong>KEY</strong></h4>
<p></p>
</li>
</ul>
<a name="MEMBER"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>protected&nbsp;static&nbsp;final&nbsp;java.lang.String <strong>MEMBER</strong></h4>
<p></p>
</li>
</ul>
<a name="MEMOIZE_KEY"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>protected&nbsp;static&nbsp;final&nbsp;java.lang.String <strong>MEMOIZE_KEY</strong></h4>
<p></p>
</li>
</ul>
<a name="PRINTLN"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>protected&nbsp;static&nbsp;final&nbsp;java.lang.String <strong>PRINTLN</strong></h4>
<p></p>
</li>
</ul>
<a name="REDIS_SERVICE"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>protected&nbsp;static&nbsp;final&nbsp;java.lang.String <strong>REDIS_SERVICE</strong></h4>
<p></p>
</li>
</ul>
<a name="THIS"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>protected&nbsp;static&nbsp;final&nbsp;java.lang.String <strong>THIS</strong></h4>
<p></p>
</li>
</ul>
</li>
</ul>
<!-- =========== CONSTRUCTOR DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="AbstractMemoizeASTTransformation()"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4><strong>AbstractMemoizeASTTransformation</strong>()</h4>
<p></p>
</li>
</ul>
</li>
</ul>
<!-- =========== METHOD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="addError(java.lang.String, org.codehaus.groovy.ast.ASTNode, org.codehaus.groovy.control.SourceUnit)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>protected&nbsp;static&nbsp;void <strong>addError</strong>(java.lang.String msg, org.codehaus.groovy.ast.ASTNode node, org.codehaus.groovy.control.SourceUnit source)</h4>
<p></p>
</li>
</ul>
<a name="addRedisServiceMemoizeExpireExpression(java.util.Map, org.codehaus.groovy.ast.expr.ArgumentListExpression)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>protected&nbsp;static&nbsp;void <strong>addRedisServiceMemoizeExpireExpression</strong>(java.util.Map memoizeProperties, org.codehaus.groovy.ast.expr.ArgumentListExpression argumentListExpression)</h4>
<p></p>
</li>
</ul>
<a name="addRedisServiceMemoizeInvocation(org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.MethodNode, java.util.Map)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>protected&nbsp;void <strong>addRedisServiceMemoizeInvocation</strong>(org.codehaus.groovy.ast.stmt.BlockStatement body, org.codehaus.groovy.ast.MethodNode methodNode, java.util.Map memoizeProperties)</h4>
<p></p>
</li>
</ul>
<a name="addRedisServiceMemoizeKeyExpression(java.util.Map, org.codehaus.groovy.ast.expr.ArgumentListExpression)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>protected&nbsp;static&nbsp;void <strong>addRedisServiceMemoizeKeyExpression</strong>(java.util.Map memoizeProperties, org.codehaus.groovy.ast.expr.ArgumentListExpression argumentListExpression)</h4>
<p></p>
</li>
</ul>
<a name="generateMemoizeProperties(org.codehaus.groovy.ast.ASTNode, org.codehaus.groovy.control.SourceUnit, java.util.Map)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>protected&nbsp;abstract&nbsp;void <strong>generateMemoizeProperties</strong>(org.codehaus.groovy.ast.ASTNode[] astNodes, org.codehaus.groovy.control.SourceUnit sourceUnit, java.util.Map memoizeProperties)</h4>
<p> method to add the key and expires and options if they exist
@return <DL><DT><B>Parameters:</B></DT><DD><code>astNodes</code> - the ast nodes</DD><DD><code>sourceUnit</code> - the source unit</DD><DD><code>memoizeProperties</code> - map to put data in</DD></DL></p>
</li>
</ul>
<a name="injectService(org.codehaus.groovy.control.SourceUnit, java.lang.String, java.lang.Class)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>protected&nbsp;static&nbsp;void <strong>injectService</strong>(org.codehaus.groovy.control.SourceUnit sourceUnit, java.lang.String serviceName, java.lang.Class serviceClass)</h4>
<p> Determine if the user missed injecting the redisService into the class with the<DL><DT><B>Memoized:</B></DT><DD>method.</DD></DL> <DL><DT><B>Parameters:</B></DT><DD><code>sourceUnit</code> - SourceUnit to detect and/or inject service into</DD><DD><code>serviceName</code> - name of the service to detect and/or inject</DD><DD><code>serviceClass</code> - Class of the service</DD></DL></p>
</li>
</ul>
<a name="makeClosureExpression(org.codehaus.groovy.ast.MethodNode)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>protected&nbsp;static&nbsp;org.codehaus.groovy.ast.expr.ClosureExpression <strong>makeClosureExpression</strong>(org.codehaus.groovy.ast.MethodNode methodNode)</h4>
<p></p>
</li>
</ul>
<a name="makeConstantExpression(java.lang.Object)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>protected&nbsp;static&nbsp;org.codehaus.groovy.ast.expr.ConstantExpression <strong>makeConstantExpression</strong>(java.lang.Object constantExpression)</h4>
<p></p>
</li>
</ul>
<a name="makeRedisServiceArgumentListExpression(java.util.Map)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>protected&nbsp;abstract&nbsp;org.codehaus.groovy.ast.expr.ArgumentListExpression <strong>makeRedisServiceArgumentListExpression</strong>(java.util.Map memoizeProperties)</h4>
<p></p>
</li>
</ul>
<a name="makeRedisServiceConstantExpression()"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>protected&nbsp;abstract&nbsp;org.codehaus.groovy.ast.expr.ConstantExpression <strong>makeRedisServiceConstantExpression</strong>()</h4>
<p></p>
</li>
</ul>
<a name="memoizeMethod(org.codehaus.groovy.ast.MethodNode, java.util.Map)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>protected&nbsp;java.util.List&lt;org.codehaus.groovy.ast.stmt.Statement&gt; <strong>memoizeMethod</strong>(org.codehaus.groovy.ast.MethodNode methodNode, java.util.Map memoizeProperties)</h4>
<p></p>
</li>
</ul>
<a name="visit(org.codehaus.groovy.ast.ASTNode, org.codehaus.groovy.control.SourceUnit)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>void <strong>visit</strong>(org.codehaus.groovy.ast.ASTNode[] astNodes, org.codehaus.groovy.control.SourceUnit sourceUnit)</h4>
<p></p>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<div>
<ul class="navList">
<li><a href="../../../../index.html?grails/plugins/redis/ast/AbstractMemoizeASTTransformation" target="_top">Frames</a></li>
<li><a href="AbstractMemoizeASTTransformation.html" target="_top">No Frames</a></li>
</ul>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
Nested&nbsp;&nbsp;&nbsp;<li><a href="#field_summary">Field</a></li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<li><a href="#constructor_summary">Constructor</a></li>&nbsp;&nbsp;&nbsp;<li><a href="#method_summary">Method</a></li>&nbsp;&nbsp;&nbsp;
</ul>
<ul class="subNavList">
<li>&nbsp;|&nbsp;Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a></li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<li><a href="#constructor_detail">Constructor</a></li>&nbsp;&nbsp;&nbsp;<li><a href="#method_detail">Method</a></li>&nbsp;&nbsp;&nbsp;
</ul>
</div>
<p>Groovy Documentation</p>
<a name="skip-navbar_bottom">
<!-- -->
</a>
</div>
</div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>