Serialized Form
- 
Package groovy.cli- 
Exception groovy.cli.CliBuilderExceptionclass CliBuilderException extends RuntimeException implements Serializable- serialVersionUID:
- 3996705753888714632L
 
- 
Class groovy.cli.TypedOption- serialVersionUID:
- 8931624081859777854L
 
 
- 
- 
Package groovy.console.ui- 
Class groovy.console.ui.AstBrowser._closure1class _closure1 extends Closure implements Serializable
- 
Class groovy.console.ui.AstBrowserUiPreferences._closure1class _closure1 extends Closure implements Serializable
- 
Class groovy.console.ui.ButtonOrDefaultRendererclass ButtonOrDefaultRenderer extends DefaultTableCellRenderer implements Serializable
- 
Class groovy.console.ui.ButtonOrTextEditorclass ButtonOrTextEditor extends AbstractCellEditor implements Serializable- 
Serialized Fields- 
editorComponentJComponent editorComponent 
 
- 
 
- 
- 
Class groovy.console.ui.CellValueToolTipJTableclass CellValueToolTipJTable extends JTable implements Serializable
- 
Class groovy.console.ui.ConsoleTextEditorclass ConsoleTextEditor extends JScrollPane implements Serializable- 
Serialized Fields- 
defaultFamilyString defaultFamily 
- 
documentChangedSinceLastRepaintboolean documentChangedSinceLastRepaint 
- 
editableboolean editable 
- 
fontSizeint fontSize 
- 
numbersPanelgroovy.console.ui.ConsoleTextEditor.LineNumbersPanel numbersPanel 
- 
printActiongroovy.console.ui.ConsoleTextEditor.PrintAction printAction 
- 
redoActiongroovy.console.ui.ConsoleTextEditor.RedoAction redoAction 
- 
textEditorTextEditor textEditor 
- 
undoActiongroovy.console.ui.ConsoleTextEditor.UndoAction undoAction 
- 
undoManagerTextUndoManager undoManager 
 
- 
 
- 
- 
Class groovy.console.ui.TreeNodeWithPropertiesclass TreeNodeWithProperties extends DefaultMutableTreeNode implements Serializable
 
- 
- 
Package groovy.console.ui.text- 
Class groovy.console.ui.text.AutoIndentActionclass AutoIndentAction extends AbstractAction implements Serializable- 
Serialized Fields- 
simpleAttributeSetAttributeSet simpleAttributeSet 
 
- 
 
- 
- 
Class groovy.console.ui.text.TextEditorclass TextEditor extends JTextPane implements Serializable- 
Serialized Fields- 
defaultCaretCaret defaultCaret 
- 
mouseAdapterMouseAdapter mouseAdapter 
- 
multiLineTabboolean multiLineTab 
- 
numPagesint numPages 
- 
overtypeCaretCaret overtypeCaret 
- 
tabsAsSpacesboolean tabsAsSpaces 
- 
unwrappedboolean unwrapped 
 
- 
 
- 
- 
Class groovy.console.ui.text.TextUndoManagerclass TextUndoManager extends UndoManager implements Serializable- 
Serialized Fields- 
compoundEditgroovy.console.ui.text.TextUndoManager.StructuredEdit compoundEdit 
- 
firstModifiedlong firstModified 
- 
modificationMarkerUndoableEdit modificationMarker 
- 
propChangeSupportSwingPropertyChangeSupport propChangeSupport 
 
- 
 
- 
 
- 
- 
Package groovy.inspect- 
Class groovy.inspect.Inspector.MemberComparatorclass MemberComparator extends Object implements Serializable- serialVersionUID:
- -7691851726606749541L
 
- 
Class groovy.inspect.Inspector.MemberComparatorWithValueclass MemberComparatorWithValue extends Object implements Serializable- serialVersionUID:
- 294298614093394525L
 
 
- 
- 
Package groovy.jmx.builder- 
Exception groovy.jmx.builder.JmxBuilderExceptionclass JmxBuilderException extends RuntimeException implements Serializable
 
- 
- 
Package groovy.json- 
Exception groovy.json.JsonExceptionclass JsonException extends RuntimeException implements Serializable
 
- 
- 
Package groovy.lang- 
Class groovy.lang.Closureclass Closure extends GroovyObjectSupport implements Serializable- serialVersionUID:
- 4368710879820278874L
 - 
Serialized Fields- 
bcwBooleanClosureWrapper bcw 
- 
delegateObject delegate 
- 
directiveint directive 
- 
maximumNumberOfParametersint maximumNumberOfParameters 
- 
ownerObject owner 
- 
parameterTypesClass<?>[] parameterTypes 
- 
resolveStrategyint resolveStrategy 
- 
thisObjectObject thisObject 
 
- 
 
- 
Exception groovy.lang.ClosureExceptionclass ClosureException extends RuntimeException implements Serializable- serialVersionUID:
- -945565055750688719L
 - 
Serialized Fields- 
closureClosure closure 
 
- 
 
- 
Exception groovy.lang.DeprecationExceptionclass DeprecationException extends RuntimeException implements Serializable- serialVersionUID:
- 8828016729085737697L
 
- 
Exception groovy.lang.GroovyRuntimeExceptionclass GroovyRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- -193137033604506378L
 - 
Serialized Fields- 
moduleModuleNode module 
- 
nodeASTNode node 
 
- 
 
- 
Class groovy.lang.GStringclass GString extends GroovyObjectSupport implements Serializable- serialVersionUID:
- -2638020355892246323L
 - 
Serialized Fields- 
valuesObject[] values 
 
- 
 
- 
Exception groovy.lang.IllegalPropertyAccessExceptionclass IllegalPropertyAccessException extends MissingPropertyException implements Serializable- serialVersionUID:
- 8149534204771978786L
 
- 
Exception groovy.lang.IncorrectClosureArgumentsExceptionclass IncorrectClosureArgumentsException extends GroovyRuntimeException implements Serializable- serialVersionUID:
- 4208144749858078754L
 
- 
Class groovy.lang.IntRange- serialVersionUID:
- -7827097587793510780L
 - 
