Serialized Form


Package net.sf.arise.piji

Class net.sf.arise.piji.AbstractNode implements Serializable

Class net.sf.arise.piji.BadArgumentException implements Serializable

Class net.sf.arise.piji.ConfigurationException implements Serializable

Class net.sf.arise.piji.ContextException implements Serializable

Class net.sf.arise.piji.EvaluationException implements Serializable

Class net.sf.arise.piji.IllegalFormalArgumentException implements Serializable

Class net.sf.arise.piji.InternalException implements Serializable

Class net.sf.arise.piji.InternalRuntimeException implements Serializable

Class net.sf.arise.piji.LeafNode implements Serializable

Serialized Fields

content

java.lang.Object content
The content of the leaf

Class net.sf.arise.piji.ListNode implements Serializable

Serialized Fields

type

ListNodeType type

nodes

AbstractNode[] nodes
A list of all children

Class net.sf.arise.piji.ParseException implements Serializable

Class net.sf.arise.piji.ParseParanthesisException implements Serializable

Class net.sf.arise.piji.ParseUnfinishedException implements Serializable

Class net.sf.arise.piji.PijiException implements Serializable

Class net.sf.arise.piji.PijiRuntimeException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class net.sf.arise.piji.PropertyException implements Serializable

Serialized Fields

prop

java.lang.String prop

Class net.sf.arise.piji.WrongArgumentCountException implements Serializable


Package net.sf.arise.piji.conf

Class net.sf.arise.piji.conf.CfFunction implements Serializable

Serialized Fields

symbol

java.lang.String symbol

classname

java.lang.String classname

Class net.sf.arise.piji.conf.CfFunctionGroup implements Serializable

Serialized Fields

functions

java.util.List functions

pack

java.lang.String pack

Class net.sf.arise.piji.conf.CfInterconf implements Serializable

Serialized Fields

libraries

java.util.List libraries

functionGroups

java.util.List functionGroups

properties

java.util.List properties

classpathProperty

java.lang.String classpathProperty

Class net.sf.arise.piji.conf.CfLibrary implements Serializable

Serialized Fields

resource

java.lang.String resource

Class net.sf.arise.piji.conf.CfProperty implements Serializable

Serialized Fields

name

java.lang.String name

value

java.lang.String value

type

java.lang.String type


Package net.sf.arise.hold

Class net.sf.arise.hold.DataHolderException implements Serializable

Class net.sf.arise.hold.PrimitiveBooleanHolder implements Serializable

Serialized Fields

booleanWrap

boolean booleanWrap

Class net.sf.arise.hold.PrimitiveByteHolder implements Serializable

Serialized Fields

byteWrap

byte byteWrap

byteObject

java.lang.Byte byteObject

Class net.sf.arise.hold.PrimitiveCharacterHolder implements Serializable

Serialized Fields

charWrap

char charWrap

Class net.sf.arise.hold.PrimitiveDataHolder implements Serializable

Class net.sf.arise.hold.PrimitiveDoubleHolder implements Serializable

Serialized Fields

doubleWrap

double doubleWrap

doubleObject

java.lang.Double doubleObject

Class net.sf.arise.hold.PrimitiveFloatHolder implements Serializable

Serialized Fields

floatWrap

float floatWrap

floatObject

java.lang.Float floatObject

Class net.sf.arise.hold.PrimitiveIntegerHolder implements Serializable

Serialized Fields

intWrap

int intWrap

intObject

java.lang.Integer intObject

Class net.sf.arise.hold.PrimitiveLongHolder implements Serializable

Serialized Fields

longWrap

long longWrap

longObject

java.lang.Long longObject

Class net.sf.arise.hold.PrimitiveNumberHolder implements Serializable

Class net.sf.arise.hold.PrimitiveShortHolder implements Serializable

Serialized Fields

shortWrap

short shortWrap

shortObject

java.lang.Short shortObject

Class net.sf.arise.hold.VoidHolder implements Serializable


Package net.sf.arise.gsf

Class net.sf.arise.gsf.Binding implements Serializable

Serialized Fields

name

java.lang.String name

value

java.lang.String value

type

java.lang.String type

Class net.sf.arise.gsf.Bindings implements Serializable

Serialized Fields

list

java.util.List list

parent

Bindings parent

Class net.sf.arise.gsf.Classpath implements Serializable

Serialized Fields

sourceElements

java.util.List sourceElements

source

java.lang.Object source

elements

java.util.List elements

Class net.sf.arise.gsf.EngineException implements Serializable

Class net.sf.arise.gsf.EngineRuntimeException implements Serializable

Class net.sf.arise.gsf.EvalException implements Serializable

Class net.sf.arise.gsf.NoSuchEngineException implements Serializable

Class net.sf.arise.gsf.Result implements Serializable

Serialized Fields

expressionString

java.lang.String expressionString

wrappedValue

Holder wrappedValue

valueString

java.lang.String valueString

primitive

boolean primitive

evalTime

long evalTime

typeName

java.lang.String typeName

throwableType

java.lang.String throwableType

throwableMessage

java.lang.String throwableMessage


Package net.sf.arise.gui

Class net.sf.arise.gui.BaseWorkarea implements Serializable

Serialized Fields

log

org.apache.commons.logging.Log log

runner

net.sf.arise.gui.BaseWorkarea.Runner runner

listeners

java.util.List listeners

area

javax.swing.JTextArea area

tabbedPane

javax.swing.JTabbedPane tabbedPane

errorsArea

javax.swing.JTextArea errorsArea

