Serialized Form
Package groovy.inspect.swingui |
model
javax.swing.table.TableModel model
indexes
int[] indexes
sortingColumns
java.util.Vector<E> 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<T>[] expected
type
java.lang.String type
field
java.lang.String field
type
java.lang.Class<T> type
method
java.lang.String method
type
java.lang.Class<T> type
isStatic
boolean isStatic
arguments
java.lang.Object[] arguments
property
java.lang.String property
type
java.lang.Class<T> type
metaClass
MetaClass metaClass
type
java.lang.Class<T> type
hashCode
int hashCode
mapData
java.util.Map<K,V> mapData
hashCode
int hashCode
valueModel
ValueModel valueModel
rowModel
ValueModel rowModel
rowsModel
ValueModel rowsModel
columnModel
DefaultTableModel.MyTableColumnModel columnModel
servletContext
javax.servlet.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.
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<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
textEditor
TextEditor textEditor
undoAction
ConsoleTextEditor.UndoAction undoAction
redoAction
ConsoleTextEditor.RedoAction redoAction
printAction
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
TextUndoManager.StructuredEdit compoundEdit
firstModified
long firstModified
modificationMarker
javax.swing.undo.UndoableEdit modificationMarker
serialVersionUID: 4121134753270542643L
parent
Node parent
name
java.lang.Object name
attributes
java.util.Map<K,V> attributes
value
java.lang.Object value
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
org.apache.tools.ant.Project project
Package org.codehaus.groovy.antlr |
ast
antlr.collections.AST ast
ast
antlr.collections.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<T> lexerClass
tokens
java.util.Hashtable<K,V> 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<T>[] arguments
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.util |
Copyright © ${year} The Codehaus. All Rights Reserved.