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<E> sortingColumns

ascending

boolean ascending

lastSortedColumn

int lastSortedColumn

Class groovy.inspect.swingui.TreeNodeWithProperties extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

properties

java.util.List<E> properties

Package groovy.jmx.builder

Class groovy.jmx.builder.JmxBuilderException extends java.lang.RuntimeException implements Serializable


Package groovy.json

Class groovy.json.JsonException extends java.lang.RuntimeException implements Serializable


Package groovy.lang

Class groovy.lang.Closure extends GroovyObjectSupport implements Serializable

serialVersionUID: 4368710879820278874L

Serialized Fields

delegate

java.lang.Object delegate

owner

java.lang.Object owner

thisObject

java.lang.Object thisObject

resolveStrategy

int resolveStrategy

directive

int directive

parameterTypes

java.lang.Class<T>[] parameterTypes

maximumNumberOfParameters

int maximumNumberOfParameters

bcw

BooleanClosureWrapper bcw

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

Serialized Fields

closure

Closure<V> 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.GString extends GroovyObjectSupport implements Serializable

serialVersionUID: -2638020355892246323L

Serialized Fields

values

java.lang.Object[] values

Class groovy.lang.IllegalPropertyAccessException extends MissingPropertyException implements Serializable

Class groovy.lang.IncorrectClosureArgumentsException extends GroovyRuntimeException implements Serializable

Serialized Fields

closure

Closure<V> closure

arguments

java.lang.Object arguments

expected

java.lang.Class<T>[] expected

Class groovy.lang.MetaClassRegistryChangeEvent extends java.util.EventObject implements Serializable

Serialized Fields

clazz

java.lang.Class<T> clazz

instance

java.lang.Object instance

metaClass

MetaClass metaClass

oldMetaClass

MetaClass oldMetaClass

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<T> type

Class groovy.lang.MissingMethodException extends GroovyRuntimeException implements Serializable

Serialized Fields

method

java.lang.String method

type

java.lang.Class<T> type

isStatic

boolean isStatic

arguments

java.lang.Object[] arguments

Class groovy.lang.MissingPropertyException extends GroovyRuntimeException implements Serializable

Serialized Fields

property

java.lang.String property

type

java.lang.Class<T> type

Class groovy.lang.NonEmptySequence extends Sequence implements Serializable

Class groovy.lang.ReadOnlyPropertyException extends MissingPropertyException implements Serializable

Class groovy.lang.Reference extends GroovyObjectSupport implements Serializable

Serialized Fields

value

java.lang.Object value

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

Serialized Fields

metaClass

MetaClass metaClass

type

java.lang.Class<T> 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<K,V> 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
Either null or a compiled pattern matcher read from "resource.name.regex" and used in AbstractHttpServlet.getScriptUri(HttpServletRequest).


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.


encoding

java.lang.String encoding
Encoding to use, becomes charset part of contentType.


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

Serialized Fields

gse

GroovyScriptEngine gse
The script engine executing the Groovy scripts for this servlet

Class groovy.servlet.TemplateServlet extends AbstractHttpServlet implements Serializable

Serialized Fields

cache

java.util.Map<K,V> 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.


fileEncodingParamVal

java.lang.String fileEncodingParamVal

Package groovy.swing.impl

Class groovy.swing.impl.ClosureCellEditor extends javax.swing.AbstractCellEditor implements Serializable

Serialized Fields

callbacks

java.util.Map<K,V> callbacks

prepareEditor

Closure<V> prepareEditor

editorValue

Closure<V> editorValue

children

java.util.List<E> children

defaultEditor

boolean defaultEditor

table

javax.swing.JTable table

tree

javax.swing.JTree tree

value

java.lang.Object value

selected

boolean selected

expanded

boolean expanded

leaf

boolean leaf

row

int row

column

int column

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

Serialized Fields

closure

Closure<V> closure

Class groovy.swing.impl.TableLayout extends javax.swing.JPanel implements Serializable

Serialized Fields

rowCount

int rowCount

cellpadding

int cellpadding

Package groovy.ui

Class groovy.ui.ConsoleApplet extends javax.swing.JApplet implements Serializable

Serialized Fields

console

groovy.ui.Console console

Class groovy.ui.ConsoleTextEditor extends javax.swing.JScrollPane implements Serializable

Serialized Fields

defaultFamily

java.lang.String defaultFamily

numbersPanel

groovy.ui.ConsoleTextEditor.LineNumbersPanel numbersPanel

documentChangedSinceLastRepaint

boolean documentChangedSinceLastRepaint

textEditor

TextEditor textEditor

undoAction

groovy.ui.ConsoleTextEditor.UndoAction undoAction

redoAction

groovy.ui.ConsoleTextEditor.RedoAction redoAction

printAction

groovy.ui.ConsoleTextEditor.PrintAction printAction

editable

boolean editable

undoManager

TextUndoManager undoManager

Package groovy.ui.text

Class groovy.ui.text.AutoIndentAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

simpleAttributeSet

javax.swing.text.AttributeSet simpleAttributeSet