errorsScroll

javax.swing.JScrollPane errorsScroll

valuesArea

javax.swing.JTextArea valuesArea

valuesScroll

javax.swing.JScrollPane valuesScroll

evalResultPanel

EvalResultPanel evalResultPanel

pathField

javax.swing.JTextField pathField

parent

Workarea parent

name

java.lang.String name

language

java.lang.String language

file

java.io.File file

fileLabel

javax.swing.JLabel fileLabel

valueCount

int valueCount

remote

boolean remote

hasRead

boolean hasRead

hasWritten

boolean hasWritten

pathAction

javax.swing.Action pathAction

resetAction

javax.swing.Action resetAction

listener

WorkareaListener listener

inspectLastAction

net.sf.arise.gui.BaseWorkarea.InspectLastAction inspectLastAction

emitLastAction

net.sf.arise.gui.BaseWorkarea.EmitLastAction emitLastAction

path

Classpath path

Class net.sf.arise.gui.BindingsPanel implements Serializable

Serialized Fields

table

javax.swing.JTable table

model

Bindings model

Class net.sf.arise.gui.Console implements Serializable

Serialized Fields

workareaCounter

int workareaCounter

workareas

java.util.List workareas

fileMenu

javax.swing.JMenu fileMenu

toolMenu

javax.swing.JMenu toolMenu

tabbedpane

javax.swing.JTabbedPane tabbedpane

inputpane

javax.swing.JSplitPane inputpane

chooser

javax.swing.JFileChooser chooser

currentLanguage

java.lang.String currentLanguage

closeAction

javax.swing.Action closeAction

clearAction

javax.swing.Action clearAction

clearValuesAction

javax.swing.Action clearValuesAction

clearErrorsAction

javax.swing.Action clearErrorsAction

evalAction

javax.swing.Action evalAction

evalMarkedAction

javax.swing.Action evalMarkedAction

inspectMarkedAction

javax.swing.Action inspectMarkedAction

spawnAreaAction

javax.swing.Action spawnAreaAction

newAreaAction

javax.swing.Action newAreaAction

loadFileAction

javax.swing.Action loadFileAction

insertFileAction

javax.swing.Action insertFileAction

reloadFileAction

javax.swing.Action reloadFileAction

saveAction

javax.swing.Action saveAction

saveAsAction

javax.swing.Action saveAsAction

exitAction

javax.swing.Action exitAction

workareaListener

WorkareaListener workareaListener

Class net.sf.arise.gui.EngineServiceWorkarea implements Serializable

Serialized Fields

locator

ServiceLocator locator

service

IEngineService service

inspectorService

IInspectorService inspectorService

Class net.sf.arise.gui.EvalResultPanel implements Serializable

Serialized Fields

colonLabel

javax.swing.JLabel colonLabel

msField

javax.swing.JTextField msField

classField

javax.swing.JTextField classField

toStringField

javax.swing.JTextField toStringField

throwableField

javax.swing.JTextField throwableField

Class net.sf.arise.gui.SigseException implements Serializable

Class net.sf.arise.gui.SigseRuntimeException implements Serializable


Package net.sf.arise.loading

Class net.sf.arise.loading.LoadingException implements Serializable

Class net.sf.arise.loading.PrivateMemberException implements Serializable


Package net.sf.arise.delegate

Class net.sf.arise.delegate.ServiceException implements Serializable

Class net.sf.arise.delegate.ServiceInvocationException implements Serializable

Serialized Fields

serviceInterfaceName

java.lang.String serviceInterfaceName

methodName

java.lang.String methodName

typeNames

java.lang.String[] typeNames

args

java.lang.Object[] args

Class net.sf.arise.delegate.ServiceInvokerBean implements Serializable

Class net.sf.arise.delegate.ServiceInvokerServlet implements Serializable

Serialized Fields

log

org.apache.commons.logging.Log log

requestCount

int requestCount

responseCount

int responseCount

Class net.sf.arise.delegate.ServiceRuntimeException implements Serializable


Package net.sf.arise.inspector

Class net.sf.arise.inspector.InspectJPanel implements Serializable

Serialized Fields

locator

ServiceLocator locator

controller

InspectVC controller

inspectTreeJPanel

InspectTreeJPanel inspectTreeJPanel

evalField

javax.swing.JTextArea evalField

evalButton

javax.swing.JButton evalButton

displayButton

javax.swing.JButton displayButton

displayRemoteButton

javax.swing.JButton displayRemoteButton

evalRemoteButton

javax.swing.JButton evalRemoteButton

inspectButton

javax.swing.JButton inspectButton

inspectNodeButton

javax.swing.JButton inspectNodeButton

variablesList

javax.swing.JTextArea variablesList

variables

java.util.List variables

Class net.sf.arise.inspector.InspectTreeJPanel implements Serializable

Serialized Fields

locator

ServiceLocator locator

controller

InspectTreeVC controller

resultTree

javax.swing.JTree resultTree

Class net.sf.arise.inspector.ProxyInspectorNode implements Serializable

Serialized Fields

id

java.lang.String id

leaf

boolean leaf

isRealObject

boolean isRealObject

displayString

java.lang.String displayString


Package net.sf.arise.awt

Class net.sf.arise.awt.GBConstraints implements Serializable


Package net.sf.arise.util

Class net.sf.arise.util.ChainingException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class net.sf.arise.util.ChainingRuntimeException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause



All code and documentation is

Copyright (c) : 2000-2003 Kjetil Valstadsve & Maja S. Bratseth