Serialized Form


Package de.cau.cs.kieler.core.math

Class de.cau.cs.kieler.core.math.KVector extends Object implements Serializable

serialVersionUID: -4780985519832787684L

Serialized Fields

x

double x
x coordinate.


y

double y
y coordinate.

Class de.cau.cs.kieler.core.math.KVectorChain extends LinkedList<KVector> implements Serializable

serialVersionUID: -7978287459602078559L


Package de.cau.cs.kieler.core.util

Class de.cau.cs.kieler.core.util.Pair.FirstComparator extends Object implements Serializable

serialVersionUID: 1L

Class de.cau.cs.kieler.core.util.Pair.SecondComparator extends Object implements Serializable

serialVersionUID: 1L


Package de.cau.cs.kieler.kev.views

Class de.cau.cs.kieler.kev.views.EclipseJSVGCanvas extends org.apache.batik.swing.JSVGCanvas implements Serializable

serialVersionUID: -3324506235308202723L

Serialized Fields

loadingStatusListener

SVGLoadingStatusListener loadingStatusListener
This one is a single loadingStatusListener so we can keep an eye on the svg document loading status.


Package de.cau.cs.kieler.kiml.util

Class de.cau.cs.kieler.kiml.util.KimlUtil.PortComparator extends Object implements Serializable

serialVersionUID: 7489650936528433087L

Serialized Fields

forward

boolean forward
indicates whether to treat ranks in forward direction.


layoutDirection

Direction layoutDirection
horizontal or vertical layout direction.


Package de.cau.cs.kieler.ksbase.core

Class de.cau.cs.kieler.ksbase.core.EditorTransformationSettings extends Object implements Serializable

serialVersionUID: 836873211581178353L

Serialized Fields

modelPackages

List<E> modelPackages
The model package class.


defaultIcon

String defaultIcon
Default icon for menu entries.


editorId

String editorId
Editor ID to which this setting is assigned.


transformationFile

String transformationFile
Transformation file in which the transformations are defined. This is a String representing an absolute path.


context

String context
The context for the diagram editor, required for key bindings.


inplaceTransformations

HashMap<K,V> inplaceTransformations
The map of transformations, ordered by their transformation Id.


outplaceTransformations

HashMap<K,V> outplaceTransformations
The map of out-place transformations, those may only be used for validation.


menuContributions

LinkedList<E> menuContributions
List of menu contributions.


checkVisibility

boolean checkVisibility
Check visibility expressions?


commandHandler

String commandHandler
Command handler to be used by this editor. If this is empty, the default handler will be used.


transformationClasses

LinkedList<E> transformationClasses
A list of transformation classes given by the extension point. This will likely be generated xtend2 transformation classes.

Class de.cau.cs.kieler.ksbase.core.KSBasEMenuContribution extends Object implements Serializable

serialVersionUID: 7361142074727714589L

Serialized Fields

data

String data
If this contribution is a root contribution, the data is a locationURI, else it is the id of a menu.


label

String label
The label for this contribution, currently used for menus only.


commands

LinkedList<E> commands
The list of commands.


subMenus

LinkedList<E> subMenus
The list of sub menus.

Class de.cau.cs.kieler.ksbase.core.KSBasETransformation extends AbstractTransformation implements Serializable

serialVersionUID: 513784171695543063L

Serialized Fields

name

String name
Menu entry name.


transformation

String transformation
Transformation name.


icon

String icon
URI to icon.


keyboardShortcut

String keyboardShortcut
Assigned keyboard shortcut.


toolTip

String toolTip
ToolTip message of this transformation.


parameters

LinkedList<E> parameters
Ordered parameters.


transformationId

String transformationId
Id for this transformation.


visible

boolean visible
Flag for user defined transformations to control visibility.


validation

String validation
Additional validation transformation.


transformationClass

Object transformationClass

commandId

String commandId

Package de.cau.cs.kieler.sim.kiem.config.data

Class de.cau.cs.kieler.sim.kiem.config.data.AbstractStringWrapper extends Object implements Serializable

serialVersionUID: -6938469797661062126L

Serialized Fields

containedString

String containedString
The string contained in this component.

Class de.cau.cs.kieler.sim.kiem.config.data.EditorDefinition extends Object implements Serializable

serialVersionUID: -6893097591962955803L

Serialized Fields

name

String name
The name of the editor.


editorId

EditorIdWrapper editorId
editor id belonging to this editor.


isLocked

boolean isLocked
true if the editor should not be removed.

Class de.cau.cs.kieler.sim.kiem.config.data.EditorIdWrapper extends KiemPropertyKeyWrapper implements Serializable

serialVersionUID: 4496529332452044654L

Class de.cau.cs.kieler.sim.kiem.config.data.KiemPropertyKeyWrapper extends AbstractStringWrapper implements Serializable

serialVersionUID: 3028066549799152724L

Class de.cau.cs.kieler.sim.kiem.config.data.MostRecentCollection extends Object implements Serializable

serialVersionUID: 2058407694657397097L

Serialized Fields

capacity

int capacity
Maximum capacity of the list.


data

List<E> data
The data in the list.


Package de.cau.cs.kieler.sim.kiem.config.managers

Class de.cau.cs.kieler.sim.kiem.config.managers.ScheduleComparator extends Object implements Serializable

serialVersionUID: -764086765589954316L

Serialized Fields

editor

EditorDefinition editor
the editor to use for comparison.


Package de.cau.cs.kieler.sim.kiem.internal

Class de.cau.cs.kieler.sim.kiem.internal.DataComponentWrapper extends Object implements Serializable

serialVersionUID: -4500131140237160894L

Serialized Fields

enabled

boolean enabled
The boolean enabled flag indicating whether the DataComponent is enabled or not.


properties

KiemProperty[] properties
Indicates that the properties are unfolded.


componentId

String componentId
The component id of the component for deserialization.


Package de.cau.cs.kieler.sim.kiem.properties

Class de.cau.cs.kieler.sim.kiem.properties.KiemProperty extends Object implements Serializable

serialVersionUID: -6897758298476417410L

Serialized Fields

key

String key
The String key of the KiemProperty.


value

String value
The String value of the KiemProperty.


propertyTypeId

String propertyTypeId
The propertyType id of the component for deserialization.


Package java.awt

Class java.awt.AWTEvent extends EventObject implements Serializable

serialVersionUID: -1825314779160409405L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

bdata

byte[] bdata

id

int id

consumed

boolean consumed

Class java.awt.AWTKeyStroke extends Object implements Serializable

serialVersionUID: -6430539691155161871L

Serialization Methods

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

keyChar

char keyChar

keyCode

int keyCode

modifiers

int modifiers

onKeyRelease

boolean onKeyRelease

Class java.awt.AWTPermission extends BasicPermission implements Serializable

serialVersionUID: 8890392402588814465L

Class java.awt.BorderLayout extends Object implements Serializable

serialVersionUID: -8658291919501921765L

Serialized Fields

hgap

int hgap

vgap

int vgap

north

Component north

west

Component west

east

Component east

south

Component south

center

Component center

firstLine

Component firstLine

lastLine

Component lastLine

firstItem

Component firstItem

lastItem

Component lastItem

Class java.awt.Button extends Component implements Serializable

serialVersionUID: -8774683716313001058L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException,
                        HeadlessException
Throws:
ClassNotFoundException
IOException
HeadlessException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

label

String label

actionCommand

String actionCommand

buttonSerializedDataVersion

int buttonSerializedDataVersion

Class java.awt.Button.AccessibleAWTButton extends Component.AccessibleAWTComponent implements Serializable

serialVersionUID: -5932203980244017102L

Class java.awt.Canvas extends Component implements Serializable

serialVersionUID: -2284879212465893870L

Class java.awt.Canvas.AccessibleAWTCanvas extends Component.AccessibleAWTComponent implements Serializable

serialVersionUID: -6325592262103146699L

Class java.awt.CardLayout extends Object implements Serializable

serialVersionUID: -4328196481005934313L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

Class java.awt.Checkbox extends Component implements Serializable

serialVersionUID: 7270714317450821763L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException,
                        HeadlessException
Throws:
ClassNotFoundException
IOException
HeadlessException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

label

String label

state

boolean state

group

CheckboxGroup group

checkboxSerializedDataVersion

int checkboxSerializedDataVersion

Class java.awt.Checkbox.AccessibleAWTCheckbox extends Component.AccessibleAWTComponent implements Serializable

serialVersionUID: 7881579233144754107L

Class java.awt.CheckboxGroup extends Object implements Serializable

serialVersionUID: 3729780091441768983L

Serialized Fields

selectedCheckbox

Checkbox selectedCheckbox

Class java.awt.CheckboxMenuItem extends MenuItem implements Serializable

serialVersionUID: 6190621106981774043L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

state

boolean state

checkboxMenuItemSerializedDataVersion

int checkboxMenuItemSerializedDataVersion

Class java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem extends MenuItem.AccessibleAWTMenuItem implements Serializable

serialVersionUID: -1122642964303476L

Class java.awt.Choice extends Component implements Serializable