Serialized Fields- 
fromint from For non-inclusive aware ranges, the first number in the range;fromis always less than or equal toto. For inclusive aware ranges, thefromargument supplied to the constructor.
- 
inclusiveLeftBoolean inclusiveLeft Iftrueor null,fromis included in the range. Iffalse, the range begins after thefromvalue.Null for non-inclusive-aware ranges (which are inclusive). If true or false, the reverse flag is discarded. 
- 
inclusiveRightBoolean inclusiveRight Iftrueor null,tois included in the range. Iffalse, the range stops before thetovalue.Null for non-inclusive-aware ranges (which are inclusive). If true or false, the reverse flag is discarded. 
- 
reverseboolean reverse Iffalse, counts up fromfromtoto. Otherwise, counts down fromtotofrom. Not used for inclusive-aware ranges (inclusive = true|false).
- 
toint to For non-inclusive aware ranges, the last number in the range;tois always greater than or equal tofrom. For inclusive aware ranges, thefromargument supplied to the constructor.
 
- 
 
- 
Class groovy.lang.MetaClassRegistryChangeEventclass MetaClassRegistryChangeEvent extends EventObject implements Serializable- serialVersionUID:
- 1647849176793457976L
 
- 
Exception groovy.lang.MissingClassExceptionclass MissingClassException extends GroovyRuntimeException implements Serializable- serialVersionUID:
- -4059735896182191589L
 - 
Serialized Fields- 
typeString type 
 
- 
 
- 
Exception groovy.lang.MissingFieldExceptionclass MissingFieldException extends GroovyRuntimeException implements Serializable- serialVersionUID:
- -9209464582858098430L
 
- 
Exception groovy.lang.MissingMethodExceptionclass MissingMethodException extends GroovyRuntimeException implements Serializable- serialVersionUID:
- -6676430495683939401L
 
- 
Exception groovy.lang.MissingPropertyExceptionclass MissingPropertyException extends GroovyRuntimeException implements Serializable- serialVersionUID:
- -1780027060966200019L
 
- 
Class groovy.lang.NamedValueclass NamedValue extends Object implements Serializable- serialVersionUID:
- 8853713635573845253L
 
- 
Class groovy.lang.NonEmptySequenceclass NonEmptySequence extends Sequence implements Serializable- serialVersionUID:
- 1614604919062836998L
 
- 
Class groovy.lang.NumberRange- serialVersionUID:
- 5107424833653948484L
 - 
Serialized Fields- 
fromComparable from The first value in the range.
- 
hashCodeCacheInteger hashCodeCache The cached hashCode (once calculated)
- 
inclusiveLeftboolean inclusiveLeft trueif the range includes the lower bound.
- 
inclusiveRightboolean inclusiveRight trueif the range includes the upper bound.
- 
reverseboolean reverse trueif the range counts backwards fromtotofrom.
- 
sizeint size The cached size, or -1 if not yet computed
- 
stepSizeNumber stepSize The step size in the range.
- 
toComparable to The last value in the range.
 
- 
 
- 
Exception groovy.lang.ReadOnlyPropertyExceptionclass ReadOnlyPropertyException extends MissingPropertyException implements Serializable- serialVersionUID:
- -1800912081930896077L
 
- 
Class groovy.lang.Referenceclass Reference extends GroovyObjectSupport implements Serializable- serialVersionUID:
- 4963704631487573488L
 - 
Serialized Fields- 
valueT value 
 
- 
 
- 
Class groovy.lang.Sequenceclass Sequence extends ArrayList implements Serializable- serialVersionUID:
- 5697409354934589471L
 - 
Serialized Fields- 
hashCodeint hashCode 
- 
typeClass type 
 
- 
 
- 
Exception groovy.lang.SpreadListEvaluatingExceptionclass SpreadListEvaluatingException extends GroovyRuntimeException implements Serializable- serialVersionUID:
- 4565947835333349093L
 
- 
Class groovy.lang.SpreadMapclass SpreadMap extends HashMap implements Serializable- serialVersionUID:
- 3827653766235954251L
 - 
Serialized Fields- 
hashCodeint hashCode 
 
- 
 
- 
Exception groovy.lang.SpreadMapEvaluatingExceptionclass SpreadMapEvaluatingException extends GroovyRuntimeException implements Serializable- serialVersionUID:
- 4347220269418595368L
 
- 
Exception groovy.lang.StringWriterIOExceptionclass StringWriterIOException extends RuntimeException implements Serializable- serialVersionUID:
- -504499949457372681L
 
- 
Class groovy.lang.Tuple- serialVersionUID:
- -6707770506387821031L
 - 
Serialized Fields- 
contentsE[] contents 
 
- 
 
- 
Class groovy.lang.Tuple0class Tuple0 extends Tuple implements Serializable- serialVersionUID:
- -3791115121904072346L
 
- 
Class groovy.lang.Tuple1class Tuple1 extends Tuple implements Serializable- serialVersionUID:
- -4647790147461409603L
 - 
Serialized Fields- 
v1T1 v1 
 
- 
 
- 
Class groovy.lang.Tuple10class Tuple10 extends Tuple implements Serializable- serialVersionUID:
- 7824474731525795360L
 
- 
Class groovy.lang.Tuple11class Tuple11 extends Tuple implements Serializable- serialVersionUID:
- -8882524414681687282L
 
- 
Class groovy.lang.Tuple12class Tuple12 extends Tuple implements Serializable- serialVersionUID:
- 8297587976812329899L
 
- 
Class groovy.lang.Tuple13class Tuple13 extends Tuple implements Serializable- serialVersionUID:
- -3709443502209750114L
 
- 
Class groovy.lang.Tuple14class Tuple14 extends Tuple implements Serializable- serialVersionUID:
- -8866382365396941648L
 
- 
Class groovy.lang.Tuple15class Tuple15 extends Tuple implements Serializable- serialVersionUID:
- -8866382365396941648L
 
- 
Class groovy.lang.Tuple16class Tuple16 extends Tuple implements Serializable- serialVersionUID:
- -8866382365396941648L
 
- 
Class groovy.lang.Tuple2class Tuple2 extends Tuple implements Serializable- serialVersionUID:
- 9006144674906325597L
 
- 
Class groovy.lang.Tuple3class Tuple3 extends Tuple implements Serializable- serialVersionUID:
- 8469774237154310687L
 
- 
Class groovy.lang.Tuple4class Tuple4 extends Tuple implements Serializable- serialVersionUID:
- -7788878731471377207L
 
- 
Class groovy.lang.Tuple5class Tuple5 extends Tuple implements Serializable- serialVersionUID:
- 6722094358774027115L
 
