public class JRGroovyGenerator
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map |
fieldsMap |
protected java.util.Map |
parametersMap |
protected JRSourceCompileTask |
sourceTask |
protected JRVariable[] |
variables |
protected java.util.Map |
variablesMap |
| Modifier | Constructor and Description |
|---|---|
protected |
JRGroovyGenerator(JRSourceCompileTask sourceTask) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
generateClass() |
static java.lang.String |
generateClass(JRSourceCompileTask sourceTask) |
protected void |
generateClassStart(java.lang.StringBuffer sb) |
protected void |
generateDeclarations(java.lang.StringBuffer sb) |
protected void |
generateInitFieldsMethod(java.lang.StringBuffer sb) |
protected void |
generateInitParamsMethod(java.lang.StringBuffer sb) |
protected void |
generateInitVarsMethod(java.lang.StringBuffer sb) |
protected java.lang.String |
generateMethod(byte evaluationType,
java.util.List expressionsList) |
protected final JRSourceCompileTask sourceTask
protected java.util.Map parametersMap
protected java.util.Map fieldsMap
protected java.util.Map variablesMap
protected JRVariable[] variables
protected JRGroovyGenerator(JRSourceCompileTask sourceTask)
public static java.lang.String generateClass(JRSourceCompileTask sourceTask) throws JRException
JRExceptionprotected java.lang.String generateClass()
throws JRException
JRExceptionprotected final void generateClassStart(java.lang.StringBuffer sb)
protected final void generateDeclarations(java.lang.StringBuffer sb)
protected final void generateInitParamsMethod(java.lang.StringBuffer sb)
throws JRException
JRExceptionprotected final void generateInitFieldsMethod(java.lang.StringBuffer sb)
throws JRException
JRExceptionprotected final void generateInitVarsMethod(java.lang.StringBuffer sb)
throws JRException
JRExceptionprotected final java.lang.String generateMethod(byte evaluationType,
java.util.List expressionsList)
throws JRException
JRException© 2001-2010 Jaspersoft Corporation www.jaspersoft.com