serialVersionUID: -4075310674757313071L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException,
                        HeadlessException
Throws:
ClassNotFoundException
IOException
HeadlessException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

pItems

Vector pItems

selectedIndex

int selectedIndex

choiceSerializedDataVersion

int choiceSerializedDataVersion

Class java.awt.Choice.AccessibleAWTChoice extends Component.AccessibleAWTComponent implements Serializable

serialVersionUID: 7175603582428509322L

Class java.awt.Color extends Object implements Serializable

serialVersionUID: 118526816881161077L

Serialized Fields

value

int value

frgbvalue

float[] frgbvalue

fvalue

float[] fvalue

falpha

float falpha

cs

ColorSpace cs

Class java.awt.Component extends Object implements Serializable

serialVersionUID: -7644114512714619750L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

x

int x

y

int y

width

int width

height

int height

foreground

Color foreground

background

Color background

font

Font font

peerFont

Font peerFont

cursor

Cursor cursor

locale

Locale locale

ignoreRepaint

boolean ignoreRepaint

visible

boolean visible

enabled

boolean enabled

valid

boolean valid

dropTarget

DropTarget dropTarget

popups

Vector popups

name

String name

nameExplicitlySet

boolean nameExplicitlySet

focusable

boolean focusable

isFocusTraversableOverridden

int isFocusTraversableOverridden

focusTraversalKeys

Set<E>[] focusTraversalKeys

focusTraversalKeysEnabled

boolean focusTraversalKeysEnabled

minSize

Dimension minSize

minSizeSet

boolean minSizeSet

prefSize

Dimension prefSize

prefSizeSet

boolean prefSizeSet

maxSize

Dimension maxSize

maxSizeSet

boolean maxSizeSet

newEventsOnly

boolean newEventsOnly

eventMask

long eventMask

changeSupport

PropertyChangeSupport changeSupport

isPacked

boolean isPacked

boundsOp

int boundsOp

componentSerializedDataVersion

int componentSerializedDataVersion

accessibleContext

AccessibleContext accessibleContext

Class java.awt.Component.AccessibleAWTComponent extends AccessibleContext implements Serializable

serialVersionUID: 642321655757800191L

Serialized Fields

accessibleAWTComponentHandler

ComponentListener accessibleAWTComponentHandler

accessibleAWTFocusHandler

FocusListener accessibleAWTFocusHandler

Class java.awt.ComponentOrientation extends Object implements Serializable

serialVersionUID: -4113291392143563828L

Serialized Fields

orientation

int orientation

Class java.awt.Container extends Component implements Serializable

serialVersionUID: 4613797578919906343L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

Class java.awt.Container.AccessibleAWTContainer extends Component.AccessibleAWTComponent implements Serializable

serialVersionUID: 5081320404842566097L

Serialized Fields

accessibleContainerHandler

ContainerListener accessibleContainerHandler

Class java.awt.ContainerOrderFocusTraversalPolicy extends FocusTraversalPolicy implements Serializable

serialVersionUID: 486933713763926351L

Serialized Fields

implicitDownCycleTraversal

boolean implicitDownCycleTraversal

Class java.awt.Cursor extends Object implements Serializable

serialVersionUID: 8028237497568985504L

Serialized Fields

type

int type

name

String name

Class java.awt.DefaultFocusTraversalPolicy extends ContainerOrderFocusTraversalPolicy implements Serializable

serialVersionUID: 8876966522510157497L

Class java.awt.Dialog extends Window implements Serializable

serialVersionUID: 5920926903803293709L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException,
                        HeadlessException
Throws:
ClassNotFoundException
IOException
HeadlessException
Serialized Fields

resizable

boolean resizable

undecorated

boolean undecorated

modal

boolean modal

modalityType

Dialog.ModalityType modalityType

title

String title

Class java.awt.Dialog.AccessibleAWTDialog extends Window.AccessibleAWTWindow implements Serializable

serialVersionUID: 4837230331833941201L

Class java.awt.Dimension extends Dimension2D implements Serializable

serialVersionUID: 4723952579491349524L

Serialized Fields

width

int width

height

int height

Class java.awt.Event extends Object implements Serializable

serialVersionUID: 5488922509400504703L

Serialized Fields

target

Object target

when

long when

id

int id

x

int x

y

int y

key

int key

modifiers

int modifiers

clickCount

int clickCount

arg

Object arg

evt

Event evt

consumed

boolean consumed

Class java.awt.FileDialog extends Dialog implements Serializable

serialVersionUID: 5035145889651310422L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

mode

int mode

dir

String dir

file

String file

filter

FilenameFilter filter

Class java.awt.FlowLayout extends Object implements Serializable

serialVersionUID: -7262534875583282631L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

align

int align

newAlign

int newAlign

hgap

int hgap

vgap

int vgap

alignOnBaseline

boolean alignOnBaseline

serialVersionOnStream

int serialVersionOnStream

Class java.awt.Font extends Object implements Serializable

serialVersionUID: -4206021311591459213L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws ClassNotFoundException,
                         IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

fRequestedAttributes

Hashtable fRequestedAttributes

name

String name

style

int style

size

int size

pointSize

float pointSize

fontSerializedDataVersion

int fontSerializedDataVersion

Class java.awt.FontMetrics extends Object implements Serializable

serialVersionUID: 1681126225205050147L

Serialized Fields

font

Font font

Class java.awt.Frame extends Window implements Serializable

serialVersionUID: 2673458971256075116L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException,
                        HeadlessException
Throws:
ClassNotFoundException
IOException
HeadlessException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

maximizedBounds

Rectangle maximizedBounds

title

String title

menuBar

MenuBar menuBar

resizable

boolean resizable

undecorated

boolean undecorated

mbManagement

boolean mbManagement

state

int state

ownedWindows

Vector ownedWindows

frameSerializedDataVersion

int frameSerializedDataVersion

Class java.awt.Frame.AccessibleAWTFrame extends Window.AccessibleAWTWindow implements Serializable

serialVersionUID: -6172960752956030250L

Class java.awt.GraphicsConfigTemplate extends Object implements Serializable

serialVersionUID: -8061369279557787079L

Class java.awt.GridBagConstraints extends Object implements Serializable

serialVersionUID: -1000070633030801713L

Serialized Fields

gridx

int gridx

gridy

int gridy

gridwidth

int gridwidth

gridheight

int gridheight

weightx

double weightx

weighty

double weighty

anchor

int anchor

fill

int fill

insets

Insets insets

ipadx

int ipadx

ipady

int ipady

tempX

int tempX

tempY

int tempY

tempWidth

int tempWidth

tempHeight

int tempHeight

minWidth

int minWidth

minHeight

int minHeight

Class java.awt.GridBagLayout extends Object implements Serializable

serialVersionUID: 8838754796412211005L

Serialized Fields

comptable

Hashtable comptable

defaultConstraints

GridBagConstraints defaultConstraints

layoutInfo

GridBagLayoutInfo layoutInfo

columnWidths

int[] columnWidths

rowHeights

int[] rowHeights

columnWeights

double[] columnWeights

rowWeights

double[] rowWeights

componentAdjusting

Component componentAdjusting

Class java.awt.GridBagLayoutInfo extends Object implements Serializable

serialVersionUID: -4899416460737170217L

Serialized Fields

width

int width

height

int height

startx

int startx

starty

int starty

minWidth

int[] minWidth

minHeight

int[] minHeight

weightX

double[] weightX

weightY

double[] weightY

hasBaseline

boolean hasBaseline

baselineType

short[] baselineType

maxAscent

int[] maxAscent

maxDescent

int[] maxDescent

Class java.awt.GridLayout extends Object implements Serializable

serialVersionUID: -7411804673224730901L

Serialized Fields

hgap

int hgap

vgap

int vgap

rows

int rows

cols

int cols

Class java.awt.Insets extends Object implements Serializable

serialVersionUID: -2272572637695466749L

Serialized Fields

top

int top

left

int left

bottom

int bottom

right

int right

Class java.awt.Label extends Component implements Serializable

serialVersionUID: 3094126758329070636L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException,
                        HeadlessException
Throws:
ClassNotFoundException
IOException
HeadlessException
Serialized Fields

text

String text

alignment

int alignment

Class java.awt.Label.AccessibleAWTLabel extends Component.AccessibleAWTComponent implements Serializable

serialVersionUID: -3568967560160480438L

Class java.awt.List extends Component implements Serializable

serialVersionUID: -3304312411574666869L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException,
                        HeadlessException
Throws:
ClassNotFoundException
IOException
HeadlessException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

items

Vector items

rows

int rows

multipleMode

boolean multipleMode

selected

int[] selected

visibleIndex

int visibleIndex

listSerializedDataVersion

int listSerializedDataVersion

Class java.awt.List.AccessibleAWTList extends Component.AccessibleAWTComponent implements Serializable

serialVersionUID: 7924617370136012829L

Class java.awt.List.AccessibleAWTList.AccessibleAWTListChild extends Component.AccessibleAWTComponent implements Serializable