Class groovy.ui.text.TextEditor extends javax.swing.JTextPane implements Serializable

Serialized Fields

defaultCaret

javax.swing.text.Caret defaultCaret

overtypeCaret

javax.swing.text.Caret overtypeCaret

numPages

int numPages

lastUpdate

int lastUpdate

mouseAdapter

java.awt.event.MouseAdapter mouseAdapter

unwrapped

boolean unwrapped

tabsAsSpaces

boolean tabsAsSpaces

multiLineTab

boolean multiLineTab

searchable

boolean searchable

Class groovy.ui.text.TextUndoManager extends javax.swing.undo.UndoManager implements Serializable

Serialized Fields

propChangeSupport

javax.swing.event.SwingPropertyChangeSupport propChangeSupport

compoundEdit

groovy.ui.text.TextUndoManager.StructuredEdit compoundEdit

firstModified

long firstModified

modificationMarker

javax.swing.undo.UndoableEdit modificationMarker

Package groovy.util

Class groovy.util.ConfigObject extends java.util.LinkedHashMap implements Serializable

Serialized Fields

configFile

java.net.URL configFile

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<K,V> attributes

value

java.lang.Object value

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

Class groovy.util.ObservableList.ElementAddedEvent extends ObservableList.ElementEvent implements Serializable

Class groovy.util.ObservableList.ElementClearedEvent extends ObservableList.ElementEvent implements Serializable

Serialized Fields

values

java.util.List<E> values

Class groovy.util.ObservableList.ElementEvent extends java.beans.PropertyChangeEvent implements Serializable

Serialized Fields

type

ObservableList.ChangeType type

index

int index

Class groovy.util.ObservableList.ElementRemovedEvent extends ObservableList.ElementEvent implements Serializable

Class groovy.util.ObservableList.ElementUpdatedEvent extends ObservableList.ElementEvent implements Serializable

Class groovy.util.ObservableList.MultiElementAddedEvent extends ObservableList.ElementEvent implements Serializable

Serialized Fields

values

java.util.List<E> values

Class groovy.util.ObservableList.MultiElementRemovedEvent extends ObservableList.ElementEvent implements Serializable

Serialized Fields

values

java.util.List<E> values

Class groovy.util.ObservableMap.MultiPropertyEvent extends ObservableMap.PropertyEvent implements Serializable

Serialized Fields

events

ObservableMap.PropertyEvent[] events

Class groovy.util.ObservableMap.PropertyAddedEvent extends ObservableMap.PropertyEvent implements Serializable

Class groovy.util.ObservableMap.PropertyClearedEvent extends ObservableMap.PropertyEvent implements Serializable

Serialized Fields

values

java.util.Map<K,V> values

Class groovy.util.ObservableMap.PropertyEvent extends java.beans.PropertyChangeEvent implements Serializable

Serialized Fields

type

ObservableMap.ChangeType type

Class groovy.util.ObservableMap.PropertyRemovedEvent extends ObservableMap.PropertyEvent implements Serializable

Class groovy.util.ObservableMap.PropertyUpdatedEvent extends ObservableMap.PropertyEvent 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<T> lexerClass

tokens

java.util.Hashtable<K,V> tokens

loadFileAction

javax.swing.Action loadFileAction

Package org.codehaus.groovy.classgen

Class org.codehaus.groovy.classgen.ClassGeneratorException extends java.lang.RuntimeException 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.reflection

Class org.codehaus.groovy.reflection.GeneratedMetaMethod.DgmMethodRecord extends java.lang.Object implements Serializable

Serialized Fields

className

java.lang.String className

methodName

java.lang.String methodName

returnType

java.lang.Class<T> returnType

parameters

java.lang.Class<T>[] parameters

Package org.codehaus.groovy.runtime

Class org.codehaus.groovy.runtime.ComposedClosure extends Closure<V> implements Serializable

Serialized Fields

first

Closure<V> first

second

Closure<V> second

Class org.codehaus.groovy.runtime.ConversionHandler extends java.lang.Object implements Serializable

serialVersionUID: 1162833717190835227L

Serialized Fields

delegate

java.lang.Object delegate

Class org.codehaus.groovy.runtime.ConvertedClosure extends ConversionHandler implements Serializable

serialVersionUID: 1162833713450835227L

Serialized Fields

methodName

java.lang.String methodName

Class org.codehaus.groovy.runtime.ConvertedMap extends ConversionHandler implements Serializable

Class org.codehaus.groovy.runtime.CurriedClosure extends Closure<V> implements Serializable

Serialized Fields

curriedParams

java.lang.Object[] curriedParams

index

int index

numTrailingArgs

int numTrailingArgs

varargType

java.lang.Class<T> varargType

Class org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethodList extends java.util.ArrayList<org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethod> implements Serializable

Serialized Fields

level

int level

previous

GroovyCategorySupport.CategoryMethodList previous

usage

java.util.concurrent.atomic.AtomicInteger usage

