Serialized Form
-
Package groovy.cli
-
Exception groovy.cli.CliBuilderException
class CliBuilderException extends RuntimeException implements Serializable- serialVersionUID:
- 3996705753888714632L
-
Class groovy.cli.TypedOption
- serialVersionUID:
- 8931624081859777854L
-
-
Package groovy.inspect
-
Class groovy.inspect.Inspector.MemberComparator
class MemberComparator extends Object implements Serializable- serialVersionUID:
- -7691851726606749541L
-
Class groovy.inspect.Inspector.MemberComparatorWithValue
class MemberComparatorWithValue extends Object implements Serializable- serialVersionUID:
- 294298614093394525L
-
-
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.IntRange
- serialVersionUID:
- -7827097587793510780L
-
Serialized Fields
-
from
int 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. -
inclusiveLeft
Boolean 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.
-
inclusiveRight
Boolean 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.
-
reverse
boolean reverse
Iffalse, counts up fromfromtoto. Otherwise, counts down fromtotofrom. Not used for inclusive-aware ranges (inclusive = true|false). -
to
int 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.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.NamedValue
class NamedValue extends Object implements Serializable- serialVersionUID:
- 8853713635573845253L
-
Class groovy.lang.NonEmptySequence
class NonEmptySequence extends Sequence implements Serializable- serialVersionUID:
- 1614604919062836998L
-
Class groovy.lang.NumberRange
- serialVersionUID:
- 5107424833653948484L
-
Serialized Fields
-
from
Comparable from
The first value in the range. -
hashCodeCache
Integer hashCodeCache
The cached hashCode (once calculated) -
inclusiveLeft
boolean inclusiveLeft
trueif the range includes the lower bound. -
inclusiveRight
boolean inclusiveRight
trueif the range includes the upper bound. -
reverse
boolean reverse
trueif the range counts backwards fromtotofrom. -
size
int size
The cached size, or -1 if not yet computed -
stepSize
Number stepSize
The step size in the range. -
to
Comparable to
The last value in the range.
-
-
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
-
Class groovy.lang.Tuple
- serialVersionUID:
- -6707770506387821031L
-
Serialized Fields
-
contents
E[] contents
-
-
Class groovy.lang.Tuple0
class Tuple0 extends Tuple implements Serializable- serialVersionUID:
- -3791115121904072346L
-
Class groovy.lang.Tuple1
class Tuple1 extends Tuple implements Serializable- serialVersionUID:
- -4647790147461409603L
-
Serialized Fields
-
v1
T1 v1
-
-
Class groovy.lang.Tuple10
class Tuple10 extends Tuple implements Serializable- serialVersionUID:
- 7824474731525795360L
-
Class groovy.lang.Tuple11
class Tuple11 extends Tuple implements Serializable- serialVersionUID:
- -8882524414681687282L
-
Class groovy.lang.Tuple12
class Tuple12 extends Tuple implements Serializable- serialVersionUID:
- 8297587976812329899L
-
Class groovy.lang.Tuple13
class Tuple13 extends Tuple implements Serializable- serialVersionUID:
- -3709443502209750114L
-
Class groovy.lang.Tuple14
class Tuple14 extends Tuple implements Serializable- serialVersionUID:
- -8866382365396941648L
-
Class groovy.lang.Tuple15
class Tuple15 extends Tuple implements Serializable- serialVersionUID:
- -8866382365396941648L
-
Class groovy.lang.Tuple16
class Tuple16 extends Tuple implements Serializable- serialVersionUID:
- -8866382365396941648L
-
Class groovy.lang.Tuple2
class Tuple2 extends Tuple implements Serializable- serialVersionUID:
- 9006144674906325597L
-
Class groovy.lang.Tuple3
class Tuple3 extends Tuple implements Serializable- serialVersionUID:
- 8469774237154310687L
-
Class groovy.lang.Tuple4
class Tuple4 extends Tuple implements Serializable- serialVersionUID:
- -7788878731471377207L
-
Class groovy.lang.Tuple5
class Tuple5 extends Tuple implements Serializable- serialVersionUID:
- 6722094358774027115L
-
Class groovy.lang.Tuple6
class Tuple6 extends Tuple implements Serializable- serialVersionUID:
- -7848588473093102288L
-
Class groovy.lang.Tuple7
class Tuple7 extends Tuple implements Serializable- serialVersionUID:
- 4226144828786865766L
-
Class groovy.lang.Tuple8
class Tuple8 extends Tuple implements Serializable- serialVersionUID:
- -8895822084644138566L
-
Class groovy.lang.Tuple9
class Tuple9 extends Tuple implements Serializable- serialVersionUID:
- -5181196675351911769L
-
-
Package groovy.namespace
-
Class groovy.namespace.QName
class QName extends Object implements Serializable- serialVersionUID:
- -9029109610006696081L
-
-
Package groovy.security
-
Class groovy.security.GroovyCodeSourcePermission
class GroovyCodeSourcePermission extends BasicPermission implements Serializable- serialVersionUID:
- 8014290770546281019L
-
-
Package groovy.transform
-
Exception groovy.transform.Undefined.EXCEPTION
class EXCEPTION extends RuntimeException implements Serializable- serialVersionUID:
- -3960500360386581172L
-
-
Package groovy.transform.stc
-
Exception groovy.transform.stc.IncorrectTypeHintException
class IncorrectTypeHintException extends SyntaxException implements Serializable- serialVersionUID:
- 4481159236968540419L
-
-
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 org.apache.groovy.antlr
-
Class org.apache.groovy.antlr.LexerFrame
class LexerFrame extends JFrame implements Serializable- serialVersionUID:
- 2715693043143492893L
-
Serialized Fields
-
jbutton
JButton jbutton
-
jScrollPane1
JScrollPane jScrollPane1
-
jScrollPane2
JScrollPane jScrollPane2
-
jSplitPane1
JSplitPane jSplitPane1
-
loadFileAction
Action loadFileAction
-
mainPanel
JPanel mainPanel
-
scriptPane
JTextArea scriptPane
-
tokenPane
JTextPane tokenPane
-
tokens
Map<Integer,
String> tokens -
tokenStreamLabel
JLabel tokenStreamLabel
-
-
-
Package org.apache.groovy.io
-
Class org.apache.groovy.io.StringBuilderWriter
class StringBuilderWriter extends Writer implements Serializable- serialVersionUID:
- -146927496096066153L
-
Serialized Fields
-
builder
StringBuilder builder
The append target.
-
-
-
Package org.apache.groovy.parser.antlr4
-
Error org.apache.groovy.parser.antlr4.GroovySyntaxError
class GroovySyntaxError extends AssertionError implements Serializable-
Serialized Fields
-
column
int column
-
line
int line
-
source
int source
-
-
-
-
Package org.apache.groovy.util
-
Exception org.apache.groovy.util.JavaShellCompilationException
class 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
-
readObject
Reconstitute the ConcurrentReferenceHashMap instance from a stream (i.e., deserialize it).- Parameters:
s- the stream- Throws:
IOExceptionClassNotFoundException
-
writeObject
Save 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
-
identityComparisons
boolean identityComparisons
-
segmentMask
int segmentMask
Mask value for indexing into segments. The upper bits of a key's hash code are used to choose the segment. -
segments
org.apache.groovy.util.concurrent.ConcurrentReferenceHashMap.Segment<K,
V>[] segments The segments, each of which is a specialized hash table -
segmentShift
int segmentShift
Shift value for indexing within segments.
-
-
Class org.apache.groovy.util.concurrent.ConcurrentReferenceHashMap.SimpleEntry
class 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
-
writeReplace
Object writeReplace()
-
-
Serialized Fields
-
capacity
AtomicLong capacity
-
concurrencyLevel
int concurrencyLevel
-
data
ConcurrentMap<K,
org.apache.groovy.util.concurrent.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Node<K, V>> data -
drainStatus
AtomicReference<org.apache.groovy.util.concurrent.concurrentlinkedhashmap.ConcurrentLinkedHashMap.DrainStatus> drainStatus
-
evictionDeque
org.apache.groovy.util.concurrent.concurrentlinkedhashmap.LinkedDeque<org.apache.groovy.util.concurrent.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Node<K,
V>> evictionDeque -
evictionLock
Lock evictionLock
-
listener
EvictionListener<K,
V> listener -
pendingNotifications
Queue<org.apache.groovy.util.concurrent.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Node<K,
V>> pendingNotifications -
readBufferDrainAtWriteCount
AtomicLong[] readBufferDrainAtWriteCount
-
readBufferReadCount
long[] readBufferReadCount
-
readBuffers
AtomicReference<org.apache.groovy.util.concurrent.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Node<K,
V>>[][] readBuffers -
readBufferWriteCount
AtomicLong[] readBufferWriteCount
-
weigher
EntryWeigher<? super K,
? super V> weigher -
weightedSize
AtomicLong weightedSize
-
writeBuffer
Queue<Runnable> writeBuffer
-
-
-
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.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<Message> errors
ErrorMessages collected during processing -
warnings
LinkedList<WarningMessage> 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- serialVersionUID:
- -5315107566539656474L
-
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:
- -4816724431590921285L
-
Class org.codehaus.groovy.runtime.ConversionHandler
class ConversionHandler extends Object implements Serializable- serialVersionUID:
- 1162833717190835227L
-
Serialized Fields
-
delegate
Object delegate
-
handleCache
ConcurrentMap<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:
- 8535543126684786030L
-
Class org.codehaus.groovy.runtime.CurriedClosure
- serialVersionUID:
- 2077643745780234126L
-
Class org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethodList
class CategoryMethodList extends ArrayList<GroovyCategorySupport.CategoryMethod> implements Serializable- serialVersionUID:
- 1631799972200881802L
-
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:
- 1348443374952726263L
-
Class org.codehaus.groovy.runtime.GStringImpl
class GStringImpl extends GString implements Serializable- serialVersionUID:
- 3581289038662723858L
-
Exception org.codehaus.groovy.runtime.InvokerInvocationException
class InvokerInvocationException extends GroovyRuntimeException implements Serializable- serialVersionUID:
- 1337849572129640775L
-
Class org.codehaus.groovy.runtime.IteratorClosureAdapter
class IteratorClosureAdapter extends Closure implements Serializable- serialVersionUID:
- -7485077849389539770L
-
Class org.codehaus.groovy.runtime.MethodClosure
class MethodClosure extends Closure implements Serializable- serialVersionUID:
- -2491254866810955844L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
readResolve
-
-
Serialized Fields
-
anyInstanceMethodExists
boolean anyInstanceMethodExists
Indicates if this may be related to an instance method. -
method
String method
-
-
Class org.codehaus.groovy.runtime.NumberAwareComparator
class NumberAwareComparator extends Object implements Serializable- serialVersionUID:
- 9017657289076651660L
-
Serialized Fields
-
ignoreZeroSign
boolean ignoreZeroSign
-
-
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.memoize
-
Class org.codehaus.groovy.runtime.memoize.CommonCache
class CommonCache extends Object implements Serializable- serialVersionUID:
- 934699400232698324L
-
Class org.codehaus.groovy.runtime.memoize.ConcurrentCommonCache
class ConcurrentCommonCache extends Object implements Serializable- serialVersionUID:
- -7352338549333024936L
-
Serialized Fields
-
commonCache
CommonCache<K,
V> commonCache -
readLock
ReentrantReadWriteLock.ReadLock readLock
-
rwl
ReentrantReadWriteLock rwl
-
writeLock
ReentrantReadWriteLock.WriteLock writeLock
-
-
Class org.codehaus.groovy.runtime.memoize.ConcurrentSoftCache
- serialVersionUID:
- 5646536868666351819L
-
Class org.codehaus.groovy.runtime.memoize.StampedCommonCache
class StampedCommonCache extends Object implements Serializable- serialVersionUID:
- 6760742552334555146L
-
Serialized Fields
-
commonCache
CommonCache<K,
V> commonCache -
sl
StampedLock sl
-
-
Class org.codehaus.groovy.runtime.memoize.UnlimitedConcurrentCache
class UnlimitedConcurrentCache extends Object implements Serializable- serialVersionUID:
- -857220494475488328L
-
Serialized Fields
-
map
ConcurrentHashMap<K,
V> map
-
-
-
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:
IOExceptionClassNotFoundException
-
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:
- -2159505361622844863L
-
Exception org.codehaus.groovy.runtime.metaclass.MethodSelectionException
class MethodSelectionException extends GroovyRuntimeException implements Serializable- serialVersionUID:
- 8126246630023758333L
-
Exception org.codehaus.groovy.runtime.metaclass.MissingMethodExceptionNoStack
class MissingMethodExceptionNoStack extends MissingMethodException implements Serializable- serialVersionUID:
- -4567395518573062216L
-
Exception org.codehaus.groovy.runtime.metaclass.MissingMethodExecutionFailed
class MissingMethodExecutionFailed extends MissingMethodExceptionNoStack implements Serializable- serialVersionUID:
- -7894095278952483769L
-
Serialized Fields
-
cause
Throwable cause
-
-
Exception org.codehaus.groovy.runtime.metaclass.MissingPropertyExceptionNoStack
class MissingPropertyExceptionNoStack extends MissingPropertyException implements Serializable- serialVersionUID:
- 8993570436675442348L
-
-
Package org.codehaus.groovy.runtime.powerassert
-
Error org.codehaus.groovy.runtime.powerassert.PowerAssertionError
class PowerAssertionError extends AssertionError implements Serializable- serialVersionUID:
- -2204531294530022591L
-
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.gse
-
Class org.codehaus.groovy.tools.gse.StringSetMap
- serialVersionUID:
- -8603734698633884431L
-
-
Package org.codehaus.groovy.transform
-
Class org.codehaus.groovy.transform.ASTTestTransformation.ASTTester._closure1
class _closure1 extends Closure implements Serializable- serialVersionUID:
- -1385088350150747016L
-
-
Package org.codehaus.groovy.transform.stc
-
Class org.codehaus.groovy.transform.stc.AbstractTypeCheckingExtension.TypeCheckingScope
- serialVersionUID:
- 7607331333917615144L
-
Serialized Fields
-
parent
AbstractTypeCheckingExtension.TypeCheckingScope parent
-
-
-
Package org.codehaus.groovy.transform.tailrec
-
Exception org.codehaus.groovy.transform.tailrec.GotoRecurHereException
class GotoRecurHereException extends Exception implements Serializable- serialVersionUID:
- -193137033604506378L
-
-
Package org.codehaus.groovy.util
-
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.FastArray
class FastArray extends Object implements Serializable- serialVersionUID:
- -9143440116071577249L
-
Serialized Fields
-
data
Object[] data
-
size
int size
-
-
Class org.codehaus.groovy.util.LazyReference
class LazyReference extends LockableObject implements Serializable- serialVersionUID:
- -828564509716680325L
-
Serialized Fields
-
bundle
ReferenceBundle bundle
-
reference
ManagedReference<T> reference
-
-
Class org.codehaus.groovy.util.LockableObject
class LockableObject extends AbstractQueuedSynchronizer implements Serializable- serialVersionUID:
- 2284470475073785118L
-
-
Package org.codehaus.groovy.vmplugin.v9
-
Exception org.codehaus.groovy.vmplugin.v9.ClassFindFailedException
class ClassFindFailedException extends RuntimeException implements Serializable
-