serialVersionUID: 4412022926028300317L

Serialized Fields

parent

List parent

indexInParent

int indexInParent

Class java.awt.MediaTracker extends Object implements Serializable

serialVersionUID: -483174189758638095L

Serialized Fields

target

Component target

head

java.awt.MediaEntry head

Class java.awt.Menu extends MenuItem implements Serializable

serialVersionUID: -8809584163345499784L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException,
                        HeadlessException
Throws:
IOException
ClassNotFoundException
HeadlessException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

items

Vector items

tearOff

boolean tearOff

isHelpMenu

boolean isHelpMenu

menuSerializedDataVersion

int menuSerializedDataVersion

Class java.awt.Menu.AccessibleAWTMenu extends MenuItem.AccessibleAWTMenuItem implements Serializable

serialVersionUID: 5228160894980069094L

Class java.awt.MenuBar extends MenuComponent implements Serializable

serialVersionUID: -4930327919388951260L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException,
                        HeadlessException
Throws:
ClassNotFoundException
IOException
HeadlessException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws ClassNotFoundException,
                         IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

menus

Vector menus

helpMenu

Menu helpMenu

menuBarSerializedDataVersion

int menuBarSerializedDataVersion

Class java.awt.MenuBar.AccessibleAWTMenuBar extends MenuComponent.AccessibleAWTMenuComponent implements Serializable

serialVersionUID: -8577604491830083815L

Class java.awt.MenuComponent extends Object implements Serializable

serialVersionUID: -4536902356223894379L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException,
                        HeadlessException
Throws:
ClassNotFoundException
IOException
HeadlessException
Serialized Fields

font

Font font

name

String name

nameExplicitlySet

boolean nameExplicitlySet

newEventsOnly

boolean newEventsOnly

accessibleContext

AccessibleContext accessibleContext

Class java.awt.MenuComponent.AccessibleAWTMenuComponent extends AccessibleContext implements Serializable

serialVersionUID: -4269533416223798698L

Class java.awt.MenuItem extends MenuComponent implements Serializable

serialVersionUID: -21757335363267194L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException,
                        HeadlessException
Throws:
ClassNotFoundException
IOException
HeadlessException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

enabled

boolean enabled

label

String label

actionCommand

String actionCommand

eventMask

long eventMask

shortcut

MenuShortcut shortcut

menuItemSerializedDataVersion

int menuItemSerializedDataVersion

Class java.awt.MenuItem.AccessibleAWTMenuItem extends MenuComponent.AccessibleAWTMenuComponent implements Serializable

serialVersionUID: -217847831945965825L

Class java.awt.MenuShortcut extends Object implements Serializable

serialVersionUID: 143448358473180225L

Serialized Fields

key

int key

usesShift

boolean usesShift

Class java.awt.Panel extends Container implements Serializable

serialVersionUID: -2728009084054400034L

Class java.awt.Panel.AccessibleAWTPanel extends Container.AccessibleAWTContainer implements Serializable

serialVersionUID: -6409552226660031050L

Class java.awt.Polygon extends Object implements Serializable

serialVersionUID: -6460061437900069969L

Serialized Fields

npoints

int npoints

xpoints

int[] xpoints

ypoints

int[] ypoints

bounds

Rectangle bounds

Class java.awt.PopupMenu extends Menu implements Serializable

serialVersionUID: -4620452533522760060L

Class java.awt.PopupMenu.AccessibleAWTPopupMenu extends Menu.AccessibleAWTMenu implements Serializable

serialVersionUID: -4282044795947239955L

Class java.awt.Scrollbar extends Component implements Serializable

serialVersionUID: 8451667562882310543L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException,
                        HeadlessException
Throws:
ClassNotFoundException
IOException
HeadlessException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

value

int value

maximum

int maximum

minimum

int minimum

visibleAmount

int visibleAmount

orientation

int orientation

lineIncrement

int lineIncrement

pageIncrement

int pageIncrement

scrollbarSerializedDataVersion

int scrollbarSerializedDataVersion

Class java.awt.Scrollbar.AccessibleAWTScrollBar extends Component.AccessibleAWTComponent implements Serializable

serialVersionUID: -344337268523697807L

Class java.awt.ScrollPane extends Container implements Serializable

serialVersionUID: 7956609840827222915L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException,
                        HeadlessException
Throws:
ClassNotFoundException
IOException
HeadlessException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

scrollbarDisplayPolicy

int scrollbarDisplayPolicy

vAdjustable

ScrollPaneAdjustable vAdjustable

hAdjustable

ScrollPaneAdjustable hAdjustable

wheelScrollingEnabled

boolean wheelScrollingEnabled

Class java.awt.ScrollPane.AccessibleAWTScrollPane extends Container.AccessibleAWTContainer implements Serializable

serialVersionUID: 6100703663886637L

Class java.awt.ScrollPaneAdjustable extends Object implements Serializable

serialVersionUID: -3359745691033257079L

Serialized Fields

sp

ScrollPane sp

orientation

int orientation

value

int value

minimum

int minimum

maximum

int maximum

visibleAmount

int visibleAmount

unitIncrement

int unitIncrement

blockIncrement

int blockIncrement

adjustmentListener

AdjustmentListener adjustmentListener

Class java.awt.SystemColor extends Color implements Serializable

serialVersionUID: 4503142729533789064L

Serialization Methods

readResolve

private Object readResolve()

writeReplace

private Object writeReplace()
                     throws ObjectStreamException
Throws:
ObjectStreamException

Class java.awt.TextArea extends TextComponent implements Serializable

serialVersionUID: 3692302836626095722L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException,
                        HeadlessException
Throws:
ClassNotFoundException
IOException
HeadlessException
Serialized Fields

rows

int rows

columns

int columns

scrollbarVisibility

int scrollbarVisibility

textAreaSerializedDataVersion

int textAreaSerializedDataVersion

Class java.awt.TextArea.AccessibleAWTTextArea extends TextComponent.AccessibleAWTTextComponent implements Serializable

serialVersionUID: 3472827823632144419L

Class java.awt.TextComponent extends Component implements Serializable

serialVersionUID: -2214773872412987419L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException,
                        HeadlessException
Throws:
ClassNotFoundException
IOException
HeadlessException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

text

String text

editable

boolean editable

selectionStart

int selectionStart

selectionEnd

int selectionEnd

backgroundSetByClientCode

boolean backgroundSetByClientCode

textComponentSerializedDataVersion

int textComponentSerializedDataVersion

checkForEnableIM

boolean checkForEnableIM

Class java.awt.TextComponent.AccessibleAWTTextComponent extends Component.AccessibleAWTComponent implements Serializable

serialVersionUID: 3631432373506317811L

Class java.awt.TextField extends TextComponent implements Serializable

serialVersionUID: -2966288784432217853L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException,
                        HeadlessException
Throws:
ClassNotFoundException
IOException
HeadlessException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

columns

int columns

echoChar

char echoChar

textFieldSerializedDataVersion

int textFieldSerializedDataVersion

Class java.awt.TextField.AccessibleAWTTextField extends TextComponent.AccessibleAWTTextComponent implements Serializable

serialVersionUID: 6219164359235943158L

Class java.awt.Window extends Container implements Serializable

serialVersionUID: 4497834738069338734L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException,
                        HeadlessException
Throws:
ClassNotFoundException
IOException
HeadlessException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

warningString

String warningString

syncLWRequests

boolean syncLWRequests

state

int state

alwaysOnTop

boolean alwaysOnTop

modalExclusionType

Dialog.ModalExclusionType modalExclusionType

focusMgr

java.awt.FocusManager focusMgr

focusableWindowState

boolean focusableWindowState

windowSerializedDataVersion

int windowSerializedDataVersion

locationByPlatform

boolean locationByPlatform

Class java.awt.Window.AccessibleAWTWindow extends Container.AccessibleAWTContainer implements Serializable

serialVersionUID: 4215068635060671780L


Package java.awt.geom

Class java.awt.geom.AffineTransform extends Object implements Serializable

serialVersionUID: 1330973210523860834L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws ClassNotFoundException,
                         IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

m00

double m00

m10

double m10

m01

double m01

m11

double m11

m02

double m02

m12

double m12

Class java.awt.geom.Arc2D.Double extends Arc2D implements Serializable

serialVersionUID: 728264085846882001L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

x

double x

y

double y

width

double width

height

double height

start

double start

extent

double extent

Class java.awt.geom.Arc2D.Float extends Arc2D implements Serializable

serialVersionUID: 9130893014586380278L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

x

float x

y

float y

width

float width

height

float height

start

float start

extent

float extent

Class java.awt.geom.CubicCurve2D.Double extends CubicCurve2D implements Serializable

serialVersionUID: -4202960122839707295L

Serialized Fields

x1

double x1

y1

double y1

ctrlx1

double ctrlx1

ctrly1

double ctrly1

ctrlx2

double ctrlx2

ctrly2

double ctrly2

x2

double x2

y2

double y2

