Serialized Form


Package groovy.inspect.swingui

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

Serialized Fields

model

TableModel model

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

Serialized Fields

indexes

int[] indexes

sortingColumns

Vector sortingColumns

ascending

boolean ascending

lastSortedColumn

int lastSortedColumn

Package groovy.lang

Class groovy.lang.BitwiseNegateEvaluatingException extends GroovyRuntimeException implements Serializable

Class groovy.lang.ClosureException extends RuntimeException implements Serializable

Serialized Fields

closure

Closure closure

Class groovy.lang.GroovyRuntimeException extends 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

Object arguments

expected

Class[] expected

Class groovy.lang.MissingClassException extends GroovyRuntimeException implements Serializable

Serialized Fields

type

String type

Class groovy.lang.MissingFieldException extends GroovyRuntimeException implements Serializable

Serialized Fields

field

String field

type

Class type

Class groovy.lang.MissingMethodException extends GroovyRuntimeException implements Serializable

Serialized Fields

method

String method

type

Class type

Class groovy.lang.MissingPropertyException extends GroovyRuntimeException implements Serializable

Serialized Fields

property

String property

type

Class type

Class groovy.lang.NonEmptySequence extends Sequence implements Serializable

Class groovy.lang.ReadOnlyPropertyException extends MissingPropertyException implements Serializable

Class groovy.lang.Sequence extends ArrayList implements Serializable

Serialized Fields

metaClass

MetaClass metaClass

type

Class type

hashCode

int hashCode

Class groovy.lang.SpreadListEvaluatingException extends GroovyRuntimeException implements Serializable

Class groovy.lang.SpreadMap extends HashMap implements Serializable

Serialized Fields

mapData

Map mapData

hashCode

int hashCode

Class groovy.lang.SpreadMapEvaluatingException extends GroovyRuntimeException implements Serializable

Class groovy.lang.StringWriterIOException extends RuntimeException implements Serializable

Class groovy.lang.TypeMismatchException extends IllegalArgumentException implements Serializable


Package groovy.model

Class groovy.model.DefaultTableColumn extends TableColumn implements Serializable

Serialized Fields

valueModel

ValueModel valueModel

Class groovy.model.DefaultTableModel extends AbstractTableModel implements Serializable

Serialized Fields

rowModel

ValueModel rowModel

rowsModel

ValueModel rowsModel

columnModel

DefaultTableModel.MyTableColumnModel columnModel

Class groovy.model.DefaultTableModel.MyTableColumnModel extends DefaultTableColumnModel implements Serializable


Package groovy.security

Class groovy.security.GroovyCodeSourcePermission extends 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

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


resourceNameReplacement

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

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 AbstractAction implements Serializable

Serialized Fields

closure

Closure closure

Package groovy.util

Class groovy.util.Node extends Object implements Serializable

serialVersionUID: 4121134753270542643L

Serialized Fields

parent

Node parent

name

Object name

attributes

Map attributes

value

Object value

Class groovy.util.NodeList extends ArrayList implements Serializable

Class groovy.util.ResourceException extends Exception implements Serializable

Class groovy.util.ScriptException extends Exception implements Serializable


Package groovy.xml

Class groovy.xml.QName extends Object implements Serializable

Serialization Methods

readObject

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

Throws:
IOException
ClassNotFoundException
Serialized Fields

namespaceURI

String namespaceURI
Field namespaceURI


localPart

String localPart
Field localPart


prefix

String prefix
Field prefix


Package org.codehaus.groovy

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

Serialized Fields

message

String message

exception

Exception exception

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

Serialized Fields

fatal

boolean fatal

Package org.codehaus.groovy.ant

Class org.codehaus.groovy.ant.AntProjectPropertiesDelegate extends 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 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

String snippet

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

Serialized Fields

jSplitPane1

JSplitPane jSplitPane1

jScrollPane1

JScrollPane jScrollPane1

jScrollPane2

JScrollPane jScrollPane2

tokenPane

JTextPane tokenPane

jbutton

JButton jbutton

mainPanel

JPanel mainPanel

scriptPane

JTextArea scriptPane

border1

Border border1

border2

Border border2

lexerClass

Class lexerClass

tokens

Hashtable tokens

loadFileAction

Action loadFileAction

Package org.codehaus.groovy.classgen

Class org.codehaus.groovy.classgen.ClassGeneratorException extends 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 GroovyException implements Serializable

Serialized Fields

phase

int phase

unit

ProcessingUnit unit

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

Serialized Fields

cause

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 File implements Serializable

Serialized Fields

delegate

File delegate

encoding

String encoding

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

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

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

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

Serialized Fields

unexpectedToken

Token unexpectedToken

expectedTypes

int[] expectedTypes

comment

String comment



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