Serialized Form


Package groovy.inspect.swingui

Class groovy.inspect.swingui.TableMap extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

model

javax.swing.table.TableModel model

Class groovy.inspect.swingui.TableSorter extends TableMap implements Serializable

Serialized Fields

indexes

int[] indexes

sortingColumns

java.util.Vector sortingColumns

ascending

boolean ascending

lastSortedColumn

int lastSortedColumn

Package groovy.lang

Class groovy.lang.BitwiseNegateEvaluatingException extends GroovyRuntimeException implements Serializable

Class groovy.lang.ClosureException extends java.lang.RuntimeException implements Serializable

Serialized Fields

closure

Closure closure

Class groovy.lang.DeprecationException extends java.lang.RuntimeException implements Serializable

Class groovy.lang.GroovyRuntimeException extends java.lang.RuntimeException implements Serializable

Serialized Fields

module

ModuleNode module

node

ASTNode node

Class groovy.lang.IllegalPropertyAccessException extends MissingPropertyException implements Serializable

Class groovy.lang.IncorrectClosureArgumentsException extends GroovyRuntimeException implements Serializable

Serialized Fields

closure

Closure closure

arguments

java.lang.Object arguments

expected

java.lang.Class[] expected

Class groovy.lang.MissingClassException extends GroovyRuntimeException implements Serializable

Serialized Fields

type

java.lang.String type

Class groovy.lang.MissingFieldException extends GroovyRuntimeException implements Serializable

Serialized Fields

field

java.lang.String field

type

java.lang.Class type

Class groovy.lang.MissingMethodException extends GroovyRuntimeException implements Serializable

Serialized Fields

method

java.lang.String method

type

java.lang.Class type

isStatic

boolean isStatic

Class groovy.lang.MissingPropertyException extends GroovyRuntimeException implements Serializable

Serialized Fields

property

java.lang.String property

type

java.lang.Class type

Class groovy.lang.NonEmptySequence extends Sequence implements Serializable

Class groovy.lang.ReadOnlyPropertyException extends MissingPropertyException implements Serializable

Class groovy.lang.Sequence extends java.util.ArrayList implements Serializable

Serialized Fields

metaClass

MetaClass metaClass

type

java.lang.Class type

hashCode

int hashCode

Class groovy.lang.SpreadListEvaluatingException extends GroovyRuntimeException implements Serializable

Class groovy.lang.SpreadMap extends java.util.HashMap implements Serializable

Serialized Fields

mapData

java.util.Map mapData

hashCode

int hashCode

Class groovy.lang.SpreadMapEvaluatingException extends GroovyRuntimeException implements Serializable

Class groovy.lang.StringWriterIOException extends java.lang.RuntimeException implements Serializable


Package groovy.model

Class groovy.model.DefaultTableColumn extends javax.swing.table.TableColumn implements Serializable

Serialized Fields

valueModel

ValueModel valueModel

Class groovy.model.DefaultTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

rowModel

ValueModel rowModel

rowsModel

ValueModel rowsModel

columnModel

DefaultTableModel.MyTableColumnModel columnModel

Class groovy.model.DefaultTableModel.MyTableColumnModel extends javax.swing.table.DefaultTableColumnModel implements Serializable


Package groovy.security

Class groovy.security.GroovyCodeSourcePermission extends java.security.BasicPermission implements Serializable


Package groovy.servlet

Class groovy.servlet.AbstractHttpServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

servletContext

javax.servlet.ServletContext servletContext
Servlet (or the web application) context.


resourceNameMatcher

java.util.regex.Matcher resourceNameMatcher
Null or compiled pattern matcher read from "resource.name.regex" and used in AbstractHttpServlet.getResourceConnection(String).


resourceNameReplacement

java.lang.String resourceNameReplacement
The replacement used by the resource name matcher.


resourceNameReplaceAll

boolean resourceNameReplaceAll
The replace method to use on the matcher.
 true - replaceAll(resourceNameReplacement); (default)
 false - replaceFirst(resourceNameReplacement);
 


verbose

boolean verbose
Controls almost all log output.


reflection

boolean reflection
Mirrors the static value of the reflection flag in MetaClass. See AbstractHttpServlet.logGROOVY861


logGROOVY861

boolean logGROOVY861
Debug flag logging the class the class loader of the request.

Class groovy.servlet.GroovyServlet extends AbstractHttpServlet implements Serializable

Class groovy.servlet.TemplateServlet extends AbstractHttpServlet implements Serializable

Serialized Fields

cache

java.util.Map cache
Simple file name to template cache map.


engine

TemplateEngine engine
Underlying template engine used to evaluate template source files.


generateBy

boolean generateBy
Flag that controls the appending of the "Generated by ..." comment.


Package groovy.swing.impl

Class groovy.swing.impl.DefaultAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

closure

Closure closure

Package groovy.util

Class groovy.util.Node extends java.lang.Object implements Serializable