- 
Class groovy.lang.Tuple6class Tuple6 extends Tuple implements Serializable- serialVersionUID:
- -7848588473093102288L
 
- 
Class groovy.lang.Tuple7class Tuple7 extends Tuple implements Serializable- serialVersionUID:
- 4226144828786865766L
 
- 
Class groovy.lang.Tuple8class Tuple8 extends Tuple implements Serializable- serialVersionUID:
- -8895822084644138566L
 
- 
Class groovy.lang.Tuple9class Tuple9 extends Tuple implements Serializable- serialVersionUID:
- -5181196675351911769L
 
 
- 
- 
Package groovy.namespace- 
Class groovy.namespace.QNameclass QName extends Object implements Serializable- serialVersionUID:
- -9029109610006696081L
 
 
- 
- 
Package groovy.security- 
Class groovy.security.GroovyCodeSourcePermissionclass GroovyCodeSourcePermission extends BasicPermission implements Serializable- serialVersionUID:
- 8014290770546281019L
 
 
- 
- 
Package groovy.servlet- 
Class groovy.servlet.AbstractHttpServletclass AbstractHttpServlet extends HttpServlet implements Serializable- 
Serialized Fields- 
encodingString encoding Encoding to use, becomes charset part of contentType.
- 
logGROOVY861boolean logGROOVY861 Debug flag logging the classloader of the request.
- 
namePrefixString namePrefix a.fink: it was inAbstractHttpServlet.removeNamePrefix(java.lang.String), but was extracted to var for optimization
- 
reflectionboolean reflection Mirrors the static value of the reflection flag in MetaClass. See AbstractHttpServlet#logGROOVY861
- 
resourceNamePatternPattern resourceNamePattern Eithernullor a compiled pattern read from ""resource.name.regex"" and used inAbstractHttpServlet.getScriptUri(HttpServletRequest).
- 
resourceNameReplaceAllboolean resourceNameReplaceAll The replace method to use on the matcher.true - replaceAll(resourceNameReplacement); (default) false - replaceFirst(resourceNameReplacement); 
- 
resourceNameReplacementString resourceNameReplacement The replacement used by the resource name matcher.
- 
servletContextServletContext servletContext Servlet (or the web application) context.
- 
verboseboolean verbose Controls almost all log output.
 
- 
 
- 
- 
Class groovy.servlet.GroovyServletclass GroovyServlet extends AbstractHttpServlet implements Serializable- 
Serialized Fields- 
gseGroovyScriptEngine gse The script engine executing the Groovy scripts for this servlet
 
- 
 
- 
- 
Class groovy.servlet.TemplateServletclass TemplateServlet extends AbstractHttpServlet implements Serializable- 
Serialized Fields- 
cacheMap<String, groovy.servlet.TemplateServlet.TemplateCacheEntry> cache Simple file name to template cache map.
- 
engineTemplateEngine engine Underlying template engine used to evaluate template source files.
- 
fileEncodingParamValString fileEncodingParamVal 
- 
generateByboolean generateBy Flag that controls the appending of the "Generated by ..." comment.
 
- 
 
- 
 
- 
- 
Package groovy.swing.impl- 
Class groovy.swing.impl.ClosureCellEditorclass ClosureCellEditor extends AbstractCellEditor implements Serializable- 
Serialized Fields- 
callbacksMap<String, Closure> callbacks 
- 
childrenList children 
- 
columnint column 
- 
defaultEditorboolean defaultEditor 
- 
editorValueClosure editorValue 
- 
expandedboolean expanded 
- 
leafboolean leaf 
- 
prepareEditorClosure prepareEditor 
- 
rowint row 
- 
selectedboolean selected 
- 
tableJTable table 
- 
treeJTree tree 
- 
valueObject value 
 
- 
 
- 
- 
Class groovy.swing.impl.DefaultActionclass DefaultAction extends AbstractAction implements Serializable- 
Serialized Fields- 
closureClosure closure 
 
- 
 
- 
- 
Class groovy.swing.impl.ListWrapperListModelclass ListWrapperListModel extends AbstractListModel implements Serializable
- 
Class groovy.swing.impl.TableLayoutclass TableLayout extends JPanel implements Serializable- 
Serialized Fields- 
cellpaddingint cellpadding 
- 
rowCountint rowCount 
 
- 
 
- 
 
- 
- 
Package groovy.swing.model- 
Class groovy.swing.model.DefaultTableColumnclass DefaultTableColumn extends TableColumn implements Serializable- 
Serialized Fields- 
valueModelValueModel valueModel 
 
- 
 
- 
- 
Class groovy.swing.model.DefaultTableModelclass DefaultTableModel extends AbstractTableModel implements Serializable- 
Serialized Fields- 
columnModelDefaultTableModel.MyTableColumnModel columnModel 
- 
rowModelValueModel rowModel 
- 
rowsModelValueModel rowsModel 
 
- 
 
- 
- 
Class groovy.swing.model.DefaultTableModel.MyTableColumnModelclass MyTableColumnModel extends DefaultTableColumnModel implements Serializable
 
- 
- 
Package groovy.swing.table- 
Class groovy.swing.table.TableMapclass TableMap extends AbstractTableModel implements Serializable- 
Serialized Fields- 
modelTableModel model 
 
- 
 
- 
- 
Class groovy.swing.table.TableSorterclass TableSorter extends TableMap implements Serializable
 
- 
- 
Package groovy.text- 
Exception groovy.text.TemplateExecutionExceptionclass TemplateExecutionException extends Exception implements Serializable- serialVersionUID:
- 3940987189684210921L
 - 
Serialized Fields- 
lineNumberint lineNumber 
 
- 
 
- 
Exception groovy.text.TemplateParseExceptionclass TemplateParseException extends RuntimeException implements Serializable- serialVersionUID:
- 1607958968337123274L
 - 
Serialized Fields- 
columnint column 
- 
lineNumberint lineNumber 
 
- 
 
 
- 
- 
Package groovy.toml- 
Exception groovy.toml.TomlRuntimeExceptionclass TomlRuntimeException extends GroovyRuntimeException implements Serializable- serialVersionUID:
- -5723737489247290350L
 
 
- 
- 
Package groovy.transform- 
Exception groovy.transform.Undefined.EXCEPTIONclass EXCEPTION extends RuntimeException implements Serializable- serialVersionUID:
- -3960500360386581172L
 
 
- 
- 
Package groovy.transform.stc- 
Exception groovy.transform.stc.IncorrectTypeHintExceptionclass IncorrectTypeHintException extends SyntaxException implements Serializable- serialVersionUID:
- 4481159236968540419L
 
 
- 
- 
Package groovy.util- 
Class groovy.util.ClosureComparatorclass ClosureComparator extends Object implements Serializable- serialVersionUID:
- -4593521535656429522L
 - 
