Serialized Form
Package groovy.inspect.swingui |
model
TableModel model
indexes
int[] indexes
sortingColumns
Vector<E> sortingColumns
ascending
boolean ascending
lastSortedColumn
int lastSortedColumn
properties
List<E> properties
Package groovy.jmx.builder |
serialVersionUID: 4368710879820278874L
delegate
Object delegate
owner
Object owner
thisObject
Object thisObject
resolveStrategy
int resolveStrategy
directive
int directive
parameterTypes
Class<T>[] parameterTypes
maximumNumberOfParameters
int maximumNumberOfParameters
bcw
BooleanClosureWrapper bcw
closure
Closure<V> closure
module
ModuleNode module
node
ASTNode node
serialVersionUID: -2638020355892246323L
values
Object[] values
closure
Closure<V> closure
arguments
Object arguments
expected
Class<T>[] expected
clazz
Class<T> clazz
instance
Object instance
metaClass
MetaClass metaClass
oldMetaClass
MetaClass oldMetaClass
type
String type
field
String field
type
Class<T> type
method
String method
type
Class<T> type
isStatic
boolean isStatic
arguments
Object[] arguments
property
String property
type
Class<T> type
value
Object value
metaClass
MetaClass metaClass
type
Class<T> type
hashCode
int hashCode
mapData
Map<K,V> mapData
hashCode
int hashCode
valueModel
ValueModel valueModel
rowModel
ValueModel rowModel
rowsModel
ValueModel rowsModel
columnModel
DefaultTableModel.MyTableColumnModel columnModel
servletContext
ServletContext servletContext
- Servlet (or the web application) context.
resourceNameMatcher
Matcher resourceNameMatcher
- Either
null
or a compiled pattern matcher read from "resource.name.regex
"
and used in AbstractHttpServlet.getScriptUri(HttpServletRequest)
.
resourceNameReplacement
String resourceNameReplacement
- The replacement used by the resource name matcher.
resourceNameReplaceAll
boolean resourceNameReplaceAll
- The replace method to use on the matcher.
true - replaceAll(resourceNameReplacement); (default)
false - replaceFirst(resourceNameReplacement);
verbose
boolean verbose
- Controls almost all log output.
encoding
String encoding
- Encoding to use, becomes charset part of contentType.
reflection
boolean reflection
- Mirrors the static value of the reflection flag in MetaClass.
See AbstractHttpServlet#logGROOVY861
logGROOVY861
boolean logGROOVY861
- Debug flag logging the class the class loader of the request.
gse
GroovyScriptEngine gse
- The script engine executing the Groovy scripts for this servlet
cache
Map<K,V> cache
- Simple file name to template cache map.
engine
TemplateEngine engine
- Underlying template engine used to evaluate template source files.
generateBy
boolean generateBy
- Flag that controls the appending of the "Generated by ..." comment.
fileEncodingParamVal
String fileEncodingParamVal
Package groovy.swing.impl |
Class groovy.swing.impl.ClosureCellEditor extends AbstractCellEditor implements Serializable |
callbacks
Map<K,V> callbacks
prepareEditor
Closure<V> prepareEditor
editorValue
Closure<V> editorValue
children
List<E> children
defaultEditor
boolean defaultEditor
table
JTable table
tree
JTree tree
value
Object value
selected
boolean selected
expanded
boolean expanded
leaf
boolean leaf
row
int row
column
int column
closure
Closure<V> closure
rowCount
int rowCount
cellpadding
int cellpadding
Class groovy.ui.ConsoleApplet extends JApplet implements Serializable |
console
groovy.ui.Console console
defaultFamily
String defaultFamily
numbersPanel
groovy.ui.ConsoleTextEditor.LineNumbersPanel numbersPanel
documentChangedSinceLastRepaint
boolean documentChangedSinceLastRepaint
textEditor
TextEditor textEditor
undoAction
groovy.ui.ConsoleTextEditor.UndoAction undoAction
redoAction
groovy.ui.ConsoleTextEditor.RedoAction redoAction
printAction
groovy.ui.ConsoleTextEditor.PrintAction printAction
editable
boolean editable
undoManager
TextUndoManager undoManager
Class groovy.ui.text.AutoIndentAction extends AbstractAction implements Serializable |
simpleAttributeSet
AttributeSet simpleAttributeSet
defaultCaret
Caret defaultCaret
overtypeCaret
Caret overtypeCaret
numPages
int numPages
mouseAdapter
MouseAdapter mouseAdapter
unwrapped
boolean unwrapped
tabsAsSpaces
boolean tabsAsSpaces
multiLineTab
boolean multiLineTab
propChangeSupport
SwingPropertyChangeSupport propChangeSupport
compoundEdit
groovy.ui.text.TextUndoManager.StructuredEdit compoundEdit
firstModified
long firstModified
modificationMarker
UndoableEdit modificationMarker
serialVersionUID: 4121134753270542643L
parent
Node parent
name
Object name
attributes
Map<K,V> attributes
value
Object value
values
List<E> values
type
ObservableList.ChangeType type
index
int index
values
List<E> values
values
List<E> values
events
ObservableMap.PropertyEvent[] events
values
Map<K,V> values
type
ObservableMap.ChangeType type
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Ensure that deserialization properly interns the results.
- Throws:
IOException
ClassNotFoundException
namespaceURI
String namespaceURI
- Field namespaceURI
localPart
String localPart
- Field localPart
prefix
String prefix
- Field prefix
Package org.codehaus.groovy |
message
String message
exception
Exception exception
fatal
boolean fatal
Package org.codehaus.groovy.ant |
project
Project project
Package org.codehaus.groovy.antlr |
ast
AST ast
ast
AST ast
line
int line
col
int col
lineLast
int lineLast
colLast
int colLast
snippet
String snippet
jSplitPane1
JSplitPane jSplitPane1
jScrollPane1
JScrollPane jScrollPane1
jScrollPane2
JScrollPane jScrollPane2
tokenPane
JTextPane tokenPane
jbutton
JButton jbutton
mainPanel
JPanel mainPanel
scriptPane
JTextArea scriptPane
border1
Border border1
border2
Border border2
lexerClass
Class<T> lexerClass
tokens
Hashtable<K,V> tokens
loadFileAction
Action loadFileAction
Package org.codehaus.groovy.classgen |
Package org.codehaus.groovy.control |
phase
int phase
unit
ProcessingUnit unit
cause
Exception cause
collector
ErrorCollector collector
Package org.codehaus.groovy.reflection |
className
String className
methodName
String methodName
returnType
Class<T> returnType
parameters
Class<T>[] parameters
Package org.codehaus.groovy.runtime |
first
Closure<V> first
second
Closure<V> second
serialVersionUID: 1162833717190835227L
delegate
Object delegate
serialVersionUID: 1162833713450835227L
methodName
String methodName
curriedParams
Object[] curriedParams
index
int index
numTrailingArgs
int numTrailingArgs
varargType
Class<T> varargType
level
int level
previous
GroovyCategorySupport.CategoryMethodList previous
usage
AtomicInteger usage
level
int level
propertyGetterMap
Map<K,V> propertyGetterMap
propertySetterMap
Map<K,V> propertySetterMap
strings
String[] strings
list
List<E> list
metaClass
MetaClass metaClass
method
String method
script
Script script
variable
String variable
encoding
String encoding
Package org.codehaus.groovy.runtime.metaclass |
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- Reconstitute the ConcurrentReaderHashMap
instance from a stream (i.e.,
deserialize it).
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Save the state of the ConcurrentReaderHashMap
instance to a stream (i.e.,
serialize it).
- Serial Data:
- The capacity of the
ConcurrentReaderHashMap (the length of the
bucket array) is emitted (int), followed by the
size of the ConcurrentReaderHashMap (the number of key-value
mappings), followed by the key (Object) and value (Object)
for each key-value mapping represented by the ConcurrentReaderHashMap
The key-value mappings are emitted in no particular order.
- Throws:
IOException
barrierLock
ConcurrentReaderHashMap.BarrierLock barrierLock
- Lock used only for its memory effects.
threshold
int threshold
- The table is rehashed when its size exceeds this threshold. (The
value of this field is always (int)(capacity * loadFactor).)
-
loadFactor
float loadFactor
- The load factor for the hash table.
-
methodName
String methodName
methods
FastArray methods
arguments
Class<T>[] arguments
cause
Throwable cause
Package org.codehaus.groovy.runtime.powerassert |
Package org.codehaus.groovy.runtime.typehandling |
Package org.codehaus.groovy.syntax |
cause
IOException cause
line
int line
- Line upon which the error occurred.
column
int column
- Column upon which the error occurred.
sourceLocator
String sourceLocator
unexpectedToken
Token unexpectedToken
expectedType
int expectedType
Package org.codehaus.groovy.tools.gse |
Package org.codehaus.groovy.tools.shell |
command
Command command
Class org.codehaus.groovy.tools.shell.ExitNotification extends Error implements Serializable |
code
int code
Package org.codehaus.groovy.util |
count
int count
threshold
int threshold
table
Object[] table
reference
ManagedReference<T> reference
bundle
ReferenceBundle bundle
bundle
ReferenceBundle bundle