Serialized Form
-
Package groovy.inspect.swingui
-
Class groovy.inspect.swingui.TableMap
class TableMap extends AbstractTableModel implements Serializable-
Serialized Fields
-
model
TableModel model
-
-
-
Class groovy.inspect.swingui.TableSorter
class TableSorter extends TableMap implements Serializable-
Serialized Fields
-
ascending
boolean ascending
-
indexes
int[] indexes
-
lastSortedColumn
int lastSortedColumn
-
sortingColumns
Vector sortingColumns
-
-
-
Class groovy.inspect.swingui.TreeNodeWithProperties
class TreeNodeWithProperties extends DefaultMutableTreeNode implements Serializable
-
-
Package groovy.jmx.builder
-
Exception Class groovy.jmx.builder.JmxBuilderException
class JmxBuilderException extends RuntimeException implements Serializable
-
-
Package groovy.json
-
Exception Class groovy.json.JsonException
class JsonException extends RuntimeException implements Serializable
-
-
Package groovy.lang
-
Class groovy.lang.Closure
class Closure extends GroovyObjectSupport implements Serializable- serialVersionUID:
- 4368710879820278874L
-
Serialized Fields
-
bcw
BooleanClosureWrapper bcw
-
delegate
Object delegate
-
directive
int directive
-
maximumNumberOfParameters
int maximumNumberOfParameters
-
owner
Object owner
-
parameterTypes
Class[] parameterTypes
-
resolveStrategy
int resolveStrategy
-
thisObject
Object thisObject
-
-
Exception Class groovy.lang.ClosureException
class ClosureException extends RuntimeException implements Serializable-
Serialized Fields
-
closure
Closure closure
-
-
-
Exception Class groovy.lang.DeprecationException
class DeprecationException extends RuntimeException implements Serializable -
Exception Class groovy.lang.GroovyRuntimeException
class GroovyRuntimeException extends RuntimeException implements Serializable-
Serialized Fields
-
module
ModuleNode module
-
node
ASTNode node
-
-
-
Class groovy.lang.GString
class GString extends GroovyObjectSupport implements Serializable- serialVersionUID:
- -2638020355892246323L
-
Serialized Fields
-
values
Object[] values
-
-
Exception Class groovy.lang.IllegalPropertyAccessException
class IllegalPropertyAccessException extends MissingPropertyException implements Serializable -
Exception Class groovy.lang.IncorrectClosureArgumentsException
class IncorrectClosureArgumentsException extends GroovyRuntimeException implements Serializable -
Class groovy.lang.MetaClassRegistryChangeEvent
class MetaClassRegistryChangeEvent extends EventObject implements Serializable -
Exception Class groovy.lang.MissingClassException
class MissingClassException extends GroovyRuntimeException implements Serializable-
Serialized Fields
-
type
String type
-
-
-
Exception Class groovy.lang.MissingFieldException
class MissingFieldException extends GroovyRuntimeException implements Serializable -
Exception Class groovy.lang.MissingMethodException
class MissingMethodException extends GroovyRuntimeException implements Serializable -
Exception Class groovy.lang.MissingPropertyException
class MissingPropertyException extends GroovyRuntimeException implements Serializable -
Class groovy.lang.NonEmptySequence
class NonEmptySequence extends Sequence implements Serializable -
Exception Class groovy.lang.ReadOnlyPropertyException
class ReadOnlyPropertyException extends MissingPropertyException implements Serializable -
Class groovy.lang.Reference
class Reference extends GroovyObjectSupport implements Serializable-
Serialized Fields
-
value
T value
-
-
-
Class groovy.lang.Sequence
class Sequence extends ArrayList implements Serializable -
Exception Class groovy.lang.SpreadListEvaluatingException
class SpreadListEvaluatingException extends GroovyRuntimeException implements Serializable -
Class groovy.lang.SpreadMap
class SpreadMap extends HashMap implements Serializable-
Serialized Fields
-
hashCode
int hashCode
-
mapData
Map mapData
-
-
-
Exception Class groovy.lang.SpreadMapEvaluatingException
class SpreadMapEvaluatingException extends GroovyRuntimeException implements Serializable -
Exception Class groovy.lang.StringWriterIOException
class StringWriterIOException extends RuntimeException implements Serializable
-
-
Package groovy.model
-
Class groovy.model.DefaultTableColumn
class DefaultTableColumn extends TableColumn implements Serializable-
Serialized Fields
-
valueModel
ValueModel valueModel
-
-
-
Class groovy.model.DefaultTableModel
class DefaultTableModel extends AbstractTableModel implements Serializable-
Serialized Fields
-
columnModel
DefaultTableModel.MyTableColumnModel columnModel
-
rowModel
ValueModel rowModel
-
rowsModel
ValueModel rowsModel
-
-
-
Class groovy.model.DefaultTableModel.MyTableColumnModel
class MyTableColumnModel extends DefaultTableColumnModel implements Serializable
-
-
Package groovy.security
-
Class groovy.security.GroovyCodeSourcePermission
class GroovyCodeSourcePermission extends BasicPermission implements Serializable
-
-
Package groovy.servlet
-
Class groovy.servlet.AbstractHttpServlet
class AbstractHttpServlet extends javax.servlet.http.HttpServlet implements Serializable-
Serialized Fields
-
encoding
String encoding
Encoding to use, becomes charset part of contentType. -
logGROOVY861
boolean logGROOVY861
Debug flag logging the class the class loader of the request. -
reflection
boolean reflection
Mirrors the static value of the reflection flag in MetaClass. See AbstractHttpServlet#logGROOVY861 -
resourceNameMatcher
Matcher resourceNameMatcher
Eithernull
or a compiled pattern matcher read from "resource.name.regex
" and used inAbstractHttpServlet.getScriptUri(HttpServletRequest)
. -
resourceNameReplaceAll
boolean resourceNameReplaceAll
The replace method to use on the matcher.true - replaceAll(resourceNameReplacement); (default) false - replaceFirst(resourceNameReplacement);
-
resourceNameReplacement
String resourceNameReplacement
The replacement used by the resource name matcher. -
servletContext
javax.servlet.ServletContext servletContext
Servlet (or the web application) context. -
verbose
boolean verbose
Controls almost all log output.
-
-
-
Class groovy.servlet.GroovyServlet
class GroovyServlet extends AbstractHttpServlet implements Serializable-
Serialized Fields
-
gse
GroovyScriptEngine gse
The script engine executing the Groovy scripts for this servlet
-
-
-
Class groovy.servlet.TemplateServlet
class TemplateServlet extends AbstractHttpServlet implements Serializable-
Serialized Fields
-
cache
Map<String,
groovy.servlet.TemplateServlet.TemplateCacheEntry> cache Simple file name to template cache map. -
engine
TemplateEngine engine
Underlying template engine used to evaluate template source files. -
fileEncodingParamVal
String fileEncodingParamVal
-
generateBy
boolean generateBy
Flag that controls the appending of the "Generated by ..." comment.
-
-
-
-
Package groovy.swing.impl
-
Class groovy.swing.impl.ClosureCellEditor
class ClosureCellEditor extends AbstractCellEditor implements Serializable-
Serialized Fields
-
callbacks
Map<String,
Closure> callbacks -
children
List children
-
column
int column
-
defaultEditor
boolean defaultEditor
-
editorValue
Closure editorValue
-
expanded
boolean expanded
-
leaf
boolean leaf
-
prepareEditor
Closure prepareEditor
-
row
int row
-
selected
boolean selected
-
table
JTable table
-
tree
JTree tree
-
value
Object value
-
-
-
Class groovy.swing.impl.DefaultAction
class DefaultAction extends AbstractAction implements Serializable-
Serialized Fields
-
closure
Closure closure
-
-
-
Class groovy.swing.impl.TableLayout
class TableLayout extends JPanel implements Serializable-
Serialized Fields
-
cellpadding
int cellpadding
-
rowCount
int rowCount
-
-
-
-
Package groovy.ui
-
Class groovy.ui.ConsoleApplet
class ConsoleApplet extends JApplet implements Serializable-
Serialized Fields
-
console
groovy.ui.Console console
-
-
-
Class groovy.ui.ConsoleTextEditor
class ConsoleTextEditor extends JScrollPane implements Serializable-
Serialized Fields
-
defaultFamily
String defaultFamily
-
documentChangedSinceLastRepaint
boolean documentChangedSinceLastRepaint
-
editable
boolean editable
-
numbersPanel
groovy.ui.ConsoleTextEditor.LineNumbersPanel numbersPanel
-
printAction
groovy.ui.ConsoleTextEditor.PrintAction printAction
-
redoAction
groovy.ui.ConsoleTextEditor.RedoAction redoAction
-
textEditor
TextEditor textEditor
-
undoAction
groovy.ui.ConsoleTextEditor.UndoAction undoAction
-
undoManager
TextUndoManager undoManager
-
-
-
-
Package groovy.ui.text
-
Class groovy.ui.text.AutoIndentAction
class AutoIndentAction extends AbstractAction implements Serializable-
Serialized Fields
-
simpleAttributeSet
AttributeSet simpleAttributeSet
-
-
-
Class groovy.ui.text.TextEditor
class TextEditor extends JTextPane implements Serializable-
Serialized Fields
-
defaultCaret
Caret defaultCaret
-
mouseAdapter
MouseAdapter mouseAdapter
-
multiLineTab
boolean multiLineTab
-
numPages
int numPages
-
overtypeCaret
Caret overtypeCaret
-
tabsAsSpaces
boolean tabsAsSpaces
-
unwrapped
boolean unwrapped
-
-
-
Class groovy.ui.text.TextUndoManager
class TextUndoManager extends UndoManager implements Serializable-
Serialized Fields
-
compoundEdit
groovy.ui.text.TextUndoManager.StructuredEdit compoundEdit
-
firstModified
long firstModified
-
modificationMarker
UndoableEdit modificationMarker
-
propChangeSupport
SwingPropertyChangeSupport propChangeSupport
-
-
-
-
Package groovy.util
-
Class groovy.util.Node
class Node extends Object implements Serializable- serialVersionUID:
- 4121134753270542643L
-
Class groovy.util.NodeList
class NodeList extends ArrayList implements Serializable -
Class groovy.util.ObservableList.ElementAddedEvent
class ElementAddedEvent extends ObservableList.ElementEvent implements Serializable -
Class groovy.util.ObservableList.ElementClearedEvent
class ElementClearedEvent extends ObservableList.ElementEvent implements Serializable-
Serialized Fields
-
values
List values
-
-
-
Class groovy.util.ObservableList.ElementEvent
class ElementEvent extends PropertyChangeEvent implements Serializable-
Serialized Fields
-
index
int index
-
type
ObservableList.ChangeType type
-
-
-
Class groovy.util.ObservableList.ElementRemovedEvent
class ElementRemovedEvent extends ObservableList.ElementEvent implements Serializable -
Class groovy.util.ObservableList.ElementUpdatedEvent
class ElementUpdatedEvent extends ObservableList.ElementEvent implements Serializable -
Class groovy.util.ObservableList.MultiElementAddedEvent
class MultiElementAddedEvent extends ObservableList.ElementEvent implements Serializable-
Serialized Fields
-
values
List values
-
-
-
Class groovy.util.ObservableList.MultiElementRemovedEvent
class MultiElementRemovedEvent extends ObservableList.ElementEvent implements Serializable-
Serialized Fields
-
values
List values
-
-
-
Class groovy.util.ObservableMap.MultiPropertyEvent
class MultiPropertyEvent extends ObservableMap.PropertyEvent implements Serializable-
Serialized Fields
-
events
ObservableMap.PropertyEvent[] events
-
-
-
Class groovy.util.ObservableMap.PropertyAddedEvent
class PropertyAddedEvent extends ObservableMap.PropertyEvent implements Serializable -
Class groovy.util.ObservableMap.PropertyClearedEvent
class PropertyClearedEvent extends ObservableMap.PropertyEvent implements Serializable-
Serialized Fields
-
values
Map values
-
-
-
Class groovy.util.ObservableMap.PropertyEvent
class PropertyEvent extends PropertyChangeEvent implements Serializable-
Serialized Fields
-
type
ObservableMap.ChangeType type
-
-
-
Class groovy.util.ObservableMap.PropertyRemovedEvent
class PropertyRemovedEvent extends ObservableMap.PropertyEvent implements Serializable -
Class groovy.util.ObservableMap.PropertyUpdatedEvent
class PropertyUpdatedEvent extends ObservableMap.PropertyEvent implements Serializable -
Exception Class groovy.util.ResourceException
class ResourceException extends Exception implements Serializable -
Exception Class groovy.util.ScriptException
class ScriptException extends Exception implements Serializable
-
-
Package groovy.xml
-
Class groovy.xml.QName
class QName extends Object implements Serializable-
Serialization Methods
-
readObject
Ensure that deserialization properly interns the results.- Parameters:
in
- the ObjectInputStream to be read- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
-
-
Package org.codehaus.groovy
-
Exception Class org.codehaus.groovy.GroovyBugError
class GroovyBugError extends AssertionError implements Serializable -
Exception Class org.codehaus.groovy.GroovyException
class GroovyException extends Exception implements Serializable-
Serialized Fields
-
fatal
boolean fatal
-
-
-
-
Package org.codehaus.groovy.ant
-
Class org.codehaus.groovy.ant.AntProjectPropertiesDelegate
class AntProjectPropertiesDelegate extends Hashtable implements Serializable-
Serialized Fields
-
project
org.apache.tools.ant.Project project
-
-
-
-
Package org.codehaus.groovy.antlr
-
Exception Class org.codehaus.groovy.antlr.ASTParserException
class ASTParserException extends ParserException implements Serializable-
Serialized Fields
-
ast
antlr.collections.AST ast
-
-
-
Exception Class org.codehaus.groovy.antlr.ASTRuntimeException
class ASTRuntimeException extends RuntimeException implements Serializable-
Serialized Fields
-
ast
antlr.collections.AST ast
-
-
-
Class org.codehaus.groovy.antlr.GroovySourceAST
class GroovySourceAST extends antlr.CommonAST implements Serializable-
Serialized Fields
-
col
int col
-
colLast
int colLast
-
line
int line
-
lineLast
int lineLast
-
snippet
String snippet
-
-
-
Class org.codehaus.groovy.antlr.LexerFrame
class LexerFrame extends JFrame implements Serializable-
Serialized Fields
-
border1
Border border1
-
border2
Border border2
-
jbutton
JButton jbutton
-
jScrollPane1
JScrollPane jScrollPane1
-
jScrollPane2
JScrollPane jScrollPane2
-
jSplitPane1
JSplitPane jSplitPane1
-
lexerClass
Class lexerClass
-
loadFileAction
Action loadFileAction
-
mainPanel
JPanel mainPanel
-
scriptPane
JTextArea scriptPane
-
tokenPane
JTextPane tokenPane
-
tokens
Hashtable tokens
-
-
-
-
Package org.codehaus.groovy.classgen
-
Exception Class org.codehaus.groovy.classgen.ClassGeneratorException
class ClassGeneratorException extends RuntimeException implements Serializable
-
-
Package org.codehaus.groovy.control
-
Exception Class org.codehaus.groovy.control.CompilationFailedException
class CompilationFailedException extends GroovyRuntimeException implements Serializable-
Serialized Fields
-
phase
int phase
-
unit
ProcessingUnit unit
-
-
-
Exception Class org.codehaus.groovy.control.ConfigurationException
class ConfigurationException extends RuntimeException implements Serializable-
Serialized Fields
-
cause
Exception cause
-
-
-
Exception Class org.codehaus.groovy.control.MultipleCompilationErrorsException
class MultipleCompilationErrorsException extends CompilationFailedException implements Serializable-
Serialized Fields
-
collector
ErrorCollector collector
-
-
-
-
Package org.codehaus.groovy.reflection
-
Class org.codehaus.groovy.reflection.GeneratedMetaMethod.DgmMethodRecord
class DgmMethodRecord extends Object implements Serializable
-
-
Package org.codehaus.groovy.runtime
-
Class org.codehaus.groovy.runtime.ComposedClosure
-
Class org.codehaus.groovy.runtime.ConversionHandler
class ConversionHandler extends Object implements Serializable- serialVersionUID:
- 1162833717190835227L
-
Serialized Fields
-
delegate
Object delegate
-
-
Class org.codehaus.groovy.runtime.ConvertedClosure
class ConvertedClosure extends ConversionHandler implements Serializable- serialVersionUID:
- 1162833713450835227L
-
Serialized Fields
-
methodName
String methodName
-
-
Class org.codehaus.groovy.runtime.ConvertedMap
class ConvertedMap extends ConversionHandler implements Serializable -
Class org.codehaus.groovy.runtime.CurriedClosure
-
Class org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethodList
class CategoryMethodList extends ArrayList<org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethod> implements Serializable-
Serialized Fields
-
level
int level
-
previous
GroovyCategorySupport.CategoryMethodList previous
-
usage
AtomicInteger usage
-
-
-
Class org.codehaus.groovy.runtime.GroovyCategorySupport.ThreadCategoryInfo
class ThreadCategoryInfo extends HashMap<String,GroovyCategorySupport.CategoryMethodList> implements Serializable -
Class org.codehaus.groovy.runtime.GStringImpl
class GStringImpl extends GString implements Serializable-
Serialized Fields
-
strings
String[] strings
-
-
-
Exception Class org.codehaus.groovy.runtime.InvokerInvocationException
class InvokerInvocationException extends GroovyRuntimeException implements Serializable -
Class org.codehaus.groovy.runtime.IteratorClosureAdapter
class IteratorClosureAdapter extends Closure implements Serializable -
Class org.codehaus.groovy.runtime.MethodClosure
class MethodClosure extends Closure implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
readResolve
-
-
Serialized Fields
-
method
String method
-
-
-
Class org.codehaus.groovy.runtime.ScriptReference
class ScriptReference extends Reference implements Serializable -
Class org.codehaus.groovy.runtime.WritableFile
class WritableFile extends File implements Serializable-
Serialized Fields
-
encoding
String encoding
-
-
-
-
Package org.codehaus.groovy.runtime.metaclass
-
Class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
class ConcurrentReaderHashMap extends AbstractMap implements Serializable-
Serialization Methods
-
readObject
Reconstitute the ConcurrentReaderHashMap instance from a stream (i.e., deserialize it).- Parameters:
s
- the stream- Throws:
IOException
ClassNotFoundException
-
writeObject
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.
- Parameters:
s
- the stream- Throws:
IOException
-
-
Serialized Fields
-
barrierLock
ConcurrentReaderHashMap.BarrierLock barrierLock
Lock used only for its memory effects. -
loadFactor
float loadFactor
The load factor for the hash table. -
threshold
int threshold
The table is rehashed when its size exceeds this threshold. (The value of this field is always (int)(capacity * loadFactor).)
-
-
-
Class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.BarrierLock
class BarrierLock extends Object implements Serializable -
Exception Class org.codehaus.groovy.runtime.metaclass.MethodSelectionException
class MethodSelectionException extends GroovyRuntimeException implements Serializable -
Exception Class org.codehaus.groovy.runtime.metaclass.MissingMethodExceptionNoStack
class MissingMethodExceptionNoStack extends MissingMethodException implements Serializable -
Exception Class org.codehaus.groovy.runtime.metaclass.MissingMethodExecutionFailed
class MissingMethodExecutionFailed extends MissingMethodExceptionNoStack implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
Exception Class org.codehaus.groovy.runtime.metaclass.MissingPropertyExceptionNoStack
class MissingPropertyExceptionNoStack extends MissingPropertyException implements Serializable
-
-
Package org.codehaus.groovy.runtime.powerassert
-
Exception Class org.codehaus.groovy.runtime.powerassert.PowerAssertionError
class PowerAssertionError extends AssertionError implements Serializable -
Exception Class org.codehaus.groovy.runtime.powerassert.SourceTextNotAvailableException
class SourceTextNotAvailableException extends RuntimeException implements Serializable
-
-
Package org.codehaus.groovy.runtime.typehandling
-
Exception Class org.codehaus.groovy.runtime.typehandling.GroovyCastException
class GroovyCastException extends ClassCastException implements Serializable
-
-
Package org.codehaus.groovy.syntax
-
Exception Class org.codehaus.groovy.syntax.ParserException
class ParserException extends TokenException implements Serializable -
Exception Class org.codehaus.groovy.syntax.ReadException
class ReadException extends GroovyException implements Serializable-
Serialized Fields
-
cause
IOException cause
-
-
-
Exception Class org.codehaus.groovy.syntax.RuntimeParserException
class RuntimeParserException extends GroovyRuntimeException implements Serializable -
Exception Class org.codehaus.groovy.syntax.SyntaxException
class SyntaxException extends GroovyException implements Serializable-
Serialized Fields
-
column
int column
Column upon which the error occurred. -
line
int line
Line upon which the error occurred. -
sourceLocator
String sourceLocator
-
-
-
Exception Class org.codehaus.groovy.syntax.TokenException
class TokenException extends SyntaxException implements Serializable -
Exception Class org.codehaus.groovy.syntax.TokenMismatchException
class TokenMismatchException extends TokenException implements Serializable-
Serialized Fields
-
expectedType
int expectedType
-
unexpectedToken
Token unexpectedToken
-
-
-
-
Package org.codehaus.groovy.tools.gse
-
Package org.codehaus.groovy.tools.shell
-
Exception Class org.codehaus.groovy.tools.shell.CommandException
class CommandException extends Exception implements Serializable-
Serialized Fields
-
command
Command command
-
-
-
Exception Class org.codehaus.groovy.tools.shell.ExitNotification
class ExitNotification extends Error implements Serializable-
Serialized Fields
-
code
int code
-
-
-
-
Package org.codehaus.groovy.util
-
Class org.codehaus.groovy.util.AbstractConcurrentMap.Segment
class Segment extends AbstractConcurrentMapBase.Segment implements Serializable -
Class org.codehaus.groovy.util.AbstractConcurrentMapBase.Segment
class Segment extends LockableObject implements Serializable-
Serialized Fields
-
count
int count
-
table
Object[] table
-
threshold
int threshold
-
-
-
Class org.codehaus.groovy.util.LazyReference
class LazyReference extends LockableObject implements Serializable-
Serialized Fields
-
bundle
ReferenceBundle bundle
-
reference
ManagedReference<T> reference
-
-
-
Class org.codehaus.groovy.util.LockableObject
class LockableObject extends AbstractQueuedSynchronizer implements Serializable -
Class org.codehaus.groovy.util.ManagedConcurrentMap.Segment
-
Serialized Fields
-
bundle
ReferenceBundle bundle
-
-
-