Class java.awt.geom.CubicCurve2D.Float extends CubicCurve2D implements Serializable

serialVersionUID: -1272015596714244385L

Serialized Fields

x1

float x1

y1

float y1

ctrlx1

float ctrlx1

ctrly1

float ctrly1

ctrlx2

float ctrlx2

ctrly2

float ctrly2

x2

float x2

y2

float y2

Class java.awt.geom.Ellipse2D.Double extends Ellipse2D implements Serializable

serialVersionUID: 5555464816372320683L

Serialized Fields

x

double x

y

double y

width

double width

height

double height

Class java.awt.geom.Ellipse2D.Float extends Ellipse2D implements Serializable

serialVersionUID: -6633761252372475977L

Serialized Fields

x

float x

y

float y

width

float width

height

float height

Class java.awt.geom.GeneralPath extends Path2D.Float implements Serializable

serialVersionUID: -8327096662768731142L

Class java.awt.geom.Path2D.Double extends Path2D implements Serializable

serialVersionUID: 1826762518450014216L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException

Class java.awt.geom.Path2D.Float extends Path2D implements Serializable

serialVersionUID: 6990832515060788886L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException

Class java.awt.geom.QuadCurve2D.Double extends QuadCurve2D implements Serializable

serialVersionUID: 4217149928428559721L

Serialized Fields

x1

double x1

y1

double y1

ctrlx

double ctrlx

ctrly

double ctrly

x2

double x2

y2

double y2

Class java.awt.geom.QuadCurve2D.Float extends QuadCurve2D implements Serializable

serialVersionUID: -8511188402130719609L

Serialized Fields

x1

float x1

y1

float y1

ctrlx

float ctrlx

ctrly

float ctrly

x2

float x2

y2

float y2

Class java.awt.geom.RoundRectangle2D.Double extends RoundRectangle2D implements Serializable

serialVersionUID: 1048939333485206117L

Serialized Fields

x

double x

y

double y

width

double width

height

double height

arcwidth

double arcwidth

archeight

double archeight

Class java.awt.geom.RoundRectangle2D.Float extends RoundRectangle2D implements Serializable

serialVersionUID: -3423150618393866922L

Serialized Fields

x

float x

y

float y

width

float width

height

float height

arcwidth

float arcwidth

archeight

float archeight

Package java.io

Class java.io.FilePermission extends Permission implements Serializable

serialVersionUID: 7930732926638008763L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

actions

String actions

Class java.io.ObjectStreamClass extends Object implements Serializable

serialVersionUID: -6120832682080437368L

Serialized Fields

Class java.io.SerializablePermission extends BasicPermission implements Serializable

serialVersionUID: 8537212141160296410L

Serialized Fields

actions

String actions

Package java.lang

Class java.lang.RuntimePermission extends BasicPermission implements Serializable

serialVersionUID: 7399184964622342223L

Class java.lang.StackTraceElement extends Object implements Serializable

serialVersionUID: 6992337162326171013L

Serialized Fields

declaringClass

String declaringClass

methodName

String methodName

fileName

String fileName

lineNumber

int lineNumber

Package java.net

Class java.net.Inet4Address extends InetAddress implements Serializable

serialVersionUID: 3286316764910316507L

Serialization Methods

writeReplace

private Object writeReplace()
                     throws ObjectStreamException
Throws:
ObjectStreamException

Class java.net.Inet6Address extends InetAddress implements Serializable

serialVersionUID: 6880410070516793377L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

ipaddress

byte[] ipaddress

scope_id

int scope_id

scope_id_set

boolean scope_id_set

scope_ifname_set

boolean scope_ifname_set

ifname

String ifname

Class java.net.InetAddress extends Object implements Serializable

serialVersionUID: 3286316764910316507L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException

readObjectNoData

private void readObjectNoData(ObjectInputStream arg0)
                       throws IOException,
                              ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

hostName

String hostName

address

int address

family

int family

Class java.net.InetSocketAddress extends SocketAddress implements Serializable

serialVersionUID: 5076001401234631237L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

hostname

String hostname

addr

InetAddress addr

port

int port

Class java.net.NetPermission extends BasicPermission implements Serializable

serialVersionUID: -8343910153355041693L

Class java.net.SocketAddress extends Object implements Serializable

Class java.net.SocketPermission extends Permission implements Serializable

serialVersionUID: -7204263841984476862L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

actions

String actions

Class java.net.URI extends Object implements Serializable

serialVersionUID: -6052424284110960213L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

string

String string

Class java.net.URL extends Object implements Serializable

serialVersionUID: -7627629688361524110L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

protocol

String protocol

host

String host

port

int port

file

String file

authority

String authority

ref

String ref

hashCode

int hashCode

Package java.util

Class java.util.AbstractMap.SimpleEntry extends Object implements Serializable

serialVersionUID: -8499721149061103585L

Serialized Fields

key

Object key

value

Object value

Class java.util.AbstractMap.SimpleImmutableEntry extends Object implements Serializable

serialVersionUID: 7138329143949025153L

Serialized Fields

key

Object key

value

Object value

Class java.util.ArrayDeque extends java.util.AbstractCollection<E> implements Serializable

serialVersionUID: 2340985798034038923L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException

Class java.util.Calendar extends Object implements Serializable

serialVersionUID: -1807547505821590642L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

fields

int[] fields

isSet

boolean[] isSet

time

long time

isTimeSet

boolean isTimeSet

areFieldsSet

boolean areFieldsSet

lenient

boolean lenient

zone

TimeZone zone

firstDayOfWeek

int firstDayOfWeek

minimalDaysInFirstWeek

int minimalDaysInFirstWeek

nextStamp

int nextStamp

serialVersionOnStream

int serialVersionOnStream

Class java.util.Currency extends Object implements Serializable

serialVersionUID: -158308464356906721L

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

currencyCode

String currencyCode

Class java.util.EnumMap extends AbstractMap<K extends Enum<K>,V> implements Serializable

serialVersionUID: 458661240069192865L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

keyType

Class<T> keyType

Class java.util.EnumSet extends AbstractSet<E extends Enum<E>> implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws InvalidObjectException
Throws:
InvalidObjectException

writeReplace

Object writeReplace()
Serialized Fields

elementType

Class<T> elementType

universe

Enum<E extends Enum<E>>[] universe

Class java.util.EventObject extends Object implements Serializable

serialVersionUID: 5516075349620653480L

Class java.util.GregorianCalendar extends Calendar implements Serializable

serialVersionUID: -8125100834729963327L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

gregorianCutover

long gregorianCutover

Class java.util.HashMap extends AbstractMap<K,V> implements Serializable

serialVersionUID: 362498820763181265L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

threshold

int threshold

loadFactor

float loadFactor

Class java.util.HashSet extends AbstractSet<E> implements Serializable

serialVersionUID: -5024744406713321676L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException

Class java.util.IdentityHashMap extends AbstractMap<K,V> implements Serializable

serialVersionUID: 8188218128353913216L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

size

int size

Class java.util.LinkedHashMap extends HashMap<K,V> implements Serializable

serialVersionUID: 3801124242820219131L

Serialized Fields

accessOrder

boolean accessOrder

Class java.util.LinkedHashSet extends HashSet<E> implements Serializable

serialVersionUID: -2851667679971038690L

Class java.util.LinkedList extends AbstractSequentialList<E> implements Serializable

serialVersionUID: 876323262645176354L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException

Class java.util.Locale extends Object implements Serializable

serialVersionUID: 9149081749638150636L

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

language

String language

country

String country

variant

String variant

hashcode

int hashcode

Class java.util.PriorityQueue extends AbstractQueue<E> implements Serializable

serialVersionUID: -7720805057305804111L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

size

int size

comparator

Comparator<T> comparator

Class java.util.PropertyPermission extends BasicPermission implements Serializable

serialVersionUID: 885438825399942851L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

actions

String actions

Class java.util.SimpleTimeZone extends TimeZone implements Serializable

serialVersionUID: -403250971215465050L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

startMonth

int startMonth

startDay

int startDay

startDayOfWeek

int startDayOfWeek

startTime

int startTime

startTimeMode

int startTimeMode

endMonth

int endMonth

endDay

int endDay

endDayOfWeek

int endDayOfWeek

endTime

int endTime

endTimeMode

int endTimeMode

startYear

int startYear

rawOffset

int rawOffset

useDaylight

boolean useDaylight

monthLength

byte[] monthLength

startMode

int startMode

endMode

int endMode

dstSavings

int dstSavings

serialVersionOnStream

int serialVersionOnStream

Class java.util.TimeZone extends Object implements Serializable

serialVersionUID: 3581463369166924961L

Serialized Fields

ID

String ID

Class java.util.TreeMap extends AbstractMap<K,V> implements Serializable

serialVersionUID: 919286545866124006L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

comparator

Comparator<T> comparator

Class java.util.TreeSet extends AbstractSet<E> implements Serializable

serialVersionUID: -2479143000061671589L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException

Class java.util.UUID extends Object implements Serializable

serialVersionUID: -4856846361193249489L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