Class org.codehaus.groovy.runtime.GroovyCategorySupport.ThreadCategoryInfo extends java.util.HashMap<java.lang.String,GroovyCategorySupport.CategoryMethodList> implements Serializable

Serialized Fields

level

int level

propertyGetterMap

java.util.Map<K,V> propertyGetterMap

propertySetterMap

java.util.Map<K,V> propertySetterMap

Class org.codehaus.groovy.runtime.GStringImpl extends GString implements Serializable

Serialized Fields

strings

java.lang.String[] strings

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

Class org.codehaus.groovy.runtime.IteratorClosureAdapter extends Closure implements Serializable

Serialized Fields

list

java.util.List<E> list

metaClass

MetaClass metaClass

Class org.codehaus.groovy.runtime.MethodClosure extends Closure implements Serializable

Serialized Fields

method

java.lang.String method

Class org.codehaus.groovy.runtime.ScriptReference extends Reference implements Serializable

Serialized Fields

script

Script script

variable

java.lang.String variable

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

Serialized Fields

encoding

java.lang.String encoding

Package org.codehaus.groovy.runtime.metaclass

Class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap extends java.util.AbstractMap implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Reconstitute the ConcurrentReaderHashMap instance from a stream (i.e., deserialize it).

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

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Save the state of the ConcurrentReaderHashMap instance to a stream (i.e., serialize it).

Serial Data:
The capacity of the ConcurrentReaderHashMap (the length of the bucket array) is emitted (int), followed by the size of the ConcurrentReaderHashMap (the number of key-value mappings), followed by the key (Object) and value (Object) for each key-value mapping represented by the ConcurrentReaderHashMap The key-value mappings are emitted in no particular order.
Throws:
java.io.IOException
Serialized Fields

barrierLock

ConcurrentReaderHashMap.BarrierLock barrierLock
Lock used only for its memory effects.


threshold

int threshold
The table is rehashed when its size exceeds this threshold. (The value of this field is always (int)(capacity * loadFactor).)

 

loadFactor

float loadFactor
The load factor for the hash table.

 

Class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.BarrierLock extends java.lang.Object implements Serializable

Class org.codehaus.groovy.runtime.metaclass.MethodSelectionException extends GroovyRuntimeException implements Serializable

Serialized Fields

methodName

java.lang.String methodName

methods

FastArray methods

arguments

java.lang.Class<T>[] arguments

Class org.codehaus.groovy.runtime.metaclass.MissingMethodExceptionNoStack extends MissingMethodException implements Serializable

Class org.codehaus.groovy.runtime.metaclass.MissingMethodExecutionFailed extends MissingMethodExceptionNoStack implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class org.codehaus.groovy.runtime.metaclass.MissingPropertyExceptionNoStack extends MissingPropertyException implements Serializable


Package org.codehaus.groovy.runtime.powerassert

Class org.codehaus.groovy.runtime.powerassert.PowerAssertionError extends java.lang.AssertionError implements Serializable

Class org.codehaus.groovy.runtime.powerassert.SourceTextNotAvailableException extends java.lang.RuntimeException implements Serializable


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

startLine

int startLine
Line upon which the error occurred.


endLine

int endLine

startColumn

int startColumn
Column upon which the error occurred.


endColumn

int endColumn

sourceLocator

java.lang.String sourceLocator

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

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

Serialized Fields

unexpectedToken

Token unexpectedToken

expectedType

int expectedType

Package org.codehaus.groovy.tools.gse

Class org.codehaus.groovy.tools.gse.StringSetMap extends java.util.LinkedHashMap<java.lang.String,java.util.Set<java.lang.String>> implements Serializable


Package org.codehaus.groovy.tools.shell

Class org.codehaus.groovy.tools.shell.CommandException extends java.lang.Exception implements Serializable

Serialized Fields

command

Command command

Class org.codehaus.groovy.tools.shell.ExitNotification extends java.lang.Error implements Serializable

Serialized Fields

code

int code

Package org.codehaus.groovy.transform

Class org.codehaus.groovy.transform.ASTTestTransformation.ProgressCallbackChain._ProgressCallbackChain_closure1 extends java.lang.Object implements Serializable


Package org.codehaus.groovy.util

Class org.codehaus.groovy.util.AbstractConcurrentMap.Segment extends AbstractConcurrentMapBase.Segment implements Serializable

Class org.codehaus.groovy.util.AbstractConcurrentMapBase.Segment extends LockableObject implements Serializable

Serialized Fields

count

int count

threshold

int threshold

table

java.lang.Object[] table

Class org.codehaus.groovy.util.LazyReference extends LockableObject implements Serializable

Serialized Fields

reference

ManagedReference<T> reference

bundle

ReferenceBundle bundle

Class org.codehaus.groovy.util.LockableObject extends java.util.concurrent.locks.AbstractQueuedSynchronizer implements Serializable

Class org.codehaus.groovy.util.ManagedConcurrentMap.Segment extends AbstractConcurrentMap.Segment<K,V> implements Serializable

Serialized Fields

bundle

ReferenceBundle bundle