Serialized Fields- 
closureClosure closure 
 
- 
 
- 
Class groovy.util.Nodeclass Node extends Object implements Serializable- serialVersionUID:
- 4121134753270542643L
 
- 
Class groovy.util.NodeListclass NodeList extends ArrayList implements Serializable- serialVersionUID:
- 8307095805417308716L
 
- 
Class groovy.util.ObservableList.ElementAddedEventclass ElementAddedEvent extends ObservableList.ElementEvent implements Serializable- serialVersionUID:
- -6594847306176480596L
 
- 
Class groovy.util.ObservableList.ElementClearedEventclass ElementClearedEvent extends ObservableList.ElementEvent implements Serializable- serialVersionUID:
- -2754983590419383972L
 - 
Serialized Fields- 
valuesList values 
 
- 
 
- 
Class groovy.util.ObservableList.ElementEventclass ElementEvent extends PropertyChangeEvent implements Serializable- serialVersionUID:
- -218253929030274352L
 - 
Serialized Fields- 
indexint index 
- 
typeObservableList.ChangeType type 
 
- 
 
- 
Class groovy.util.ObservableList.ElementRemovedEventclass ElementRemovedEvent extends ObservableList.ElementEvent implements Serializable- serialVersionUID:
- 9017470261231004168L
 
- 
Class groovy.util.ObservableList.ElementUpdatedEventclass ElementUpdatedEvent extends ObservableList.ElementEvent implements Serializable- serialVersionUID:
- 1116018076124047485L
 
- 
Class groovy.util.ObservableList.MultiElementAddedEventclass MultiElementAddedEvent extends ObservableList.ElementEvent implements Serializable- serialVersionUID:
- 443060557109693114L
 - 
Serialized Fields- 
valuesList values 
 
- 
 
- 
Class groovy.util.ObservableList.MultiElementRemovedEventclass MultiElementRemovedEvent extends ObservableList.ElementEvent implements Serializable- serialVersionUID:
- 2590238951081945868L
 - 
Serialized Fields- 
valuesList values 
 
- 
 
- 
Class groovy.util.ObservableMap.MultiPropertyEventclass MultiPropertyEvent extends ObservableMap.PropertyEvent implements Serializable- serialVersionUID:
- 3925136810810084267L
 - 
Serialized Fields- 
eventsObservableMap.PropertyEvent[] events 
 
- 
 
- 
Class groovy.util.ObservableMap.PropertyAddedEventclass PropertyAddedEvent extends ObservableMap.PropertyEvent implements Serializable- serialVersionUID:
- -5761685843732329868L
 
- 
Class groovy.util.ObservableMap.PropertyClearedEventclass PropertyClearedEvent extends ObservableMap.PropertyEvent implements Serializable- serialVersionUID:
- -1472110679547513634L
 - 
Serialized Fields- 
valuesMap values 
 
- 
 
- 
Class groovy.util.ObservableMap.PropertyEventclass PropertyEvent extends PropertyChangeEvent implements Serializable- serialVersionUID:
- -8328412226044328674L
 - 
Serialized Fields- 
typeObservableMap.ChangeType type 
 
- 
 
- 
Class groovy.util.ObservableMap.PropertyRemovedEventclass PropertyRemovedEvent extends ObservableMap.PropertyEvent implements Serializable- serialVersionUID:
- 1882656655856158470L
 
- 
Class groovy.util.ObservableMap.PropertyUpdatedEventclass PropertyUpdatedEvent extends ObservableMap.PropertyEvent implements Serializable- serialVersionUID:
- -1104637722950032690L
 
- 
Class groovy.util.ObservableSet.ElementAddedEventclass ElementAddedEvent extends ObservableSet.ElementEvent implements Serializable- serialVersionUID:
- 4678444473287170956L
 
- 
Class groovy.util.ObservableSet.ElementClearedEventclass ElementClearedEvent extends ObservableSet.ElementEvent implements Serializable- serialVersionUID:
- 6075523774365623231L
 - 
Serialized Fields- 
valuesList values 
 
- 
 
- 
Class groovy.util.ObservableSet.ElementEventclass ElementEvent extends PropertyChangeEvent implements Serializable- serialVersionUID:
- -7140793925623806823L
 - 
Serialized Fields- 
typeObservableSet.ChangeType type 
 
- 
 
- 
Class groovy.util.ObservableSet.ElementRemovedEventclass ElementRemovedEvent extends ObservableSet.ElementEvent implements Serializable- serialVersionUID:
- 5934658331755545227L
 
- 
Class groovy.util.ObservableSet.MultiElementAddedEventclass MultiElementAddedEvent extends ObservableSet.ElementEvent implements Serializable- serialVersionUID:
- 575204921472897312L
 - 
Serialized Fields- 
valuesList values 
 
- 
 
- 
Class groovy.util.ObservableSet.MultiElementRemovedEventclass MultiElementRemovedEvent extends ObservableSet.ElementEvent implements Serializable- serialVersionUID:
- 8894701122065438905L
 - 
Serialized Fields- 
valuesList values 
 
- 
 
- 
Class groovy.util.OrderByclass OrderBy extends Object implements Serializable- serialVersionUID:
- 8385130064804116654L
 - 
Serialized Fields- 
closuresList<Closure> closures 
- 
equalityCheckboolean equalityCheck 
- 
numberAwareComparatorNumberAwareComparator<Object> numberAwareComparator 
 
- 
 
- 
Exception groovy.util.ResourceExceptionclass ResourceException extends Exception implements Serializable- serialVersionUID:
- -4640685456255837192L
 