serialVersionUID: 4121134753270542643L

Serialized Fields

parent

Node parent

name

java.lang.Object name

attributes

java.util.Map attributes

value

java.lang.Object value

Class groovy.util.NodeList extends java.util.ArrayList implements Serializable

Class groovy.util.ResourceException extends java.lang.Exception implements Serializable

Class groovy.util.ScriptException extends java.lang.Exception implements Serializable


Package groovy.xml

Class groovy.xml.QName extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Ensure that deserialization properly interns the results.

Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

namespaceURI

java.lang.String namespaceURI
Field namespaceURI


localPart

java.lang.String localPart
Field localPart


prefix

java.lang.String prefix
Field prefix


Package org.codehaus.groovy

Class org.codehaus.groovy.GroovyBugError extends java.lang.AssertionError implements Serializable

Serialized Fields

message

java.lang.String message

exception

java.lang.Exception exception

Class org.codehaus.groovy.GroovyException extends java.lang.Exception implements Serializable

Serialized Fields

fatal

boolean fatal

Package org.codehaus.groovy.ant

Class org.codehaus.groovy.ant.AntProjectPropertiesDelegate extends java.util.Hashtable implements Serializable

Serialized Fields

project

org.apache.tools.ant.Project project

Package org.codehaus.groovy.antlr

Class org.codehaus.groovy.antlr.ASTParserException extends ParserException implements Serializable

Serialized Fields

ast

antlr.collections.AST ast

Class org.codehaus.groovy.antlr.ASTRuntimeException extends java.lang.RuntimeException implements Serializable

Serialized Fields

ast

antlr.collections.AST ast

Class org.codehaus.groovy.antlr.GroovySourceAST extends antlr.CommonAST implements Serializable

Serialized Fields

line

int line

col

int col

lineLast

int lineLast

colLast

int colLast

snippet

java.lang.String snippet

Class org.codehaus.groovy.antlr.LexerFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

jSplitPane1

javax.swing.JSplitPane jSplitPane1

jScrollPane1

javax.swing.JScrollPane jScrollPane1

jScrollPane2

javax.swing.JScrollPane jScrollPane2

tokenPane

javax.swing.JTextPane tokenPane

jbutton

javax.swing.JButton jbutton

mainPanel

javax.swing.JPanel mainPanel

scriptPane

javax.swing.JTextArea scriptPane

border1

javax.swing.border.Border border1

border2

javax.swing.border.Border border2

lexerClass

java.lang.Class lexerClass

tokens

java.util.Hashtable tokens

loadFileAction

javax.swing.Action loadFileAction

Package org.codehaus.groovy.classgen

Class org.codehaus.groovy.classgen.ClassGeneratorException extends java.lang.RuntimeException implements Serializable

Class org.codehaus.groovy.classgen.RuntimeIncompleteClassException extends RuntimeParserException implements Serializable


Package org.codehaus.groovy.control

Class org.codehaus.groovy.control.CompilationFailedException extends GroovyRuntimeException implements Serializable

Serialized Fields

phase

int phase

unit

ProcessingUnit unit

Class org.codehaus.groovy.control.ConfigurationException extends java.lang.RuntimeException implements Serializable

Serialized Fields

cause

java.lang.Exception cause

Class org.codehaus.groovy.control.MultipleCompilationErrorsException extends CompilationFailedException implements Serializable

Serialized Fields

collector

ErrorCollector collector

Package org.codehaus.groovy.runtime

Class org.codehaus.groovy.runtime.InvokerInvocationException extends GroovyRuntimeException implements Serializable

Class org.codehaus.groovy.runtime.WritableFile extends java.io.File implements Serializable

Serialized Fields

encoding

java.lang.String encoding

Package org.codehaus.groovy.runtime.typehandling

Class org.codehaus.groovy.runtime.typehandling.GroovyCastException extends java.lang.ClassCastException implements Serializable


Package org.codehaus.groovy.syntax

Class org.codehaus.groovy.syntax.ParserException extends TokenException implements Serializable

Class org.codehaus.groovy.syntax.ReadException extends GroovyException implements Serializable

Serialized Fields

cause

java.io.IOException cause

Class org.codehaus.groovy.syntax.RuntimeParserException extends GroovyRuntimeException implements Serializable

Class org.codehaus.groovy.syntax.SyntaxException extends GroovyException implements Serializable

Serialized Fields

line

int line
Line upon which the error occurred.


column

int column
Column upon which the error occurred.


sourceLocator

java.lang.String sourceLocator

Class org.codehaus.groovy.syntax.TokenException extends SyntaxException implements Serializable

Serialized Fields

token

Token token

Class org.codehaus.groovy.syntax.TokenMismatchException extends TokenException implements Serializable

Serialized Fields

unexpectedToken

Token unexpectedToken

expectedType

int expectedType



Copyright © 2003-2011 The Codehaus. All Rights Reserved.