|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package groovy.inspect.swingui |
|---|
| Class groovy.inspect.swingui.TableMap extends AbstractTableModel implements Serializable |
|---|
| Serialized Fields |
|---|
TableModel model
| Class groovy.inspect.swingui.TableSorter extends TableMap implements Serializable |
|---|
| Serialized Fields |
|---|
int[] indexes
Vector sortingColumns
boolean ascending
int lastSortedColumn
| Package groovy.lang |
|---|
| Class groovy.lang.BitwiseNegateEvaluatingException extends GroovyRuntimeException implements Serializable |
|---|
| Class groovy.lang.ClosureException extends RuntimeException implements Serializable |
|---|
| Serialized Fields |
|---|
Closure closure
| Class groovy.lang.DeprecationException extends RuntimeException implements Serializable |
|---|
| Class groovy.lang.GroovyRuntimeException extends RuntimeException implements Serializable |
|---|
| Serialized Fields |
|---|
ModuleNode module
ASTNode node
| Class groovy.lang.IllegalPropertyAccessException extends MissingPropertyException implements Serializable |
|---|
| Class groovy.lang.IncorrectClosureArgumentsException extends GroovyRuntimeException implements Serializable |
|---|
| Serialized Fields |
|---|
Closure closure
Object arguments
Class[] expected
| Class groovy.lang.MissingClassException extends GroovyRuntimeException implements Serializable |
|---|
| Serialized Fields |
|---|
String type
| Class groovy.lang.MissingFieldException extends GroovyRuntimeException implements Serializable |
|---|
| Serialized Fields |
|---|
String field
Class type
| Class groovy.lang.MissingMethodException extends GroovyRuntimeException implements Serializable |
|---|
| Serialized Fields |
|---|
String method
Class type
boolean isStatic
| Class groovy.lang.MissingPropertyException extends GroovyRuntimeException implements Serializable |
|---|
| Serialized Fields |
|---|
String property
Class type
| Class groovy.lang.NonEmptySequence extends Sequence implements Serializable |
|---|
| Class groovy.lang.ReadOnlyPropertyException extends MissingPropertyException implements Serializable |
|---|
| Class groovy.lang.Sequence extends ArrayList implements Serializable |
|---|
| Serialized Fields |
|---|
MetaClass metaClass
Class type
int hashCode
| Class groovy.lang.SpreadListEvaluatingException extends GroovyRuntimeException implements Serializable |
|---|
| Class groovy.lang.SpreadMap extends HashMap implements Serializable |
|---|
| Serialized Fields |
|---|
Map mapData
int hashCode
| Class groovy.lang.SpreadMapEvaluatingException extends GroovyRuntimeException implements Serializable |
|---|
| Class groovy.lang.StringWriterIOException extends RuntimeException implements Serializable |
|---|
| Package groovy.model |
|---|
| Class groovy.model.DefaultTableColumn extends TableColumn implements Serializable |
|---|
| Serialized Fields |
|---|
ValueModel valueModel
| Class groovy.model.DefaultTableModel extends AbstractTableModel implements Serializable |
|---|
| Serialized Fields |
|---|
ValueModel rowModel
ValueModel rowsModel
DefaultTableModel.MyTableColumnModel columnModel
| Class groovy.model.DefaultTableModel.MyTableColumnModel extends DefaultTableColumnModel implements Serializable |
|---|
| Package groovy.security |
|---|
| Class groovy.security.GroovyCodeSourcePermission extends BasicPermission implements Serializable |
|---|
| Package groovy.servlet |
|---|
| Class groovy.servlet.AbstractHttpServlet extends javax.servlet.http.HttpServlet implements Serializable |
|---|
| Serialized Fields |
|---|
javax.servlet.ServletContext servletContext
Matcher resourceNameMatcher
AbstractHttpServlet.getResourceConnection(String).
String resourceNameReplacement
boolean resourceNameReplaceAll
true - replaceAll(resourceNameReplacement); (default) false - replaceFirst(resourceNameReplacement);
boolean verbose
boolean reflection
AbstractHttpServlet.logGROOVY861
boolean logGROOVY861
| Class groovy.servlet.GroovyServlet extends AbstractHttpServlet implements Serializable |
|---|
| Class groovy.servlet.TemplateServlet extends AbstractHttpServlet implements Serializable |
|---|
| Serialized Fields |
|---|
Map cache
TemplateEngine engine
boolean generateBy
| Package groovy.swing.impl |
|---|
| Class groovy.swing.impl.DefaultAction extends AbstractAction implements Serializable |
|---|
| Serialized Fields |
|---|
Closure closure
| Package groovy.util |
|---|
| Class groovy.util.Node extends Object implements Serializable |
|---|
serialVersionUID: 4121134753270542643L
| Serialized Fields |
|---|
Node parent
Object name
Map attributes
Object value
| Class groovy.util.NodeList extends ArrayList implements Serializable |
|---|
| Class groovy.util.ResourceException extends Exception implements Serializable |
|---|
| Class groovy.util.ScriptException extends Exception implements Serializable |
|---|
| Package groovy.xml |
|---|
| Class groovy.xml.QName extends Object implements Serializable |
|---|
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException| Serialized Fields |
|---|
String namespaceURI
String localPart
String prefix
| Package org.codehaus.groovy |
|---|
| Class org.codehaus.groovy.GroovyBugError extends AssertionError implements Serializable |
|---|
| Serialized Fields |
|---|
String message
Exception exception
| Class org.codehaus.groovy.GroovyException extends Exception implements Serializable |
|---|
| Serialized Fields |
|---|
boolean fatal
| Package org.codehaus.groovy.ant |
|---|
| Class org.codehaus.groovy.ant.AntProjectPropertiesDelegate extends Hashtable implements Serializable |
|---|
| Serialized Fields |
|---|
org.apache.tools.ant.Project project
| Package org.codehaus.groovy.antlr |
|---|
| Class org.codehaus.groovy.antlr.ASTParserException extends ParserException implements Serializable |
|---|
| Serialized Fields |
|---|
antlr.collections.AST ast
| Class org.codehaus.groovy.antlr.ASTRuntimeException extends RuntimeException implements Serializable |
|---|
| Serialized Fields |
|---|
antlr.collections.AST ast
| Class org.codehaus.groovy.antlr.GroovySourceAST extends antlr.CommonAST implements Serializable |
|---|
| Serialized Fields |
|---|
int line
int col
int lineLast
int colLast
String snippet
| Class org.codehaus.groovy.antlr.LexerFrame extends JFrame implements Serializable |
|---|
| Serialized Fields |
|---|
JSplitPane jSplitPane1
JScrollPane jScrollPane1
JScrollPane jScrollPane2
JTextPane tokenPane
JButton jbutton
JPanel mainPanel
JTextArea scriptPane
Border border1
Border border2
Class lexerClass
Hashtable tokens
Action loadFileAction
| Package org.codehaus.groovy.classgen |
|---|
| Class org.codehaus.groovy.classgen.ClassGeneratorException extends RuntimeException implements Serializable |
|---|
| Class org.codehaus.groovy.classgen.RuntimeIncompleteClassException extends RuntimeParserException implements Serializable |
|---|
| Package org.codehaus.groovy.control |
|---|
| Class org.codehaus.groovy.control.CompilationFailedException extends GroovyRuntimeException implements Serializable |
|---|
| Serialized Fields |
|---|
int phase
ProcessingUnit unit
| Class org.codehaus.groovy.control.ConfigurationException extends RuntimeException implements Serializable |
|---|
| Serialized Fields |
|---|
Exception cause
| Class org.codehaus.groovy.control.MultipleCompilationErrorsException extends CompilationFailedException implements Serializable |
|---|
| Serialized Fields |
|---|
ErrorCollector collector
| Package org.codehaus.groovy.runtime |
|---|
| Class org.codehaus.groovy.runtime.InvokerInvocationException extends GroovyRuntimeException implements Serializable |
|---|
| Class org.codehaus.groovy.runtime.WritableFile extends File implements Serializable |
|---|
| Serialized Fields |
|---|
String encoding
| Package org.codehaus.groovy.runtime.typehandling |
|---|
| Class org.codehaus.groovy.runtime.typehandling.GroovyCastException extends ClassCastException implements Serializable |
|---|
| Package org.codehaus.groovy.syntax |
|---|
| Class org.codehaus.groovy.syntax.ParserException extends TokenException implements Serializable |
|---|
| Class org.codehaus.groovy.syntax.ReadException extends GroovyException implements Serializable |
|---|
| Serialized Fields |
|---|
IOException cause
| Class org.codehaus.groovy.syntax.RuntimeParserException extends GroovyRuntimeException implements Serializable |
|---|
| Class org.codehaus.groovy.syntax.SyntaxException extends GroovyException implements Serializable |
|---|
| Serialized Fields |
|---|
int line
int column
String sourceLocator
| Class org.codehaus.groovy.syntax.TokenException extends SyntaxException implements Serializable |
|---|
| Serialized Fields |
|---|
Token token
| Class org.codehaus.groovy.syntax.TokenMismatchException extends TokenException implements Serializable |
|---|
| Serialized Fields |
|---|
Token unexpectedToken
int expectedType
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||