- 
Exception groovy.util.ScriptExceptionclass ScriptException extends Exception implements Serializable- serialVersionUID:
- 3447547760007143671L
 
 
- 
- 
Package groovy.xml- 
Class groovy.xml.StreamingDOMBuilder._closure1class _closure1 extends Closure implements Serializable
- 
Class groovy.xml.StreamingDOMBuilder._closure2class _closure2 extends Closure implements Serializable
- 
Class groovy.xml.StreamingDOMBuilder._closure3class _closure3 extends Closure implements Serializable
- 
Class groovy.xml.StreamingDOMBuilder._closure4class _closure4 extends Closure implements Serializable
- 
Class groovy.xml.StreamingMarkupBuilder._closure1class _closure1 extends Closure implements Serializable
- 
Class groovy.xml.StreamingMarkupBuilder._closure2class _closure2 extends Closure implements Serializable
- 
Class groovy.xml.StreamingMarkupBuilder._closure3class _closure3 extends Closure implements Serializable
- 
Class groovy.xml.StreamingMarkupBuilder._closure4class _closure4 extends Closure implements Serializable
- 
Class groovy.xml.StreamingMarkupBuilder._closure5class _closure5 extends Closure implements Serializable
- 
Class groovy.xml.StreamingMarkupBuilder._closure6class _closure6 extends Closure implements Serializable
- 
Class groovy.xml.StreamingSAXBuilder._closure1class _closure1 extends Closure implements Serializable
- 
Class groovy.xml.StreamingSAXBuilder._closure2class _closure2 extends Closure implements Serializable
- 
Class groovy.xml.StreamingSAXBuilder._closure3class _closure3 extends Closure implements Serializable
- 
Class groovy.xml.StreamingSAXBuilder._closure4class _closure4 extends Closure implements Serializable
 
- 
- 
Package groovy.xml.slurpersupport- 
Class groovy.xml.slurpersupport.NamespaceAwareHashMap- 
Serialized Fields- 
namespaceTagHintsMap namespaceTagHints 
 
- 
 
- 
 
- 
- 
Package groovy.xml.streamingmarkupsupport- 
Class groovy.xml.streamingmarkupsupport.AbstractStreamingBuilder._closure1class _closure1 extends Closure implements Serializable
- 
Class groovy.xml.streamingmarkupsupport.AbstractStreamingBuilder._closure2class _closure2 extends Closure implements Serializable
- 
Class groovy.xml.streamingmarkupsupport.AbstractStreamingBuilder._closure3class _closure3 extends Closure implements Serializable
- 
Class groovy.xml.streamingmarkupsupport.AbstractStreamingBuilder._closure4class _closure4 extends Closure implements Serializable
- 
Class groovy.xml.streamingmarkupsupport.AbstractStreamingBuilder._closure5class _closure5 extends Closure implements Serializable
 
- 
- 
Package groovy.yaml- 
Exception groovy.yaml.YamlRuntimeExceptionclass YamlRuntimeException extends GroovyRuntimeException implements Serializable- serialVersionUID:
- -6071053120162025455L
 
 
- 
- 
Package org.apache.groovy.antlr- 
Class org.apache.groovy.antlr.LexerFrameclass LexerFrame extends JFrame implements Serializable- serialVersionUID:
- 2715693043143492893L
 - 
Serialized Fields- 
jbuttonJButton jbutton 
- 
jScrollPane1JScrollPane jScrollPane1 
- 
jScrollPane2JScrollPane jScrollPane2 
- 
jSplitPane1JSplitPane jSplitPane1 
- 
loadFileActionAction loadFileAction 
- 
mainPanelJPanel mainPanel 
- 
scriptPaneJTextArea scriptPane 
- 
tokenPaneJTextPane tokenPane 
- 
tokensMap<Integer, String> tokens 
- 
tokenStreamLabelJLabel tokenStreamLabel 
 
- 
 
 
- 
- 
Package org.apache.groovy.contracts- 
Error org.apache.groovy.contracts.AssertionViolationclass AssertionViolation extends AssertionError implements Serializable
- 
Exception org.apache.groovy.contracts.CircularAssertionCallExceptionclass CircularAssertionCallException extends RuntimeException implements Serializable
- 
Error org.apache.groovy.contracts.ClassInvariantViolationclass ClassInvariantViolation extends AssertionViolation implements Serializable
- 
Error org.apache.groovy.contracts.PostconditionViolationclass PostconditionViolation extends AssertionViolation implements Serializable
- 
Error org.apache.groovy.contracts.PreconditionViolationclass PreconditionViolation extends AssertionViolation implements Serializable
 
- 
- 
Package org.apache.groovy.ginq- 
Exception org.apache.groovy.ginq.InvalidOptionExceptionclass InvalidOptionException extends GroovyException implements Serializable- serialVersionUID:
- -8644282992572200089L
 
 
- 
- 
Package org.apache.groovy.ginq.dsl- 
Error org.apache.groovy.ginq.dsl.GinqSyntaxErrorclass GinqSyntaxError extends AssertionError implements Serializable- serialVersionUID:
- 1106607493949279933L
 - 
Serialized Fields- 
columnint column 
- 
lineint line 
 
- 
 
 
- 
- 
Package org.apache.groovy.ginq.provider.collection.runtime- 
Class org.apache.groovy.ginq.provider.collection.runtime.NamedRecordclass NamedRecord extends org.apache.groovy.ginq.provider.collection.runtime.NamedTuple<E extends Object> implements Serializable- serialVersionUID:
- -2554041223576761912L
 
- 
Class org.apache.groovy.ginq.provider.collection.runtime.RowBoundclass RowBound extends org.apache.groovy.ginq.provider.collection.runtime.AbstractBound<Long,Long> implements Serializable - serialVersionUID:
- 5774234311203836615L
 
- 
Exception org.apache.groovy.ginq.provider.collection.runtime.TooManyValuesExceptionclass TooManyValuesException extends GroovyRuntimeException implements Serializable- serialVersionUID:
- -2479599910868287387L
 
- 
Class org.apache.groovy.ginq.provider.collection.runtime.ValueBoundclass ValueBound extends org.apache.groovy.ginq.provider.collection.runtime.AbstractBound<U extends Comparable<? super U>,U extends Comparable<? super U>> implements Serializable - serialVersionUID:
- -8240086260919353012L
 
 
- 
- 
Package org.apache.groovy.io- 
Class org.apache.groovy.io.StringBuilderWriterclass StringBuilderWriter extends Writer implements Serializable- serialVersionUID:
- -146927496096066153L
 - 
Serialized Fields- 
builderStringBuilder builder 
 
- 
 
 
- 
- 
Package org.apache.groovy.json.internal- 
Exception org.apache.groovy.json.internal.Exceptions.JsonInternalExceptionclass JsonInternalException extends JsonException implements Serializable
- 
Class org.apache.groovy.json.internal.NumberValueclass NumberValue extends Number implements Serializable
 