mostSigBits

long mostSigBits

leastSigBits

long leastSigBits

Package lejos.pc.comm

Class lejos.pc.comm.MCLFrame extends RemoteFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

lines

Line[] lines

map

LineMap map

particles

MCLParticleSet particles

readings

RangeReadings readings

closest

int closest

numParticles

int numParticles

readingsButton

JButton readingsButton

moveButton

JButton moveButton

stopButton

JButton stopButton

Class lejos.pc.comm.RemoteFrame extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

nxtName

String nxtName

dos

DataOutputStream dos

dis

DataInputStream dis

Package lejos.pc.tools

Class lejos.pc.tools.ConsoleViewer extends JFrame implements Serializable

serialVersionUID: -4789857573625988062L

Serialized Fields

connectButton

JButton connectButton

usbButton

JRadioButton usbButton

btButton

JRadioButton btButton

statusField

JLabel statusField

nameField

TextField nameField

addrField

TextField addrField

comm

ConsoleViewComms comm

usbSelected

boolean usbSelected

usingUSB

String usingUSB

usingBluetooth

String usingBluetooth

theLog

TextArea theLog
Screen area to hold the downloaded data


lcd

lejos.pc.tools.ConsoleViewer.LCDDisplay lcd

Class lejos.pc.tools.DataViewer extends JFrame implements Serializable

serialVersionUID: 4275975098699509511L

Serialized Fields

startButton

JButton startButton

connectButton

JButton connectButton

btButton

JRadioButton btButton

usbButton

JRadioButton usbButton

statusField

JLabel statusField

lengthField

JTextField lengthField

nameField

JTextField nameField

addrField

JTextField addrField

_recordCount

int _recordCount

_rowLength

int _rowLength

comm

DataViewComms comm

usbSelected

boolean usbSelected

usingUSB

String usingUSB

usingBluetooth

String usingBluetooth

theLog

JTextArea theLog
Screen area to hold the downloaded data

Class lejos.pc.tools.ExtendedFileModel extends AbstractTableModel implements Serializable

serialVersionUID: -6173853132812064498L

Serialized Fields

fileData

Object[][] fileData

numFiles

int numFiles

files

FileInfo[] files

nxtCommand

NXTCommand nxtCommand

Class lejos.pc.tools.Gauge extends JComponent implements Serializable

serialVersionUID: -4319426278542773674L

Serialized Fields

value

int value

maxValue

int maxValue

size

Dimension size

gaugeWidth

double gaugeWidth

gaugeHeight

double gaugeHeight

centerX

int centerX

centerY

int centerY

zeroAngle

double zeroAngle

maxAngle

double maxAngle

range

double range

offsetX

double offsetX

offsetY

double offsetY

Class lejos.pc.tools.LabeledGauge extends JPanel implements Serializable

serialVersionUID: -9123004104811474687L

Serialized Fields

SIZE

Dimension SIZE

gauge

Gauge gauge

nameLabel

JLabel nameLabel

Class lejos.pc.tools.NXJFlashG extends JFrame implements Serializable

serialVersionUID: 177459839585979953L

Serialized Fields

goB

JButton goB

msgPanel

JPanel msgPanel

progressLabel

JLabel progressLabel

progressTxt

JTextArea progressTxt

progBarLabel

JLabel progBarLabel

progBar

JProgressBar progBar

flasher

lejos.pc.tools.NXJFlashG.Flasher flasher

Class lejos.pc.tools.NXJMonitor extends JFrame implements Serializable

serialVersionUID: 2107625009450493352L

Serialized Fields

title

String title

nxtCommand

NXTCommand nxtCommand

timer

Timer timer

sensorPanels

SensorPanel[] sensorPanels

motorPanels

LabeledGauge[] motorPanels

batteryGauge

LabeledGauge batteryGauge

sensorValues

InputValues[] sensorValues

motorValues

OutputState[] motorValues

mv

int mv

textLabel

JLabel textLabel

text

JTextArea text

textStrings

String[] textStrings

numStrings

int numStrings

Class lejos.pc.tools.NXTConnectionModel extends AbstractTableModel implements Serializable

serialVersionUID: 3540880662561527501L

Serialized Fields

nxtData

Object[][] nxtData

numNXTs

int numNXTs

Class lejos.pc.tools.SensorPanel extends JPanel implements Serializable

serialVersionUID: 3592127880184905255L

Serialized Fields

rawGauge

LabeledGauge rawGauge

scaledGauge

LabeledGauge scaledGauge

nameLabel

JLabel nameLabel

typeLabel

JLabel typeLabel

Package lejos.util

Class lejos.util.LUDecomposition extends Object implements Serializable

Serialized Fields

LU

double[][] LU
Array for internal storage of decomposition.

internal array storage.

m

int m
Row and column dimensions, and pivot sign.

column dimension.

n

int n
Row and column dimensions, and pivot sign.

column dimension.

pivsign

int pivsign
Row and column dimensions, and pivot sign.

column dimension.

piv

int[] piv
Internal storage of pivot vector.

pivot vector.

Class lejos.util.Matrix extends Object implements Serializable

serialVersionUID: 5724948160773341967L

Serialized Fields

A

double[][] A
Array for internal storage of elements.

internal array storage.

m

int m
Row and column dimensions.

row dimension.

n

int n
Row and column dimensions.

row dimension.

Package org.apache.bcel.classfile

Class org.apache.bcel.classfile.AccessFlags extends Object implements Serializable

Serialized Fields

access_flags

int access_flags

Class org.apache.bcel.classfile.Attribute extends Object implements Serializable

Serialized Fields

name_index

int name_index

length

int length

tag

byte tag

constant_pool

ConstantPool constant_pool

Class org.apache.bcel.classfile.Code extends Attribute implements Serializable

Serialized Fields

max_stack

int max_stack

max_locals

int max_locals

code_length

int code_length

code

byte[] code

exception_table_length

int exception_table_length

exception_table

CodeException[] exception_table

attributes_count

int attributes_count

attributes

Attribute[] attributes

Class org.apache.bcel.classfile.CodeException extends Object implements Serializable

Serialized Fields

start_pc

int start_pc

end_pc

int end_pc

handler_pc

int handler_pc

catch_type

int catch_type

Class org.apache.bcel.classfile.Constant extends Object implements Serializable

Serialized Fields

tag

byte tag

Class org.apache.bcel.classfile.ConstantClass extends Constant implements Serializable

Serialized Fields

name_index

int name_index

Class org.apache.bcel.classfile.ConstantCP extends Constant implements Serializable

Serialized Fields

class_index

int class_index
References to the constants containing the class and the field signature


name_and_type_index

int name_and_type_index
References to the constants containing the class and the field signature

Class org.apache.bcel.classfile.ConstantDouble extends Constant implements Serializable

Serialized Fields

bytes

double bytes

Class org.apache.bcel.classfile.ConstantFieldref extends ConstantCP implements Serializable

Class org.apache.bcel.classfile.ConstantFloat extends Constant implements Serializable

Serialized Fields

bytes

float bytes

Class org.apache.bcel.classfile.ConstantInteger extends Constant implements Serializable

Serialized Fields

bytes

int bytes

Class org.apache.bcel.classfile.ConstantInterfaceMethodref extends ConstantCP implements Serializable

Class org.apache.bcel.classfile.ConstantLong extends Constant implements Serializable

Serialized Fields

bytes

long bytes

Class org.apache.bcel.classfile.ConstantMethodref extends ConstantCP implements Serializable

Class org.apache.bcel.classfile.ConstantNameAndType extends Constant implements Serializable

Serialized Fields

name_index

int name_index

signature_index

int signature_index

Class org.apache.bcel.classfile.ConstantPool extends Object implements Serializable

Serialized Fields

constant_pool_count

int constant_pool_count

constant_pool

Constant[] constant_pool

Class org.apache.bcel.classfile.ConstantString extends Constant implements Serializable

Serialized Fields

string_index

int string_index

Class org.apache.bcel.classfile.ConstantUtf8 extends Constant implements Serializable

Serialized Fields

bytes

String bytes

Class org.apache.bcel.classfile.ConstantValue extends Attribute implements Serializable

Serialized Fields

constantvalue_index

int constantvalue_index

Class org.apache.bcel.classfile.Deprecated extends Attribute implements Serializable

Serialized Fields

bytes

byte[] bytes

Class org.apache.bcel.classfile.ExceptionTable extends Attribute implements Serializable

Serialized Fields

number_of_exceptions

int number_of_exceptions

exception_index_table

int[] exception_index_table

Class org.apache.bcel.classfile.Field extends FieldOrMethod implements Serializable

Class org.apache.bcel.classfile.FieldOrMethod extends AccessFlags implements Serializable

Serialized Fields

name_index

int name_index

signature_index

int signature_index

attributes_count

int attributes_count

attributes

Attribute[] attributes

constant_pool

ConstantPool constant_pool

Class org.apache.bcel.classfile.InnerClass extends Object implements Serializable

Serialized Fields

inner_class_index

int inner_class_index

outer_class_index

