Serialized Form
Package groovy.inspect.swingui |
model
TableModel model
indexes
int[] indexes
sortingColumns
Vector<E> sortingColumns
ascending
boolean ascending
lastSortedColumn
int lastSortedColumn
closure
Closure closure
module
ModuleNode module
node
ASTNode node
serialVersionUID: -2638020355892246323L
values
Object[] values
closure
Closure closure
arguments
Object arguments
expected
Class<T>[] expected
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
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
- Null or compiled pattern matcher read from "resource.name.regex"
and used in
AbstractHttpServlet.getResourceConnection(String)
.
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.
Package groovy.swing.impl |
closure
Closure closure
rowCount
int rowCount
cellpadding
int cellpadding
textEditor
TextEditor textEditor
undoAction
groovy.ui.ConsoleTextEditor.UndoAction undoAction
redoAction
groovy.ui.ConsoleTextEditor.RedoAction redoAction
printAction
groovy.ui.ConsoleTextEditor.PrintAction printAction
editable
boolean editable
textFile
File textFile
undoManager
TextUndoManager undoManager
defaultCaret
Caret defaultCaret
overtypeCaret
Caret overtypeCaret
numPages
int numPages
lastUpdate
int lastUpdate
mouseAdapter
MouseAdapter mouseAdapter
unwrapped
boolean unwrapped
tabsAsSpaces
boolean tabsAsSpaces
multiLineTab
boolean multiLineTab
searchable
boolean searchable
propChangeSupport
SwingPropertyChangeSupport propChangeSupport
compoundEdit
groovy.ui.text.TextUndoManager.StructuredEdit compoundEdit
firstModified
long firstModified
modificationMarker
UndoableEdit modificationMarker
Class groovy.util.ConfigObject extends LinkedHashMap implements Serializable |
configFile
URL configFile
serialVersionUID: 4121134753270542643L
parent
Node parent
name
Object name
attributes
Map<K,V> attributes
value
Object value
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 |
value
Object value
value
SoftReference<T> value
Package org.codehaus.groovy.runtime |
level
int level
previous
GroovyCategorySupport.CategoryMethodList previous
usage
java.util.concurrent.atomic.AtomicInteger usage
level
int level
strings
String[] strings
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.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.shell |
Class org.codehaus.groovy.tools.shell.CommandException extends Exception implements Serializable |
command
org.codehaus.groovy.tools.shell.Command command
Class org.codehaus.groovy.tools.shell.ExitNotification extends Error implements Serializable |
code
int code
Package org.codehaus.groovy.tools.shell.util |