- 
- 
Package org.apache.groovy.parser.antlr4- 
Error org.apache.groovy.parser.antlr4.GroovySyntaxErrorclass GroovySyntaxError extends AssertionError implements Serializable- 
Serialized Fields- 
columnint column 
- 
lineint line 
- 
sourceint source 
 
- 
 
- 
 
- 
- 
Package org.apache.groovy.util- 
Exception org.apache.groovy.util.JavaShellCompilationExceptionclass JavaShellCompilationException extends GroovyRuntimeException implements Serializable- serialVersionUID:
- 8048143189569571714L
 
- 
Class org.apache.groovy.util.ReversedList- serialVersionUID:
- -1640781973848935560L
 
 
- 
- 
Package org.apache.groovy.util.concurrent- 
Class org.apache.groovy.util.concurrent.ConcurrentReferenceHashMap- serialVersionUID:
- 7249069246763182397L
 - 
Serialization Methods- 
readObjectReconstitute the ConcurrentReferenceHashMap instance from a stream (i.e., deserialize it).- Parameters:
- s- the stream
- Throws:
- IOException
- ClassNotFoundException
 
- 
writeObjectSave the state of the ConcurrentReferenceHashMap instance to a stream (i.e., serialize it).- Serial Data:
- the key (Object) and value (Object) for each key-value mapping, followed by a null pair. The key-value mappings are emitted in no particular order.
- Parameters:
- s- the stream
- Throws:
- IOException
 
 
- 
- 
Serialized Fields- 
identityComparisonsboolean identityComparisons 
- 
segmentMaskint segmentMask Mask value for indexing into segments. The upper bits of a key's hash code are used to choose the segment.
- 
segmentsorg.apache.groovy.util.concurrent.ConcurrentReferenceHashMap.Segment<K, V>[] segments The segments, each of which is a specialized hash table
- 
segmentShiftint segmentShift Shift value for indexing within segments.
 
- 
 
- 
Class org.apache.groovy.util.concurrent.ConcurrentReferenceHashMap.SimpleEntryclass SimpleEntry extends Object implements Serializable- serialVersionUID:
- -8499721149061103585L
 
- 
Class org.apache.groovy.util.concurrent.ConcurrentReferenceHashMap.WriteThroughEntry- serialVersionUID:
- -7900634345345313646L
 
- 
Class org.apache.groovy.util.concurrent.ManagedIdentityConcurrentMap- serialVersionUID:
- 1046734443288902802L
 
 
- 
- 
Package org.apache.groovy.util.concurrent.concurrentlinkedhashmap- 
Class org.apache.groovy.util.concurrent.concurrentlinkedhashmap.ConcurrentLinkedHashMap- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readObject- Throws:
- InvalidObjectException
 
- 
writeReplaceObject writeReplace()
 
- 
- 
Serialized Fields- 
capacityAtomicLong capacity 
- 
concurrencyLevelint concurrencyLevel 
- 
dataConcurrentMap<K, org.apache.groovy.util.concurrent.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Node<K, V>> data 
- 
drainStatusAtomicReference<org.apache.groovy.util.concurrent.concurrentlinkedhashmap.ConcurrentLinkedHashMap.DrainStatus> drainStatus 
- 
evictionDequeorg.apache.groovy.util.concurrent.concurrentlinkedhashmap.LinkedDeque<org.apache.groovy.util.concurrent.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Node<K, V>> evictionDeque 
- 
evictionLockLock evictionLock 
- 
listenerEvictionListener<K, V> listener 
- 
pendingNotificationsQueue<org.apache.groovy.util.concurrent.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Node<K, V>> pendingNotifications 
- 
readBufferDrainAtWriteCountAtomicLong[] readBufferDrainAtWriteCount 
- 
readBufferReadCountlong[] readBufferReadCount 
- 
readBuffersAtomicReference<org.apache.groovy.util.concurrent.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Node<K, V>>[][] readBuffers 
- 
readBufferWriteCountAtomicLong[] readBufferWriteCount 
- 
weigherEntryWeigher<? super K, ? super V> weigher 
- 
weightedSizeAtomicLong weightedSize 
- 
writeBufferQueue<Runnable> writeBuffer 
 
- 
 
 
- 
- 
Package org.codehaus.groovy- 
Error org.codehaus.groovy.GroovyBugErrorclass GroovyBugError extends AssertionError implements Serializable- serialVersionUID:
- -9165076784700059275L
 
- 
Exception org.codehaus.groovy.GroovyExceptionclass GroovyException extends Exception implements Serializable- serialVersionUID:
- -61298636122042408L
 - 
Serialized Fields- 
fatalboolean fatal 
 
- 
 
 
- 
- 
Package org.codehaus.groovy.ant- 
Class org.codehaus.groovy.ant.AntProjectPropertiesDelegate- serialVersionUID:
- -8311751517184349962L
 
 
- 
- 
Package org.codehaus.groovy.classgen- 
Exception org.codehaus.groovy.classgen.ClassGeneratorExceptionclass ClassGeneratorException extends RuntimeException implements Serializable- serialVersionUID:
- 440899360174632769L
 
 
- 
- 
Package org.codehaus.groovy.control- 
Exception org.codehaus.groovy.control.CompilationFailedExceptionclass CompilationFailedException extends GroovyRuntimeException implements Serializable- serialVersionUID:
- 4500269747315896966L
 - 
Serialized Fields- 
phaseint phase 
- 
unitProcessingUnit unit 
 
- 
 
- 
Exception org.codehaus.groovy.control.ConfigurationExceptionclass ConfigurationException extends RuntimeException implements Serializable- serialVersionUID:
- -3844401402301111613L
 - 
Serialized Fields- 
causeException cause 
 
- 
 
- 
Class org.codehaus.groovy.control.ErrorCollectorclass ErrorCollector extends Object implements Serializable- serialVersionUID:
- 2844774170905056755L
 - 
Serialized Fields- 
configurationCompilerConfiguration configuration Configuration and other settings that control processing
- 
errorsLinkedList<Message> errors ErrorMessages collected during processing
- 
warningsLinkedList<WarningMessage> warnings WarningMessages collected during processing
 
- 
 