int outer_class_index

inner_name_index

int inner_name_index

inner_access_flags

int inner_access_flags

Class org.apache.bcel.classfile.InnerClasses extends Attribute implements Serializable

Serialized Fields

inner_classes

InnerClass[] inner_classes

number_of_classes

int number_of_classes

Class org.apache.bcel.classfile.JavaClass extends AccessFlags implements Serializable

Serialized Fields

file_name

String file_name

package_name

String package_name

source_file_name

String source_file_name

class_name_index

int class_name_index

superclass_name_index

int superclass_name_index

class_name

String class_name

superclass_name

String superclass_name

major

int major

minor

int minor

constant_pool

ConstantPool constant_pool

interfaces

int[] interfaces

interface_names

String[] interface_names

fields

Field[] fields

methods

Method[] methods

attributes

Attribute[] attributes

source

byte source

Class org.apache.bcel.classfile.LineNumber extends Object implements Serializable

Serialized Fields

start_pc

int start_pc

line_number

int line_number

Class org.apache.bcel.classfile.LineNumberTable extends Attribute implements Serializable

Serialized Fields

line_number_table_length

int line_number_table_length

line_number_table

LineNumber[] line_number_table

Class org.apache.bcel.classfile.LocalVariable extends Object implements Serializable

Serialized Fields

start_pc

int start_pc

length

int length

name_index

int name_index

signature_index

int signature_index

index

int index

constant_pool

ConstantPool constant_pool

Class org.apache.bcel.classfile.LocalVariableTable extends Attribute implements Serializable

Serialized Fields

local_variable_table_length

int local_variable_table_length

local_variable_table

LocalVariable[] local_variable_table

Class org.apache.bcel.classfile.Method extends FieldOrMethod implements Serializable

Class org.apache.bcel.classfile.PMGClass extends Attribute implements Serializable

Serialized Fields

pmg_class_index

int pmg_class_index

pmg_index

int pmg_index

Class org.apache.bcel.classfile.Signature extends Attribute implements Serializable

Serialized Fields

signature_index

int signature_index

Class org.apache.bcel.classfile.SourceFile extends Attribute implements Serializable

Serialized Fields

sourcefile_index

int sourcefile_index

Class org.apache.bcel.classfile.StackMap extends Attribute implements Serializable

Serialized Fields

map_length

int map_length

map

StackMapEntry[] map

Class org.apache.bcel.classfile.Synthetic extends Attribute implements Serializable

Serialized Fields

bytes

byte[] bytes

Class org.apache.bcel.classfile.Unknown extends Attribute implements Serializable

Serialized Fields

bytes

byte[] bytes

name

String name

Package org.apache.bcel.generic

Class org.apache.bcel.generic.AALOAD extends ArrayInstruction implements Serializable

Class org.apache.bcel.generic.AASTORE extends ArrayInstruction implements Serializable

Class org.apache.bcel.generic.ACONST_NULL extends Instruction implements Serializable

Class org.apache.bcel.generic.ALOAD extends LoadInstruction implements Serializable

Class org.apache.bcel.generic.ANEWARRAY extends CPInstruction implements Serializable

Class org.apache.bcel.generic.ARETURN extends ReturnInstruction implements Serializable

Class org.apache.bcel.generic.ArithmeticInstruction extends Instruction implements Serializable

Class org.apache.bcel.generic.ArrayInstruction extends Instruction implements Serializable

Class org.apache.bcel.generic.ARRAYLENGTH extends Instruction implements Serializable

Class org.apache.bcel.generic.ArrayType extends ReferenceType implements Serializable

Serialized Fields

dimensions

int dimensions

basic_type

Type basic_type

Class org.apache.bcel.generic.ASTORE extends StoreInstruction implements Serializable

Class org.apache.bcel.generic.ATHROW extends Instruction implements Serializable

Class org.apache.bcel.generic.BALOAD extends ArrayInstruction implements Serializable

Class org.apache.bcel.generic.BasicType extends Type implements Serializable

Class org.apache.bcel.generic.BASTORE extends ArrayInstruction implements Serializable

Class org.apache.bcel.generic.BIPUSH extends Instruction implements Serializable

Serialized Fields

b

byte b

Class org.apache.bcel.generic.BranchHandle extends InstructionHandle implements Serializable

Serialized Fields

bi

BranchInstruction bi

Class org.apache.bcel.generic.BranchInstruction extends Instruction implements Serializable

Serialized Fields

index

int index

target

InstructionHandle target

position

int position

Class org.apache.bcel.generic.BREAKPOINT extends Instruction implements Serializable

Class org.apache.bcel.generic.CALOAD extends ArrayInstruction implements Serializable

Class org.apache.bcel.generic.CASTORE extends ArrayInstruction implements Serializable

Class org.apache.bcel.generic.CHECKCAST extends CPInstruction implements Serializable

Class org.apache.bcel.generic.ClassGen extends AccessFlags implements Serializable

Serialized Fields

class_name

String class_name

super_class_name

String super_class_name

file_name

String file_name

class_name_index

int class_name_index

superclass_name_index

int superclass_name_index

major

int major

minor

int minor

cp

ConstantPoolGen cp

field_vec

List<E> field_vec

method_vec

List<E> method_vec

attribute_vec

List<E> attribute_vec

interface_vec

List<E> interface_vec

observers

ArrayList<E> observers

Class org.apache.bcel.generic.CodeExceptionGen extends Object implements Serializable

Serialized Fields

start_pc

InstructionHandle start_pc

end_pc

InstructionHandle end_pc

handler_pc

InstructionHandle handler_pc

catch_type

ObjectType catch_type

Class org.apache.bcel.generic.ConstantPoolGen extends Object implements Serializable

Serialized Fields

size

int size

constants

Constant[] constants

index

int index

string_table

Map<K,V> string_table

class_table

Map<K,V> class_table

utf8_table

Map<K,V> utf8_table

n_a_t_table

Map<K,V> n_a_t_table

cp_table

Map<K,V> cp_table

Class org.apache.bcel.generic.ConversionInstruction extends Instruction implements Serializable

Class org.apache.bcel.generic.CPInstruction extends Instruction implements Serializable

Serialized Fields

index

int index

Class org.apache.bcel.generic.D2F extends ConversionInstruction implements Serializable

Class org.apache.bcel.generic.D2I extends ConversionInstruction implements Serializable

Class org.apache.bcel.generic.D2L extends ConversionInstruction implements Serializable

Class org.apache.bcel.generic.DADD extends ArithmeticInstruction implements Serializable

Class org.apache.bcel.generic.DALOAD extends ArrayInstruction implements Serializable

Class org.apache.bcel.generic.DASTORE extends ArrayInstruction implements Serializable

Class org.apache.bcel.generic.DCMPG extends Instruction implements Serializable

Class org.apache.bcel.generic.DCMPL extends Instruction implements Serializable

Class org.apache.bcel.generic.DCONST extends Instruction implements Serializable

Serialized Fields

value

double value

Class org.apache.bcel.generic.DDIV extends ArithmeticInstruction implements Serializable

Class org.apache.bcel.generic.DLOAD extends LoadInstruction implements Serializable

Class org.apache.bcel.generic.DMUL extends ArithmeticInstruction implements Serializable

Class org.apache.bcel.generic.DNEG extends ArithmeticInstruction implements Serializable

Class org.apache.bcel.generic.DREM extends ArithmeticInstruction implements Serializable

Class org.apache.bcel.generic.DRETURN extends ReturnInstruction implements Serializable

Class org.apache.bcel.generic.DSTORE extends StoreInstruction implements Serializable

Class org.apache.bcel.generic.DSUB extends ArithmeticInstruction implements Serializable

Class org.apache.bcel.generic.DUP extends StackInstruction implements Serializable

Class org.apache.bcel.generic.DUP_X1 extends StackInstruction implements Serializable

Class org.apache.bcel.generic.DUP_X2 extends StackInstruction implements Serializable

Class org.apache.bcel.generic.DUP2 extends StackInstruction implements Serializable

Class org.apache.bcel.generic.DUP2_X1 extends StackInstruction implements Serializable

Class org.apache.bcel.generic.DUP2_X2 extends StackInstruction implements Serializable

Class org.apache.bcel.generic.F2D extends ConversionInstruction implements Serializable

Class org.apache.bcel.generic.F2I extends ConversionInstruction implements Serializable

Class org.apache.bcel.generic.F2L extends ConversionInstruction implements Serializable

Class org.apache.bcel.generic.FADD extends ArithmeticInstruction implements Serializable

Class org.apache.bcel.generic.FALOAD extends ArrayInstruction implements Serializable

Class org.apache.bcel.generic.FASTORE extends ArrayInstruction implements Serializable

Class org.apache.bcel.generic.FCMPG extends Instruction implements Serializable

Class org.apache.bcel.generic.FCMPL extends Instruction implements Serializable

Class org.apache.bcel.generic.FCONST extends Instruction implements Serializable

Serialized Fields

value

float value

Class org.apache.bcel.generic.FDIV extends ArithmeticInstruction implements Serializable

