Serialized Form


Package jasco.options

Class jasco.options.JAsCoStopException extends java.lang.RuntimeException implements Serializable


Package jasco.runtime

Class jasco.runtime.JAsCoAdviceException extends java.lang.RuntimeException implements Serializable

Class jasco.runtime.ProceedFinishedException extends java.lang.RuntimeException implements Serializable


Package jasco.runtime.aspect.factory

Class jasco.runtime.aspect.factory.HookInstantiationFailed extends java.lang.Exception implements Serializable


Package jasco.runtime.connector.traversal

Class jasco.runtime.connector.traversal.JAsCoStopTraversal extends java.lang.Throwable implements Serializable

Serialized Fields

context

java.lang.Object context

Package jasco.runtime.inline

Class jasco.runtime.inline.InlineCompilingFailed extends java.lang.Exception implements Serializable


Package jasco.runtime.mixin

Class jasco.runtime.mixin.NoMixinFound extends java.lang.RuntimeException implements Serializable


Package jasco.runtime.refinements

Class jasco.runtime.refinements.NoRefinementFound extends java.lang.RuntimeException implements Serializable


Package jasco.testing

Class jasco.testing.TestSkippedException extends java.lang.Exception implements Serializable


Package jasco.tools.connectorparser

Class jasco.tools.connectorparser.RefinableMethodGenerationFailed extends java.lang.Exception implements Serializable


Package jasco.tools.gui

Class jasco.tools.gui.AbstractTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

name

java.lang.String name

icon

javax.swing.Icon icon

Class jasco.tools.gui.AspectTreeNode extends AbstractTreeNode implements Serializable

Class jasco.tools.gui.ConnectorRegistryIntrospector extends AbstractFrame implements Serializable

Serialized Fields

connectorTree

javax.swing.JTree connectorTree

treePanel

javax.swing.JPanel treePanel

infoPanel

javax.swing.JPanel infoPanel

treeScroller

javax.swing.JScrollPane treeScroller

main

javax.swing.JSplitPane main

optionsDialog

IntrospectorOptionsDialog optionsDialog

transformDialog

TransformBeanDialog transformDialog

aspectCompileDialog

jasco.tools.gui.CompileAspectDialog aspectCompileDialog

viewMode

int viewMode

Class jasco.tools.gui.ConnectorTreeNode extends AbstractTreeNode implements Serializable

Serialized Fields

connector

Connector connector

Class jasco.tools.gui.HookTreeNode extends AbstractTreeNode implements Serializable

Serialized Fields

hook

IHook hook

Class jasco.tools.gui.IntrospectorOptionsDialog extends AbstractDialog implements Serializable

Serialized Fields

mainWindow

javax.swing.JFrame mainWindow

classPathTF

javax.swing.JTextField classPathTF

classPath

javax.swing.DefaultListModel classPath

tabs

javax.swing.JTabbedPane tabs

fileChooser

MyFileChooser fileChooser

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

Class jasco.tools.gui.MethodTreeNode extends AbstractTreeNode implements Serializable

Serialized Fields

methods

java.util.Hashtable<K,V> methods

Class jasco.tools.gui.TransformBeanDialog extends AbstractDialog implements Serializable

Serialized Fields

currentClass

java.lang.String currentClass

fileChooser

MyFileChooser fileChooser

browser

BrowseField browser

Package jasco.tools.jascoparser

Class jasco.tools.jascoparser.JascoParseException extends java.lang.RuntimeException implements Serializable

Serialized Fields

error

CompileError error

Class jasco.tools.jascoparser.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class jasco.tools.jascoparser.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package jasco.util

Class jasco.util.AbstractDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

isCanceled

boolean isCanceled

Class jasco.util.AbstractFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

CANCELED

int CANCELED

CONFIRMED

int CONFIRMED

DENIED

int DENIED

Class jasco.util.BrowseField extends javax.swing.JComponent implements Serializable

Serialized Fields

text

javax.swing.JTextField text

fileChooser

MyFileChooser fileChooser

browse

javax.swing.JButton browse

listeners

java.util.Vector<E> listeners

Class jasco.util.MyFileChooser extends javax.swing.JFileChooser implements Serializable

Serialized Fields

isCanceled

boolean isCanceled

parent

javax.swing.JFrame parent

Package jasco.util.logging

Class jasco.util.logging.JAsCoException extends java.lang.RuntimeException implements Serializable