- 
Exception org.codehaus.groovy.control.MultipleCompilationErrorsExceptionclass MultipleCompilationErrorsException extends CompilationFailedException implements Serializable- serialVersionUID:
- 8583586586290252555L
 - 
Serialized Fields- 
collectorErrorCollector collector 
 
- 
 
 
- 
- 
Package org.codehaus.groovy.reflection- 
Exception org.codehaus.groovy.reflection.CacheAccessControlExceptionclass CacheAccessControlException extends GroovyRuntimeException implements Serializable- serialVersionUID:
- -5315107566539656474L
 
- 
Class org.codehaus.groovy.reflection.GeneratedMetaMethod.DgmMethodRecordclass DgmMethodRecord extends Object implements Serializable- serialVersionUID:
- -5639988016452884450L
 
 
- 
- 
Package org.codehaus.groovy.runtime- 
Class org.codehaus.groovy.runtime.ComposedClosure- serialVersionUID:
- -4816724431590921285L
 
- 
Class org.codehaus.groovy.runtime.ConversionHandlerclass ConversionHandler extends Object implements Serializable- serialVersionUID:
- 1162833717190835227L
 - 
Serialized Fields- 
delegateObject delegate 
- 
handleCacheConcurrentHashMap<Method, Object> handleCache 
- 
metaClassMetaClass metaClass 
 
- 
 
- 
Class org.codehaus.groovy.runtime.ConvertedClosureclass ConvertedClosure extends ConversionHandler implements Serializable- serialVersionUID:
- 1162833713450835227L
 - 
Serialized Fields- 
methodNameString methodName 
 
- 
 
- 
Class org.codehaus.groovy.runtime.ConvertedMapclass ConvertedMap extends ConversionHandler implements Serializable- serialVersionUID:
- 8535543126684786030L
 
- 
Class org.codehaus.groovy.runtime.CurriedClosure- serialVersionUID:
- 2077643745780234126L
 
- 
Class org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethodListclass CategoryMethodList extends ArrayList<GroovyCategorySupport.CategoryMethod> implements Serializable- serialVersionUID:
- 1631799972200881802L
 - 
Serialized Fields- 
levelint level 
- 
previousGroovyCategorySupport.CategoryMethodList previous 
- 
usageAtomicInteger usage 
 
- 
 
- 
Class org.codehaus.groovy.runtime.GroovyCategorySupport.ThreadCategoryInfoclass ThreadCategoryInfo extends HashMap<String,GroovyCategorySupport.CategoryMethodList> implements Serializable - serialVersionUID:
- 1348443374952726263L
 
- 
Class org.codehaus.groovy.runtime.GStringImplclass GStringImpl extends GString implements Serializable- serialVersionUID:
- 3581289038662723858L
 
- 
Exception org.codehaus.groovy.runtime.InvokerInvocationExceptionclass InvokerInvocationException extends GroovyRuntimeException implements Serializable- serialVersionUID:
- 1337849572129640775L
 
- 
Class org.codehaus.groovy.runtime.IteratorClosureAdapterclass IteratorClosureAdapter extends Closure implements Serializable- serialVersionUID:
- -7485077849389539770L
 
- 
Class org.codehaus.groovy.runtime.MethodClosureclass MethodClosure extends Closure implements Serializable- serialVersionUID:
- -2491254866810955844L
 - 
Serialization Methods- 
readObject- Throws:
- IOException
- ClassNotFoundException
 
- 
readResolve
 
- 
- 
Serialized Fields- 
anyInstanceMethodExistsboolean anyInstanceMethodExists Indicates if this may be related to an instance method.
- 
methodString method 
 
- 
 
- 
Class org.codehaus.groovy.runtime.NumberAwareComparatorclass NumberAwareComparator extends Object implements Serializable- serialVersionUID:
- 9017657289076651660L
 - 
Serialized Fields- 
ignoreZeroSignboolean ignoreZeroSign 
 
- 
 
- 
Class org.codehaus.groovy.runtime.ScriptReferenceclass ScriptReference extends Reference implements Serializable- serialVersionUID:
- -2914281513576690336L
 
- 
Class org.codehaus.groovy.runtime.WritableFileclass WritableFile extends File implements Serializable- serialVersionUID:
- 4157767752861425917L
 - 
Serialized Fields- 
encodingString encoding 
 
- 
 
 
- 
- 
Package org.codehaus.groovy.runtime.memoize- 
Class org.codehaus.groovy.runtime.memoize.CommonCacheclass CommonCache extends Object implements Serializable- serialVersionUID:
- 934699400232698324L
 
- 
Class org.codehaus.groovy.runtime.memoize.ConcurrentCommonCacheclass ConcurrentCommonCache extends Object implements Serializable- serialVersionUID:
- -7352338549333024936L
 - 
Serialized Fields- 
commonCacheCommonCache<K, V> commonCache 
- 
readLockReentrantReadWriteLock.ReadLock readLock 
- 
rwlReentrantReadWriteLock rwl 
- 
writeLockReentrantReadWriteLock.WriteLock writeLock 
 
- 
 
- 
Class org.codehaus.groovy.runtime.memoize.ConcurrentSoftCache- serialVersionUID:
- 5646536868666351819L
 
- 
Class org.codehaus.groovy.runtime.memoize.StampedCommonCacheclass StampedCommonCache extends Object implements Serializable- serialVersionUID:
- 6760742552334555146L
 - 
Serialized Fields- 
commonCacheCommonCache<K, V> commonCache 
- 
slStampedLock sl 
 
- 
 
- 
Class org.codehaus.groovy.runtime.memoize.UnlimitedConcurrentCacheclass UnlimitedConcurrentCache extends Object implements Serializable- serialVersionUID:
- -857220494475488328L
 - 
Serialized Fields- 
mapConcurrentHashMap<K, V> map 
 
- 
 
 
- 
- 
Package org.codehaus.groovy.runtime.metaclass- 
Class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMapclass ConcurrentReaderHashMap extends AbstractMap implements Serializable- serialVersionUID:
- -3225682440765612861L
 - 
Serialization Methods- 
readObjectReconstitute the ConcurrentReaderHashMap instance from a stream (i.e., deserialize it).- Parameters:
- s- the stream
- Throws:
- IOException
- ClassNotFoundException
 
- 
writeObjectSave 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- 
barrierLockConcurrentReaderHashMap.BarrierLock barrierLock Lock used only for its memory effects.
- 
loadFactorfloat loadFactor The load factor for the hash table.
- 
thresholdint 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.BarrierLockclass BarrierLock extends Object implements Serializable- serialVersionUID:
- -2159505361622844863L
 