Class org.apache.bcel.generic.FieldGen extends FieldGenOrMethodGen implements Serializable

Serialized Fields

value

Object value

observers

List<E> observers

Class org.apache.bcel.generic.FieldGenOrMethodGen extends AccessFlags implements Serializable

Serialized Fields

name

String name

type

Type type

cp

ConstantPoolGen cp

attribute_vec

List<E> attribute_vec

Class org.apache.bcel.generic.FieldInstruction extends FieldOrMethod implements Serializable

Class org.apache.bcel.generic.FieldOrMethod extends CPInstruction implements Serializable

Class org.apache.bcel.generic.FLOAD extends LoadInstruction implements Serializable

Class org.apache.bcel.generic.FMUL extends ArithmeticInstruction implements Serializable

Class org.apache.bcel.generic.FNEG extends ArithmeticInstruction implements Serializable

Class org.apache.bcel.generic.FREM extends ArithmeticInstruction implements Serializable

Class org.apache.bcel.generic.FRETURN extends ReturnInstruction implements Serializable

Class org.apache.bcel.generic.FSTORE extends StoreInstruction implements Serializable

Class org.apache.bcel.generic.FSUB extends ArithmeticInstruction implements Serializable

Class org.apache.bcel.generic.GETFIELD extends FieldInstruction implements Serializable

Class org.apache.bcel.generic.GETSTATIC extends FieldInstruction implements Serializable

Class org.apache.bcel.generic.GOTO extends GotoInstruction implements Serializable

Class org.apache.bcel.generic.GOTO_W extends GotoInstruction implements Serializable

Class org.apache.bcel.generic.GotoInstruction extends BranchInstruction implements Serializable

Class org.apache.bcel.generic.I2B extends ConversionInstruction implements Serializable

Class org.apache.bcel.generic.I2C extends ConversionInstruction implements Serializable

Class org.apache.bcel.generic.I2D extends ConversionInstruction implements Serializable

Class org.apache.bcel.generic.I2F extends ConversionInstruction implements Serializable

Class org.apache.bcel.generic.I2L extends ConversionInstruction implements Serializable

Class org.apache.bcel.generic.I2S extends ConversionInstruction implements Serializable

Class org.apache.bcel.generic.IADD extends ArithmeticInstruction implements Serializable

Class org.apache.bcel.generic.IALOAD extends ArrayInstruction implements Serializable

Class org.apache.bcel.generic.IAND extends ArithmeticInstruction implements Serializable

Class org.apache.bcel.generic.IASTORE extends ArrayInstruction implements Serializable

Class org.apache.bcel.generic.ICONST extends Instruction implements Serializable

Serialized Fields

value

int value

Class org.apache.bcel.generic.IDIV extends ArithmeticInstruction implements Serializable

Class org.apache.bcel.generic.IF_ACMPEQ extends IfInstruction implements Serializable

Class org.apache.bcel.generic.IF_ACMPNE extends IfInstruction implements Serializable

Class org.apache.bcel.generic.IF_ICMPEQ extends IfInstruction implements Serializable

Class org.apache.bcel.generic.IF_ICMPGE extends IfInstruction implements Serializable

Class org.apache.bcel.generic.IF_ICMPGT extends IfInstruction implements Serializable

Class org.apache.bcel.generic.IF_ICMPLE extends IfInstruction implements Serializable

Class org.apache.bcel.generic.IF_ICMPLT extends IfInstruction implements Serializable

Class org.apache.bcel.generic.IF_ICMPNE extends IfInstruction implements Serializable

Class org.apache.bcel.generic.IFEQ extends IfInstruction implements Serializable

Class org.apache.bcel.generic.IFGE extends IfInstruction implements Serializable

Class org.apache.bcel.generic.IFGT extends IfInstruction implements Serializable

Class org.apache.bcel.generic.IfInstruction extends BranchInstruction implements Serializable

Class org.apache.bcel.generic.IFLE extends IfInstruction implements Serializable

Class org.apache.bcel.generic.IFLT extends IfInstruction implements Serializable

Class org.apache.bcel.generic.IFNE extends IfInstruction implements Serializable

Class org.apache.bcel.generic.IFNONNULL extends IfInstruction implements Serializable

Class org.apache.bcel.generic.IFNULL extends IfInstruction implements Serializable

Class org.apache.bcel.generic.IINC extends LocalVariableInstruction implements Serializable

Serialized Fields

wide

boolean wide

c

int c

Class org.apache.bcel.generic.ILOAD extends LoadInstruction implements Serializable

Class org.apache.bcel.generic.IMPDEP1 extends Instruction implements Serializable

Class org.apache.bcel.generic.IMPDEP2 extends Instruction implements Serializable

Class org.apache.bcel.generic.IMUL extends ArithmeticInstruction implements Serializable

Class org.apache.bcel.generic.INEG extends ArithmeticInstruction implements Serializable

Class org.apache.bcel.generic.INSTANCEOF extends CPInstruction implements Serializable

Class org.apache.bcel.generic.Instruction extends Object implements Serializable

Serialized Fields

length

short length

opcode

short opcode

Class org.apache.bcel.generic.InstructionFactory extends Object implements Serializable

Serialized Fields

cg

ClassGen cg

cp

ConstantPoolGen cp

Class org.apache.bcel.generic.InstructionHandle extends Object implements Serializable

Serialized Fields

next

InstructionHandle next

prev

InstructionHandle prev

instruction

Instruction instruction

i_position

int i_position

targeters

Set<E> targeters

attributes

Map<K,V> attributes

Class org.apache.bcel.generic.InstructionList extends Object implements Serializable

Serialized Fields

start

InstructionHandle start

end

InstructionHandle end

length

int length

byte_positions

int[] byte_positions

observers

List<E> observers

Class org.apache.bcel.generic.InvokeInstruction extends FieldOrMethod implements Serializable

Class org.apache.bcel.generic.INVOKEINTERFACE extends InvokeInstruction implements Serializable

Serialized Fields

nargs

int nargs

Class org.apache.bcel.generic.INVOKESPECIAL extends InvokeInstruction implements Serializable

Class org.apache.bcel.generic.INVOKESTATIC extends InvokeInstruction implements Serializable

Class org.apache.bcel.generic.INVOKEVIRTUAL extends InvokeInstruction implements Serializable

Class org.apache.bcel.generic.IOR extends ArithmeticInstruction implements Serializable

Class org.apache.bcel.generic.IREM extends ArithmeticInstruction implements Serializable

Class org.apache.bcel.generic.IRETURN extends ReturnInstruction implements Serializable

Class org.apache.bcel.generic.ISHL extends ArithmeticInstruction implements Serializable

Class org.apache.bcel.generic.ISHR extends ArithmeticInstruction implements Serializable

Class org.apache.bcel.generic.ISTORE extends StoreInstruction implements Serializable

Class org.apache.bcel.generic.ISUB extends ArithmeticInstruction implements Serializable

Class org.apache.bcel.generic.IUSHR extends ArithmeticInstruction implements Serializable

Class org.apache.bcel.generic.IXOR extends ArithmeticInstruction implements Serializable

Class org.apache.bcel.generic.JSR extends JsrInstruction implements Serializable

Class org.apache.bcel.generic.JSR_W extends JsrInstruction implements Serializable

Class org.apache.bcel.generic.JsrInstruction extends BranchInstruction implements Serializable

Class org.apache.bcel.generic.L2D extends ConversionInstruction implements Serializable

Class org.apache.bcel.generic.L2F extends ConversionInstruction implements Serializable

Class org.apache.bcel.generic.L2I extends ConversionInstruction implements Serializable

Class org.apache.bcel.generic.LADD extends ArithmeticInstruction implements Serializable

Class org.apache.bcel.generic.LALOAD extends ArrayInstruction implements Serializable

Class org.apache.bcel.generic.LAND extends ArithmeticInstruction implements Serializable

Class org.apache.bcel.generic.LASTORE extends ArrayInstruction implements Serializable

Class org.apache.bcel.generic.LCMP extends Instruction implements Serializable

Class org.apache.bcel.generic.LCONST extends Instruction implements Serializable

Serialized Fields

value

long value

Class org.apache.bcel.generic.LDC extends CPInstruction implements Serializable

Class org.apache.bcel.generic.LDC_W extends LDC implements Serializable

Class org.apache.bcel.generic.LDC2_W extends CPInstruction implements Serializable

Class org.apache.bcel.generic.LDIV extends ArithmeticInstruction implements Serializable

Class org.apache.bcel.generic.LineNumberGen extends Object implements Serializable

Serialized Fields

ih

InstructionHandle ih

src_line

int src_line

Class org.apache.bcel.generic.LLOAD extends LoadInstruction implements Serializable

Class org.apache.bcel.generic.LMUL extends ArithmeticInstruction implements Serializable

Class org.apache.bcel.generic.LNEG extends ArithmeticInstruction implements Serializable

Class org.apache.bcel.generic.LoadInstruction extends LocalVariableInstruction implements Serializable

Class org.apache.bcel.generic.LocalVariableGen extends Object implements Serializable

