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
Class groovy.inspect.swingui.TreeNodeWithProperties extends javax.swing.tree.DefaultMutableTreeNode implements Serializable |
properties
java.util.List<E> properties
Package groovy.jmx.builder |
serialVersionUID: 4368710879820278874L
delegate
java.lang.Object delegate
owner
java.lang.Object owner
thisObject
java.lang.Object thisObject
resolveStrategy
int resolveStrategy
directive
int directive
parameterTypes
java.lang.Class<T>[] parameterTypes
maximumNumberOfParameters
int maximumNumberOfParameters
bcw
BooleanClosureWrapper bcw
closure
Closure<V> closure
module
ModuleNode module
node
ASTNode node
serialVersionUID: -2638020355892246323L
values
java.lang.Object[] values
closure
Closure<V> closure
arguments
java.lang.Object arguments
expected
java.lang.Class<T>[] expected
clazz
java.lang.Class<T> clazz
instance
java.lang.Object instance
metaClass
MetaClass metaClass
oldMetaClass
MetaClass oldMetaClass
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
value
java.lang.Object value
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
- Either
null
or a compiled pattern matcher read from "resource.name.regex
"
and used in AbstractHttpServlet.getScriptUri(HttpServletRequest)
.
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<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
java.lang.String fileEncodingParamVal
Package groovy.swing.impl |
Class groovy.swing.impl.ClosureCellEditor extends javax.swing.AbstractCellEditor implements Serializable |
callbacks
java.util.Map<K,V> callbacks
prepareEditor
Closure<V> prepareEditor
editorValue
Closure<V> editorValue
children
java.util.List<E> children
defaultEditor
boolean defaultEditor
table
javax.swing.JTable table
tree
javax.swing.JTree tree
value
java.lang.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 javax.swing.JApplet implements Serializable |
console
groovy.ui.Console console
defaultFamily
java.lang.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 javax.swing.AbstractAction implements Serializable |
simpleAttributeSet
javax.swing.text.AttributeSet simpleAttributeSet
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<K,V> attributes
value
java.lang.Object value
values
java.util.List<E> values
type
ObservableList.ChangeType type
index
int index
values
java.util.List<E> values
values
java.util.List<E> values
events
ObservableMap.PropertyEvent[] events
values
java.util.Map<K,V> values
type
ObservableMap.ChangeType 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
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.reflection |
className
java.lang.String className
methodName
java.lang.String methodName
returnType
java.lang.Class<T> returnType
parameters
java.lang.Class<T>[] parameters
Package org.codehaus.groovy.runtime |
first
Closure<V> first
second
Closure<V> second
serialVersionUID: 1162833717190835227L
delegate
java.lang.Object delegate
serialVersionUID: 1162833713450835227L
methodName
java.lang.String methodName
curriedParams
java.lang.Object[] curriedParams
index
int index
numTrailingArgs
int numTrailingArgs
varargType
java.lang.Class<T> varargType
level
int level
previous
GroovyCategorySupport.CategoryMethodList previous
usage
java.util.concurrent.atomic.AtomicInteger usage
level
int level
propertyGetterMap
java.util.Map<K,V> propertyGetterMap
propertySetterMap
java.util.Map<K,V> propertySetterMap
strings
java.lang.String[] strings
list
java.util.List<E> list
metaClass
MetaClass metaClass
method
java.lang.String method
script
Script script
variable
java.lang.String variable
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
cause
java.lang.Throwable cause
Package org.codehaus.groovy.runtime.powerassert |
Package org.codehaus.groovy.runtime.typehandling |
Package org.codehaus.groovy.syntax |
cause
java.io.IOException cause
startLine
int startLine
- Line upon which the error occurred.
endLine
int endLine
startColumn
int startColumn
- Column upon which the error occurred.
endColumn
int endColumn
sourceLocator
java.lang.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 java.lang.Error implements Serializable |
code
int code
Package org.codehaus.groovy.transform |
Class org.codehaus.groovy.transform.ASTTestTransformation.ProgressCallbackChain._ProgressCallbackChain_closure1 extends java.lang.Object implements Serializable |
Package org.codehaus.groovy.util |
count
int count
threshold
int threshold
table
java.lang.Object[] table
reference
ManagedReference<T> reference
bundle
ReferenceBundle bundle
bundle
ReferenceBundle bundle