- 
Exception org.codehaus.groovy.runtime.metaclass.MethodSelectionExceptionclass MethodSelectionException extends GroovyRuntimeException implements Serializable- serialVersionUID:
- 8126246630023758333L
 
- 
Exception org.codehaus.groovy.runtime.metaclass.MissingMethodExceptionNoStackclass MissingMethodExceptionNoStack extends MissingMethodException implements Serializable- serialVersionUID:
- -4567395518573062216L
 
- 
Exception org.codehaus.groovy.runtime.metaclass.MissingMethodExecutionFailedclass MissingMethodExecutionFailed extends MissingMethodExceptionNoStack implements Serializable- serialVersionUID:
- -7894095278952483769L
 - 
Serialized Fields- 
causeThrowable cause 
 
- 
 
- 
Exception org.codehaus.groovy.runtime.metaclass.MissingPropertyExceptionNoStackclass MissingPropertyExceptionNoStack extends MissingPropertyException implements Serializable- serialVersionUID:
- 8993570436675442348L
 
 
- 
- 
Package org.codehaus.groovy.runtime.powerassert- 
Error org.codehaus.groovy.runtime.powerassert.PowerAssertionErrorclass PowerAssertionError extends AssertionError implements Serializable- serialVersionUID:
- -2204531294530022591L
 
- 
Exception org.codehaus.groovy.runtime.powerassert.SourceTextNotAvailableExceptionclass SourceTextNotAvailableException extends RuntimeException implements Serializable- serialVersionUID:
- -3815868502019514479L
 
 
- 
- 
Package org.codehaus.groovy.runtime.typehandling- 
Exception org.codehaus.groovy.runtime.typehandling.GroovyCastExceptionclass GroovyCastException extends ClassCastException implements Serializable- serialVersionUID:
- 6859089155641797356L
 
 
- 
- 
Package org.codehaus.groovy.syntax- 
Exception org.codehaus.groovy.syntax.ParserExceptionclass ParserException extends TokenException implements Serializable- serialVersionUID:
- -3772086239731735693L
 
- 
Exception org.codehaus.groovy.syntax.ReadExceptionclass ReadException extends GroovyException implements Serializable- serialVersionUID:
- 848585058428047961L
 - 
Serialized Fields- 
causeIOException cause 
 
- 
 
- 
Exception org.codehaus.groovy.syntax.RuntimeParserExceptionclass RuntimeParserException extends GroovyRuntimeException implements Serializable- serialVersionUID:
- -6612860527133856587L
 
- 
Exception org.codehaus.groovy.syntax.SyntaxExceptionclass SyntaxException extends GroovyException implements Serializable- serialVersionUID:
- 7447641806794047013L
 - 
Serialized Fields- 
endColumnint endColumn 
- 
endLineint endLine 
- 
sourceLocatorString sourceLocator 
- 
startColumnint startColumn Column upon which the error occurred.
- 
startLineint startLine Line upon which the error occurred.
 
- 
 
- 
Exception org.codehaus.groovy.syntax.TokenExceptionclass TokenException extends SyntaxException implements Serializable- serialVersionUID:
- 6850594285972085144L
 
- 
Exception org.codehaus.groovy.syntax.TokenMismatchExceptionclass TokenMismatchException extends TokenException implements Serializable- serialVersionUID:
- -6321206176010272124L
 - 
Serialized Fields- 
expectedTypeint expectedType 
- 
unexpectedTokenToken unexpectedToken 
 
- 
 
 
- 
- 
Package org.codehaus.groovy.tools.gse- 
Class org.codehaus.groovy.tools.gse.StringSetMap- serialVersionUID:
- -8603734698633884431L
 
 
- 
- 
Package org.codehaus.groovy.transform- 
Class org.codehaus.groovy.transform.ASTTestTransformation.ASTTester._closure1class _closure1 extends Closure implements Serializable
 
- 
- 
Package org.codehaus.groovy.transform.tailrec- 
Exception org.codehaus.groovy.transform.tailrec.GotoRecurHereExceptionclass GotoRecurHereException extends Exception implements Serializable- serialVersionUID:
- -193137033604506378L
 
 
- 
- 
Package org.codehaus.groovy.util- 
Class org.codehaus.groovy.util.AbstractConcurrentMap.Segmentclass Segment extends AbstractConcurrentMapBase.Segment implements Serializable- serialVersionUID:
- -2392526467736920612L
 
- 
Class org.codehaus.groovy.util.AbstractConcurrentMapBase.Segmentclass Segment extends LockableObject implements Serializable- serialVersionUID:
- -4128828550135386431L
 - 
Serialized Fields- 
countint count 
- 
tableObject[] table 
- 
thresholdint threshold 
 
- 
 
- 
Class org.codehaus.groovy.util.CharSequenceReaderclass CharSequenceReader extends Reader implements Serializable- serialVersionUID:
- -6661279371843310693L
 - 
Serialized Fields- 
charSequenceCharSequence charSequence 
- 
idxint idx 
- 
markint mark 
 
- 
 
- 
Class org.codehaus.groovy.util.FastArrayclass FastArray extends Object implements Serializable- serialVersionUID:
- -9143440116071577249L
 - 
Serialized Fields- 
dataObject[] data 
- 
sizeint size 
 
- 
 
- 
Class org.codehaus.groovy.util.LazyReferenceclass LazyReference extends LockableObject implements Serializable- serialVersionUID:
- -828564509716680325L
 - 
Serialized Fields- 
bundleReferenceBundle bundle 
- 
referenceManagedReference<T> reference 
 
- 
 
- 
Class org.codehaus.groovy.util.LockableObjectclass LockableObject extends AbstractQueuedSynchronizer implements Serializable- serialVersionUID:
- 2284470475073785118L
 
- 
Class org.codehaus.groovy.util.ManagedConcurrentMap.Segment- serialVersionUID:
- 2742952509311037869L
 - 
Serialized Fields- 
bundleReferenceBundle bundle 
 
- 
 
 
- 
- 
Package org.codehaus.groovy.vmplugin.v9- 
Exception org.codehaus.groovy.vmplugin.v9.ClassFindFailedExceptionclass ClassFindFailedException extends RuntimeException implements Serializable
 
-