Serialized Form
-
Package groovy.grape
-
Class groovy.grape.GrapeIvy._closure1
class _closure1 extends Closure implements Serializable
-
-
Package groovy.inspect
-
Class groovy.inspect.Inspector.MemberComparator
class MemberComparator extends Object implements Serializable- serialVersionUID:
- -7691851726606749541L
-
-
Package groovy.inspect.swingui
-
Class groovy.inspect.swingui.AstBrowser._closure1
class _closure1 extends Closure implements Serializable -
Class groovy.inspect.swingui.AstBrowserUiPreferences._closure1
class _closure1 extends Closure implements Serializable -
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 groovy.jmx.builder.JmxBuilderException
class JmxBuilderException extends RuntimeException implements Serializable
-
-
Package groovy.json
-
Exception groovy.json.JsonException
class JsonException extends RuntimeException implements Serializable
-
-
Package groovy.json.internal
-
Exception groovy.json.internal.Exceptions.JsonInternalException
class JsonInternalException extends JsonException implements Serializable -
Class groovy.json.internal.NumberValue
class NumberValue extends Number 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 groovy.lang.ClosureException
class ClosureException extends RuntimeException implements Serializable- serialVersionUID:
- -945565055750688719L
-
Serialized Fields
-
closure
Closure closure
-
-
Exception groovy.lang.DeprecationException
class DeprecationException extends RuntimeException implements Serializable- serialVersionUID:
- 8828016729085737697L
-
Exception groovy.lang.GroovyRuntimeException
class GroovyRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- -193137033604506378L
-
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 groovy.lang.IllegalPropertyAccessException
class IllegalPropertyAccessException extends MissingPropertyException implements Serializable- serialVersionUID:
- 8149534204771978786L
-
Exception groovy.lang.IncorrectClosureArgumentsException
class IncorrectClosureArgumentsException extends GroovyRuntimeException implements Serializable- serialVersionUID:
- 4208144749858078754L
-
Class groovy.lang.MetaClassRegistryChangeEvent
class MetaClassRegistryChangeEvent extends EventObject implements Serializable- serialVersionUID:
- 1647849176793457976L
-
Exception groovy.lang.MissingClassException
class MissingClassException extends GroovyRuntimeException implements Serializable- serialVersionUID:
- -4059735896182191589L
-
Serialized Fields
-
type
String type
-
-
Exception groovy.lang.MissingFieldException
class MissingFieldException extends GroovyRuntimeException implements Serializable- serialVersionUID:
- -9209464582858098430L
-
Exception groovy.lang.MissingMethodException
class MissingMethodException extends GroovyRuntimeException implements Serializable- serialVersionUID:
- -6676430495683939401L
-
Exception groovy.lang.MissingPropertyException
class MissingPropertyException extends GroovyRuntimeException implements Serializable- serialVersionUID:
- -1780027060966200019L
-
Class groovy.lang.NonEmptySequence
class NonEmptySequence extends Sequence implements Serializable- serialVersionUID:
- 1614604919062836998L
-
Exception groovy.lang.ReadOnlyPropertyException
class ReadOnlyPropertyException extends MissingPropertyException implements Serializable- serialVersionUID:
- -1800912081930896077L
-
Class groovy.lang.Reference
class Reference extends GroovyObjectSupport implements Serializable- serialVersionUID:
- 4963704631487573488L
-
Serialized Fields
-
value
T value
-
-
Class groovy.lang.Sequence
class Sequence extends ArrayList implements Serializable- serialVersionUID:
- 5697409354934589471L
-
Serialized Fields
-
hashCode
int hashCode
-
type
Class type
-
-
Exception groovy.lang.SpreadListEvaluatingException
class SpreadListEvaluatingException extends GroovyRuntimeException implements Serializable- serialVersionUID:
- 4565947835333349093L
-
Class groovy.lang.SpreadMap
class SpreadMap extends HashMap implements Serializable- serialVersionUID:
- 3827653766235954251L
-
Serialized Fields
-
hashCode
int hashCode
-
-
Exception groovy.lang.SpreadMapEvaluatingException
class SpreadMapEvaluatingException extends GroovyRuntimeException implements Serializable- serialVersionUID:
- 4347220269418595368L
-
Exception groovy.lang.StringWriterIOException
class StringWriterIOException extends RuntimeException implements Serializable- serialVersionUID:
- -504499949457372681L
-
-
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- serialVersionUID:
- 8014290770546281019L
-
-
Package groovy.servlet
-
Class groovy.servlet.AbstractHttpServlet
class AbstractHttpServlet extends 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. -
namePrefix
String namePrefix
a.fink: it was inAbstractHttpServlet.removeNamePrefix(java.lang.String)
, but was extracted to var for optimization -
reflection
boolean reflection
Mirrors the static value of the reflection flag in MetaClass. See AbstractHttpServlet#logGROOVY861 -
resourceNamePattern
Pattern resourceNamePattern
Eithernull
or a compiled pattern 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
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.ListWrapperListModel
class ListWrapperListModel extends AbstractListModel implements Serializable -
Class groovy.swing.impl.TableLayout
class TableLayout extends JPanel implements Serializable-
Serialized Fields
-
cellpadding
int cellpadding
-
rowCount
int rowCount
-
-
-
-
Package groovy.text
-
Exception groovy.text.TemplateExecutionException
class TemplateExecutionException extends Exception implements Serializable-
Serialized Fields
-
lineNumber
int lineNumber
-
-
-
Exception groovy.text.TemplateParseException
class TemplateParseException extends RuntimeException implements Serializable-
Serialized Fields
-
column
int column
-
lineNumber
int lineNumber
-
-
-
-
Package groovy.transform.stc
-
Exception groovy.transform.stc.IncorrectTypeHintException
class IncorrectTypeHintException extends SyntaxException implements Serializable- serialVersionUID:
- 4481159236968540419L
-
-
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.ClosureComparator
class ClosureComparator extends Object implements Serializable- serialVersionUID:
- -4593521535656429522L
-
Serialized Fields
-
closure
Closure closure
-
-
Class groovy.util.Node
class Node extends Object implements Serializable- serialVersionUID:
- 4121134753270542643L
-
Class groovy.util.NodeList
class NodeList extends ArrayList implements Serializable- serialVersionUID:
- 8307095805417308716L
-
Class groovy.util.ObservableList.ElementAddedEvent
class ElementAddedEvent extends ObservableList.ElementEvent implements Serializable- serialVersionUID:
- -6594847306176480596L
-
Class groovy.util.ObservableList.ElementClearedEvent
class ElementClearedEvent extends ObservableList.ElementEvent implements Serializable- serialVersionUID:
- -2754983590419383972L
-
Serialized Fields
-
values
List values
-
-
Class groovy.util.ObservableList.ElementEvent
class ElementEvent extends PropertyChangeEvent implements Serializable- serialVersionUID:
- -218253929030274352L
-
Serialized Fields
-
index
int index
-
type
ObservableList.ChangeType type
-
-
Class groovy.util.ObservableList.ElementRemovedEvent
class ElementRemovedEvent extends ObservableList.ElementEvent implements Serializable- serialVersionUID:
- 9017470261231004168L
-
Class groovy.util.ObservableList.ElementUpdatedEvent
class ElementUpdatedEvent extends ObservableList.ElementEvent implements Serializable- serialVersionUID:
- 1116018076124047485L
-
Class groovy.util.ObservableList.MultiElementAddedEvent
class MultiElementAddedEvent extends ObservableList.ElementEvent implements Serializable- serialVersionUID:
- 443060557109693114L
-
Serialized Fields
-
values
List values
-
-
Class groovy.util.ObservableList.MultiElementRemovedEvent
class MultiElementRemovedEvent extends ObservableList.ElementEvent implements Serializable- serialVersionUID:
- 2590238951081945868L
-
Serialized Fields
-
values
List values
-
-
Class groovy.util.ObservableMap.MultiPropertyEvent
class MultiPropertyEvent extends ObservableMap.PropertyEvent implements Serializable- serialVersionUID:
- 3925136810810084267L
-
Serialized Fields
-
events
ObservableMap.PropertyEvent[] events
-
-
Class groovy.util.ObservableMap.PropertyAddedEvent
class PropertyAddedEvent extends ObservableMap.PropertyEvent implements Serializable- serialVersionUID:
- -5761685843732329868L
-
Class groovy.util.ObservableMap.PropertyClearedEvent
class PropertyClearedEvent extends ObservableMap.PropertyEvent implements Serializable- serialVersionUID:
- -1472110679547513634L
-
Serialized Fields
-
values
Map values
-
-
Class groovy.util.ObservableMap.PropertyEvent
class PropertyEvent extends PropertyChangeEvent implements Serializable- serialVersionUID:
- -8328412226044328674L
-
Serialized Fields
-
type
ObservableMap.ChangeType type
-
-
Class groovy.util.ObservableMap.PropertyRemovedEvent
class PropertyRemovedEvent extends ObservableMap.PropertyEvent implements Serializable- serialVersionUID:
- 1882656655856158470L
-
Class groovy.util.ObservableMap.PropertyUpdatedEvent
class PropertyUpdatedEvent extends ObservableMap.PropertyEvent implements Serializable- serialVersionUID:
- -1104637722950032690L
-
Class groovy.util.ObservableSet.ElementAddedEvent
class ElementAddedEvent extends ObservableSet.ElementEvent implements Serializable- serialVersionUID:
- 4678444473287170956L
-
Class groovy.util.ObservableSet.ElementClearedEvent
class ElementClearedEvent extends ObservableSet.ElementEvent implements Serializable- serialVersionUID:
- 6075523774365623231L
-
Serialized Fields
-
values
List values
-
-
Class groovy.util.ObservableSet.ElementEvent
class ElementEvent extends PropertyChangeEvent implements Serializable- serialVersionUID:
- -7140793925623806823L
-
Serialized Fields
-
type
ObservableSet.ChangeType type
-
-
Class groovy.util.ObservableSet.ElementRemovedEvent
class ElementRemovedEvent extends ObservableSet.ElementEvent implements Serializable- serialVersionUID:
- 5934658331755545227L
-
Class groovy.util.ObservableSet.MultiElementAddedEvent
class MultiElementAddedEvent extends ObservableSet.ElementEvent implements Serializable- serialVersionUID:
- 575204921472897312L
-
Serialized Fields
-
values
List values
-
-
Class groovy.util.ObservableSet.MultiElementRemovedEvent
class MultiElementRemovedEvent extends ObservableSet.ElementEvent implements Serializable- serialVersionUID:
- 8894701122065438905L
-
Serialized Fields
-
values
List values
-
-
Class groovy.util.OrderBy
class OrderBy extends Object implements Serializable- serialVersionUID:
- 8385130064804116654L
-
Serialized Fields
-
closures
List<Closure> closures
-
equalityCheck
boolean equalityCheck
-
numberAwareComparator
NumberAwareComparator<Object> numberAwareComparator
-
-
Exception groovy.util.ResourceException
class ResourceException extends Exception implements Serializable- serialVersionUID:
- -4640685456255837192L
-
Exception groovy.util.ScriptException
class ScriptException extends Exception implements Serializable- serialVersionUID:
- 3447547760007143671L
-
-
Package groovy.util.slurpersupport
-
Class groovy.util.slurpersupport.NamespaceAwareHashMap
-
Serialized Fields
-
namespaceTagHints
Map namespaceTagHints
-
-
-
-
Package groovy.xml
-
Class groovy.xml.QName
class QName extends Object implements Serializable- serialVersionUID:
- -9029109610006696081L
-
Class groovy.xml.StreamingDOMBuilder._closure1
class _closure1 extends Closure implements Serializable -
Class groovy.xml.StreamingDOMBuilder._closure2
class _closure2 extends Closure implements Serializable -
Class groovy.xml.StreamingDOMBuilder._closure3
class _closure3 extends Closure implements Serializable -
Class groovy.xml.StreamingDOMBuilder._closure4
class _closure4 extends Closure implements Serializable -
Class groovy.xml.StreamingMarkupBuilder._closure1
class _closure1 extends Closure implements Serializable -
Class groovy.xml.StreamingMarkupBuilder._closure2
class _closure2 extends Closure implements Serializable -
Class groovy.xml.StreamingMarkupBuilder._closure3
class _closure3 extends Closure implements Serializable -
Class groovy.xml.StreamingMarkupBuilder._closure4
class _closure4 extends Closure implements Serializable -
Class groovy.xml.StreamingMarkupBuilder._closure5
class _closure5 extends Closure implements Serializable -
Class groovy.xml.StreamingMarkupBuilder._closure6
class _closure6 extends Closure implements Serializable -
Class groovy.xml.StreamingSAXBuilder._closure1
class _closure1 extends Closure implements Serializable -
Class groovy.xml.StreamingSAXBuilder._closure2
class _closure2 extends Closure implements Serializable -
Class groovy.xml.StreamingSAXBuilder._closure3
class _closure3 extends Closure implements Serializable -
Class groovy.xml.StreamingSAXBuilder._closure4
class _closure4 extends Closure implements Serializable
-
-
Package groovy.xml.streamingmarkupsupport
-
Class groovy.xml.streamingmarkupsupport.AbstractStreamingBuilder._closure1
class _closure1 extends Closure implements Serializable -
Class groovy.xml.streamingmarkupsupport.AbstractStreamingBuilder._closure2
class _closure2 extends Closure implements Serializable -
Class groovy.xml.streamingmarkupsupport.AbstractStreamingBuilder._closure3
class _closure3 extends Closure implements Serializable -
Class groovy.xml.streamingmarkupsupport.AbstractStreamingBuilder._closure4
class _closure4 extends Closure implements Serializable
-
-
Package org.apache.commons.cli
-
Exception org.apache.commons.cli.AlreadySelectedException
class AlreadySelectedException extends org.apache.commons.cli.ParseException implements Serializable- serialVersionUID:
- 3674381532418544760L
-
Serialized Fields
-
group
org.apache.commons.cli.OptionGroup group
-
option
org.apache.commons.cli.Option option
-
-
Exception org.apache.commons.cli.AmbiguousOptionException
class AmbiguousOptionException extends org.apache.commons.cli.UnrecognizedOptionException implements Serializable- serialVersionUID:
- 5829816121277947229L
-
Serialized Fields
-
matchingOptions
Collection<String> matchingOptions
-
-
Class org.apache.commons.cli.CommandLine
class CommandLine extends Object implements Serializable- serialVersionUID:
- 1L
-
Exception org.apache.commons.cli.MissingArgumentException
class MissingArgumentException extends org.apache.commons.cli.ParseException implements Serializable- serialVersionUID:
- -7098538588704965017L
-
Serialized Fields
-
option
org.apache.commons.cli.Option option
-
-
Exception org.apache.commons.cli.MissingOptionException
class MissingOptionException extends org.apache.commons.cli.ParseException implements Serializable- serialVersionUID:
- 8161889051578563249L
-
Serialized Fields
-
missingOptions
List missingOptions
-
-
Class org.apache.commons.cli.Option
class Option extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.commons.cli.OptionGroup
class OptionGroup extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.commons.cli.Options
class Options extends Object implements Serializable- serialVersionUID:
- 1L
-
Exception org.apache.commons.cli.ParseException
class ParseException extends Exception implements Serializable- serialVersionUID:
- 9112808380089253192L
-
Exception org.apache.commons.cli.UnrecognizedOptionException
class UnrecognizedOptionException extends org.apache.commons.cli.ParseException implements Serializable- serialVersionUID:
- -252504690284625623L
-
Serialized Fields
-
option
String option
-
-
-
Package org.apache.groovy.io
-
Class org.apache.groovy.io.StringBuilderWriter
class StringBuilderWriter extends Writer implements Serializable- serialVersionUID:
- -146927496096066153L
-
Serialized Fields
-
builder
StringBuilder builder
-
-
-
Package org.codehaus.groovy
-
Error org.codehaus.groovy.GroovyBugError
class GroovyBugError extends AssertionError implements Serializable- serialVersionUID:
- -9165076784700059275L
-
Exception org.codehaus.groovy.GroovyException
class GroovyException extends Exception implements Serializable- serialVersionUID:
- -61298636122042408L
-
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
Project project
-
-
-
-
Package org.codehaus.groovy.antlr
-
Exception org.codehaus.groovy.antlr.ASTParserException
class ASTParserException extends ParserException implements Serializable- serialVersionUID:
- 7307319325760515017L
-
Serialized Fields
-
ast
antlr.collections.AST ast
-
-
Exception org.codehaus.groovy.antlr.ASTRuntimeException
class ASTRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 238104771184624613L
-
Serialized Fields
-
ast
antlr.collections.AST ast
-
-
Class org.codehaus.groovy.antlr.GroovySourceAST
class GroovySourceAST extends antlr.CommonAST implements Serializable- serialVersionUID:
- 9116765466538981906L
-
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- serialVersionUID:
- 2715693043143492893L
-
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 org.codehaus.groovy.classgen.ClassGeneratorException
class ClassGeneratorException extends RuntimeException implements Serializable- serialVersionUID:
- 440899360174632769L
-
-
Package org.codehaus.groovy.control
-
Exception org.codehaus.groovy.control.CompilationFailedException
class CompilationFailedException extends GroovyRuntimeException implements Serializable- serialVersionUID:
- 4500269747315896966L
-
Serialized Fields
-
phase
int phase
-
unit
ProcessingUnit unit
-
-
Exception org.codehaus.groovy.control.ConfigurationException
class ConfigurationException extends RuntimeException implements Serializable- serialVersionUID:
- -3844401402301111613L
-
Serialized Fields
-
cause
Exception cause
-
-
Class org.codehaus.groovy.control.ErrorCollector
class ErrorCollector extends Object implements Serializable- serialVersionUID:
- 2844774170905056755L
-
Serialized Fields
-
configuration
CompilerConfiguration configuration
Configuration and other settings that control processing -
errors
LinkedList errors
ErrorMessages collected during processing -
warnings
LinkedList warnings
WarningMessages collected during processing
-
-
Exception org.codehaus.groovy.control.MultipleCompilationErrorsException
class MultipleCompilationErrorsException extends CompilationFailedException implements Serializable- serialVersionUID:
- 8583586586290252555L
-
Serialized Fields
-
collector
ErrorCollector collector
-
-
-
Package org.codehaus.groovy.reflection
-
Exception org.codehaus.groovy.reflection.CacheAccessControlException
class CacheAccessControlException extends GroovyRuntimeException implements Serializable -
Class org.codehaus.groovy.reflection.GeneratedMetaMethod.DgmMethodRecord
class DgmMethodRecord extends Object implements Serializable- serialVersionUID:
- -5639988016452884450L
-
-
Package org.codehaus.groovy.runtime
-
Class org.codehaus.groovy.runtime.ComposedClosure
- serialVersionUID:
- 1290542293376731831L
-
Class org.codehaus.groovy.runtime.ConversionHandler
class ConversionHandler extends Object implements Serializable- serialVersionUID:
- 1162833717190835227L
-
Serialized Fields
-
delegate
Object delegate
-
handleCache
ConcurrentHashMap<Method,
Object> handleCache -
metaClass
MetaClass metaClass
-
-
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- serialVersionUID:
- -8131432558241254137L
-
Class org.codehaus.groovy.runtime.CurriedClosure
- serialVersionUID:
- -1018388175778192754L
-
Class org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethodList
class CategoryMethodList extends ArrayList<GroovyCategorySupport.CategoryMethod> implements Serializable- serialVersionUID:
- 1569020062006842141L
-
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 - serialVersionUID:
- 2609120843123833410L
-
Class org.codehaus.groovy.runtime.GStringImpl
class GStringImpl extends GString implements Serializable- serialVersionUID:
- 3581289038662723858L
-
Serialized Fields
-
strings
String[] strings
-
-
Exception org.codehaus.groovy.runtime.InvokerInvocationException
class InvokerInvocationException extends GroovyRuntimeException implements Serializable- serialVersionUID:
- 5870532233180451709L
-
Class org.codehaus.groovy.runtime.IteratorClosureAdapter
class IteratorClosureAdapter extends Closure implements Serializable- serialVersionUID:
- -3193812539363103534L
-
Class org.codehaus.groovy.runtime.MethodClosure
class MethodClosure extends Closure implements Serializable- serialVersionUID:
- 5316055624606528584L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
readResolve
-
-
Serialized Fields
-
method
String method
-
-
Class org.codehaus.groovy.runtime.NumberAwareComparator
class NumberAwareComparator extends Object implements Serializable- serialVersionUID:
- 9017657289076651660L
-
Class org.codehaus.groovy.runtime.ScriptReference
class ScriptReference extends Reference implements Serializable- serialVersionUID:
- -2914281513576690336L
-
Class org.codehaus.groovy.runtime.WritableFile
class WritableFile extends File implements Serializable- serialVersionUID:
- 4157767752861425917L
-
Serialized Fields
-
encoding
String encoding
-
-
-
Package org.codehaus.groovy.runtime.metaclass
-
Class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap
class ConcurrentReaderHashMap extends AbstractMap implements Serializable- serialVersionUID:
- -3225682440765612861L
-
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- serialVersionUID:
- -5403150101810674636L
-
Exception org.codehaus.groovy.runtime.metaclass.MethodSelectionException
class MethodSelectionException extends GroovyRuntimeException implements Serializable- serialVersionUID:
- 6260193948973669540L
-
Exception org.codehaus.groovy.runtime.metaclass.MissingMethodExceptionNoStack
class MissingMethodExceptionNoStack extends MissingMethodException implements Serializable- serialVersionUID:
- 7075950754138801519L
-
Exception org.codehaus.groovy.runtime.metaclass.MissingMethodExecutionFailed
class MissingMethodExecutionFailed extends MissingMethodExceptionNoStack implements Serializable- serialVersionUID:
- -6551412223364004284L
-
Serialized Fields
-
cause
Throwable cause
-
-
Exception org.codehaus.groovy.runtime.metaclass.MissingPropertyExceptionNoStack
class MissingPropertyExceptionNoStack extends MissingPropertyException implements Serializable- serialVersionUID:
- -7734212543734003079L
-
-
Package org.codehaus.groovy.runtime.powerassert
-
Error org.codehaus.groovy.runtime.powerassert.PowerAssertionError
class PowerAssertionError extends AssertionError implements Serializable- serialVersionUID:
- 186840762256433109L
-
Exception org.codehaus.groovy.runtime.powerassert.SourceTextNotAvailableException
class SourceTextNotAvailableException extends RuntimeException implements Serializable- serialVersionUID:
- -3815868502019514479L
-
-
Package org.codehaus.groovy.runtime.typehandling
-
Exception org.codehaus.groovy.runtime.typehandling.GroovyCastException
class GroovyCastException extends ClassCastException implements Serializable- serialVersionUID:
- 6859089155641797356L
-
-
Package org.codehaus.groovy.syntax
-
Exception org.codehaus.groovy.syntax.ParserException
class ParserException extends TokenException implements Serializable- serialVersionUID:
- -3772086239731735693L
-
Exception org.codehaus.groovy.syntax.ReadException
class ReadException extends GroovyException implements Serializable- serialVersionUID:
- 848585058428047961L
-
Serialized Fields
-
cause
IOException cause
-
-
Exception org.codehaus.groovy.syntax.RuntimeParserException
class RuntimeParserException extends GroovyRuntimeException implements Serializable- serialVersionUID:
- -6612860527133856587L
-
Exception org.codehaus.groovy.syntax.SyntaxException
class SyntaxException extends GroovyException implements Serializable- serialVersionUID:
- 7447641806794047013L
-
Serialized Fields
-
endColumn
int endColumn
-
endLine
int endLine
-
sourceLocator
String sourceLocator
-
startColumn
int startColumn
Column upon which the error occurred. -
startLine
int startLine
Line upon which the error occurred.
-
-
Exception org.codehaus.groovy.syntax.TokenException
class TokenException extends SyntaxException implements Serializable- serialVersionUID:
- 6850594285972085144L
-
Exception org.codehaus.groovy.syntax.TokenMismatchException
class TokenMismatchException extends TokenException implements Serializable- serialVersionUID:
- -6321206176010272124L
-
Serialized Fields
-
expectedType
int expectedType
-
unexpectedToken
Token unexpectedToken
-
-
-
Package org.codehaus.groovy.tools
-
Class org.codehaus.groovy.tools.GrapeMain._closure1
class _closure1 extends Closure implements Serializable -
Class org.codehaus.groovy.tools.GrapeMain._closure2
class _closure2 extends Closure implements Serializable -
Class org.codehaus.groovy.tools.GrapeMain._closure3
class _closure3 extends Closure implements Serializable -
Class org.codehaus.groovy.tools.GrapeMain._closure4
class _closure4 extends Closure implements Serializable -
Class org.codehaus.groovy.tools.GrapeMain._closure5
class _closure5 extends Closure implements Serializable -
Class org.codehaus.groovy.tools.GrapeMain._closure6
class _closure6 extends Closure implements Serializable -
Class org.codehaus.groovy.tools.GrapeMain._closure7
class _closure7 extends Closure implements Serializable
-
-
Package org.codehaus.groovy.tools.gse
-
Class org.codehaus.groovy.tools.gse.StringSetMap
- serialVersionUID:
- 4230491822783819152L
-
-
Package org.codehaus.groovy.tools.shell
-
Exception org.codehaus.groovy.tools.shell.CommandException
class CommandException extends Exception implements Serializable-
Serialized Fields
-
command
org.codehaus.groovy.tools.shell.Command command
-
-
-
Class org.codehaus.groovy.tools.shell.ComplexCommandSupport._closure1
class _closure1 extends Closure implements Serializable -
Error org.codehaus.groovy.tools.shell.ExitNotification
class ExitNotification extends Error implements Serializable-
Serialized Fields
-
code
int code
-
-
-
Class org.codehaus.groovy.tools.shell.Groovysh._closure1
class _closure1 extends Closure implements Serializable -
Class org.codehaus.groovy.tools.shell.Groovysh._closure2
class _closure2 extends Closure implements Serializable -
Class org.codehaus.groovy.tools.shell.ShellRunner._closure1
class _closure1 extends Closure implements Serializable
-
-
Package org.codehaus.groovy.transform
-
Class org.codehaus.groovy.transform.ASTTestTransformation.ProgressCallbackChain._closure1
class _closure1 extends Closure implements Serializable
-
-
Package org.codehaus.groovy.util
-
Class org.codehaus.groovy.util.AbstractConcurrentMap.Segment
class Segment extends AbstractConcurrentMapBase.Segment implements Serializable- serialVersionUID:
- 5192533863182570468L
-
Class org.codehaus.groovy.util.AbstractConcurrentMapBase.Segment
class Segment extends LockableObject implements Serializable- serialVersionUID:
- -1071886855389945760L
-
Serialized Fields
-
count
int count
-
table
Object[] table
-
threshold
int threshold
-
-
Class org.codehaus.groovy.util.CharSequenceReader
class CharSequenceReader extends Reader implements Serializable- serialVersionUID:
- -6661279371843310693L
-
Serialized Fields
-
charSequence
CharSequence charSequence
-
idx
int idx
-
mark
int mark
-
-
Class org.codehaus.groovy.util.LazyReference
class LazyReference extends LockableObject implements Serializable- serialVersionUID:
- 3160238516132794621L
-
Serialized Fields
-
bundle
ReferenceBundle bundle
-
reference
ManagedReference<T> reference
-
-
Class org.codehaus.groovy.util.LockableObject
class LockableObject extends AbstractQueuedSynchronizer implements Serializable- serialVersionUID:
- 2284470475073785118L
-
Class org.codehaus.groovy.util.ManagedConcurrentMap.Segment
- serialVersionUID:
- -2157582627873688747L
-
Serialized Fields
-
bundle
ReferenceBundle bundle
-
-