Serialized Form
Package groovy.inspect.swingui |
model
javax.swing.table.TableModel model
indexes
int[] indexes
sortingColumns
java.util.Vector sortingColumns
ascending
boolean ascending
lastSortedColumn
int lastSortedColumn
closure
Closure closure
module
ModuleNode module
node
ASTNode node
serialVersionUID: -2638020355892246323L
values
java.lang.Object[] values
closure
Closure closure
arguments
java.lang.Object arguments
expected
java.lang.Class[] expected
type
java.lang.String type
field
java.lang.String field
type
java.lang.Class type
method
java.lang.String method
type
java.lang.Class type
isStatic
boolean isStatic
arguments
java.lang.Object[] arguments
property
java.lang.String property
type
java.lang.Class type
metaClass
MetaClass metaClass
type
java.lang.Class type
hashCode
int hashCode
mapData
java.util.Map 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
java.util.regex.Matcher resourceNameMatcher
- Null or compiled pattern matcher read from "resource.name.regex"
and used in
AbstractHttpServlet.getResourceConnection(String)
.
resourceNameReplacement
java.lang.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
java.lang.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
java.util.Map 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
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
java.io.File textFile
undoManager
TextUndoManager undoManager
defaultCaret
javax.swing.text.Caret defaultCaret
overtypeCaret
javax.swing.text.Caret overtypeCaret
numPages
int numPages
lastUpdate
int lastUpdate
mouseAdapter
java.awt.event.MouseAdapter mouseAdapter
unwrapped
boolean unwrapped
tabsAsSpaces
boolean tabsAsSpaces
multiLineTab
boolean multiLineTab
searchable
boolean searchable
propChangeSupport
javax.swing.event.SwingPropertyChangeSupport propChangeSupport
compoundEdit
groovy.ui.text.TextUndoManager.StructuredEdit compoundEdit
firstModified
long firstModified
modificationMarker
javax.swing.undo.UndoableEdit modificationMarker
Class groovy.util.ConfigObject extends java.util.LinkedHashMap implements Serializable |
configFile
java.net.URL configFile
serialVersionUID: 4121134753270542643L
parent
Node parent
name
java.lang.Object name
attributes
java.util.Map attributes
value
java.lang.Object value
values
java.util.List values
type
int type
index
int index
values
java.util.List values
values
java.util.List values
events
ObservableMap.PropertyEvent[] events
values
java.util.Map values
type
int type
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Ensure that deserialization properly interns the results.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
namespaceURI
java.lang.String namespaceURI
- Field namespaceURI
localPart
java.lang.String localPart
- Field localPart
prefix
java.lang.String prefix
- Field prefix
Package org.codehaus.groovy |
message
java.lang.String message
exception
java.lang.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
java.lang.String snippet
jSplitPane1
javax.swing.JSplitPane jSplitPane1
jScrollPane1
javax.swing.JScrollPane jScrollPane1
jScrollPane2
javax.swing.JScrollPane jScrollPane2
tokenPane
javax.swing.JTextPane tokenPane
jbutton
javax.swing.JButton jbutton
mainPanel
javax.swing.JPanel mainPanel
scriptPane
javax.swing.JTextArea scriptPane
border1
javax.swing.border.Border border1
border2
javax.swing.border.Border border2
lexerClass
java.lang.Class lexerClass
tokens
java.util.Hashtable tokens
loadFileAction
javax.swing.Action loadFileAction
Package org.codehaus.groovy.classgen |
Package org.codehaus.groovy.control |
phase
int phase
unit
ProcessingUnit unit
cause
java.lang.Exception cause
collector
ErrorCollector collector
Package org.codehaus.groovy.runtime |
strings
java.lang.String[] strings
encoding
java.lang.String encoding
Package org.codehaus.groovy.runtime.metaclass |
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reconstitute the ConcurrentReaderHashMap
instance from a stream (i.e.,
deserialize it).
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.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:
java.io.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
java.lang.String methodName
methods
FastArray methods
arguments
java.lang.Class[] arguments
cause
java.lang.Throwable cause
Package org.codehaus.groovy.runtime.typehandling |
Package org.codehaus.groovy.syntax |
cause
java.io.IOException cause
line
int line
- Line upon which the error occurred.
column
int column
- Column upon which the error occurred.
sourceLocator
java.lang.String sourceLocator
unexpectedToken
Token unexpectedToken
expectedType
int expectedType
Package org.codehaus.groovy.tools.shell |
Class org.codehaus.groovy.tools.shell.CommandException extends java.lang.Exception implements Serializable |
command
org.codehaus.groovy.tools.shell.Command command
Class org.codehaus.groovy.tools.shell.ExitNotification extends java.lang.Error implements Serializable |
code
int code
Package org.codehaus.groovy.tools.shell.util |