Serialized Fields

index

int index

name

String name

type

Type type

start

InstructionHandle start

end

InstructionHandle end

Class org.apache.bcel.generic.LocalVariableInstruction extends Instruction implements Serializable

Serialized Fields

n

int n

c_tag

short c_tag

canon_tag

short canon_tag

Class org.apache.bcel.generic.LOOKUPSWITCH extends Select implements Serializable

Class org.apache.bcel.generic.LOR extends ArithmeticInstruction implements Serializable

Class org.apache.bcel.generic.LREM extends ArithmeticInstruction implements Serializable

Class org.apache.bcel.generic.LRETURN extends ReturnInstruction implements Serializable

Class org.apache.bcel.generic.LSHL extends ArithmeticInstruction implements Serializable

Class org.apache.bcel.generic.LSHR extends ArithmeticInstruction implements Serializable

Class org.apache.bcel.generic.LSTORE extends StoreInstruction implements Serializable

Class org.apache.bcel.generic.LSUB extends ArithmeticInstruction implements Serializable

Class org.apache.bcel.generic.LUSHR extends ArithmeticInstruction implements Serializable

Class org.apache.bcel.generic.LXOR extends ArithmeticInstruction implements Serializable

Class org.apache.bcel.generic.MethodGen extends FieldGenOrMethodGen implements Serializable

Serialized Fields

class_name

String class_name

arg_types

Type[] arg_types

arg_names

String[] arg_names

max_locals

int max_locals

max_stack

int max_stack

il

InstructionList il

strip_attributes

boolean strip_attributes

variable_vec

List<E> variable_vec

line_number_vec

List<E> line_number_vec

exception_vec

List<E> exception_vec

throws_vec

List<E> throws_vec

code_attrs_vec

List<E> code_attrs_vec

observers

List<E> observers

Class org.apache.bcel.generic.MONITORENTER extends Instruction implements Serializable

Class org.apache.bcel.generic.MONITOREXIT extends Instruction implements Serializable

Class org.apache.bcel.generic.MULTIANEWARRAY extends CPInstruction implements Serializable

Serialized Fields

dimensions

short dimensions

Class org.apache.bcel.generic.NEW extends CPInstruction implements Serializable

Class org.apache.bcel.generic.NEWARRAY extends Instruction implements Serializable

Serialized Fields

type

byte type

Class org.apache.bcel.generic.NOP extends Instruction implements Serializable

Class org.apache.bcel.generic.ObjectType extends ReferenceType implements Serializable

Serialized Fields

class_name

String class_name

Class org.apache.bcel.generic.POP extends StackInstruction implements Serializable

Class org.apache.bcel.generic.POP2 extends StackInstruction implements Serializable

Class org.apache.bcel.generic.PUTFIELD extends FieldInstruction implements Serializable

Class org.apache.bcel.generic.PUTSTATIC extends FieldInstruction implements Serializable

Class org.apache.bcel.generic.ReferenceType extends Type implements Serializable

Class org.apache.bcel.generic.RET extends Instruction implements Serializable

Serialized Fields

wide

boolean wide

index

int index

Class org.apache.bcel.generic.RETURN extends ReturnInstruction implements Serializable

Class org.apache.bcel.generic.ReturnaddressType extends Type implements Serializable

Serialized Fields

returnTarget

InstructionHandle returnTarget

Class org.apache.bcel.generic.ReturnInstruction extends Instruction implements Serializable

Class org.apache.bcel.generic.SALOAD extends ArrayInstruction implements Serializable

Class org.apache.bcel.generic.SASTORE extends ArrayInstruction implements Serializable

Class org.apache.bcel.generic.Select extends BranchInstruction implements Serializable

Serialized Fields

match

int[] match

indices

int[] indices

targets

InstructionHandle[] targets

fixed_length

int fixed_length

match_length

int match_length

padding

int padding

Class org.apache.bcel.generic.SIPUSH extends Instruction implements Serializable

Serialized Fields

b

short b

Class org.apache.bcel.generic.StackInstruction extends Instruction implements Serializable

Class org.apache.bcel.generic.StoreInstruction extends LocalVariableInstruction implements Serializable

Class org.apache.bcel.generic.SWAP extends StackInstruction implements Serializable

Class org.apache.bcel.generic.TABLESWITCH extends Select implements Serializable

Class org.apache.bcel.generic.Type extends Object implements Serializable

Serialized Fields

type

byte type

signature

String signature

Package org.apache.bcel.util

Class org.apache.bcel.util.ClassLoaderRepository extends Object implements Serializable

Serialized Fields

loader

ClassLoader loader

loadedClasses

Map<K,V> loadedClasses

Class org.apache.bcel.util.ClassPath extends Object implements Serializable

Serialized Fields

paths

org.apache.bcel.util.ClassPath.PathEntry[] paths

class_path

String class_path

Class org.apache.bcel.util.ClassQueue extends Object implements Serializable

Serialized Fields

vec

LinkedList<E> vec

Class org.apache.bcel.util.ClassSet extends Object implements Serializable

Serialized Fields

_map

Map<K,V> _map

Class org.apache.bcel.util.ClassStack extends Object implements Serializable

Serialized Fields

stack

Stack stack

Class org.apache.bcel.util.ClassVector extends Object implements Serializable

Serialized Fields

vec

List<E> vec
Deprecated. 

Class org.apache.bcel.util.SyntheticRepository extends Object implements Serializable

Serialized Fields

_path

ClassPath _path

_loadedClasses

Map<K,V> _loadedClasses

Package org.apache.bcel.verifier

Class org.apache.bcel.verifier.VerifierAppFrame extends JFrame implements Serializable

Serialized Fields

contentPane

JPanel contentPane

jSplitPane1

JSplitPane jSplitPane1

jPanel1

JPanel jPanel1

jPanel2

JPanel jPanel2

jSplitPane2

JSplitPane jSplitPane2

jPanel3

JPanel jPanel3

classNamesJList

JList classNamesJList

gridLayout1

GridLayout gridLayout1

messagesPanel

JPanel messagesPanel

gridLayout2

GridLayout gridLayout2

jMenuBar1

JMenuBar jMenuBar1

jMenu1

JMenu jMenu1

jScrollPane1

JScrollPane jScrollPane1

messagesScrollPane

JScrollPane messagesScrollPane

jScrollPane3

JScrollPane jScrollPane3

gridLayout4

GridLayout gridLayout4

jScrollPane4

JScrollPane jScrollPane4

cardLayout1

CardLayout cardLayout1

JUSTICE_VERSION

String JUSTICE_VERSION

current_class

String current_class

gridLayout3

GridLayout gridLayout3

pass1TextPane

JTextPane pass1TextPane

pass2TextPane

JTextPane pass2TextPane

messagesTextPane

JTextPane messagesTextPane

newFileMenuItem

JMenuItem newFileMenuItem

jSplitPane3

JSplitPane jSplitPane3

jSplitPane4

JSplitPane jSplitPane4

jScrollPane2

JScrollPane jScrollPane2

jScrollPane5

JScrollPane jScrollPane5

jScrollPane6

JScrollPane jScrollPane6

jScrollPane7

JScrollPane jScrollPane7

pass3aJList

JList pass3aJList

pass3bJList

JList pass3bJList

pass3aTextPane

JTextPane pass3aTextPane

pass3bTextPane

JTextPane pass3bTextPane

jMenu2

JMenu jMenu2

whatisMenuItem

JMenuItem whatisMenuItem

aboutMenuItem

JMenuItem aboutMenuItem

Class org.apache.bcel.verifier.VerifyDialog extends JDialog implements Serializable

Serialized Fields

ivjJDialogContentPane

JPanel ivjJDialogContentPane
Machine-generated.


ivjPass1Panel

JPanel ivjPass1Panel
Machine-generated.


ivjPass2Panel

JPanel ivjPass2Panel
Machine-generated.


ivjPass3Panel

JPanel ivjPass3Panel
Machine-generated.


ivjPass1Button

JButton ivjPass1Button
Machine-generated.


ivjPass2Button

JButton ivjPass2Button
Machine-generated.


ivjPass3Button

JButton ivjPass3Button
Machine-generated.


ivjEventHandler

org.apache.bcel.verifier.VerifyDialog.IvjEventHandler ivjEventHandler
Machine-generated.


class_name

String class_name
The class to verify. Default set to 'java.lang.Object' in case this class is instantiated via one of the many machine-generated constructors.


ivjFlushButton

JButton ivjFlushButton
Machine-generated.


Package org.apache.bcel.verifier.statics

Class org.apache.bcel.verifier.statics.DOUBLE_Upper extends Type implements Serializable

Class org.apache.bcel.verifier.statics.LONG_Upper extends Type implements Serializable


Package org.apache.bcel.verifier.structurals

Class org.apache.bcel.verifier.structurals.GenericArray extends Object implements Serializable

Class org.apache.bcel.verifier.structurals.UninitializedObjectType extends ReferenceType implements Serializable

Serialized Fields

initialized

ObjectType initialized
The "initialized" version.