JavaScript Development Tools
Release 3.2

Serialized Form


Package org.eclipse.wst.jsdt.core

Class org.eclipse.wst.jsdt.core.BufferChangedEvent extends java.util.EventObject implements Serializable

serialVersionUID: 655379473891745999L

Serialized Fields

length

int length
The length of text that has been modified in the buffer.


offset

int offset
The offset into the buffer where the modification took place.


text

java.lang.String text
The text that was modified.

Class org.eclipse.wst.jsdt.core.ElementChangedEvent extends java.util.EventObject implements Serializable

serialVersionUID: -8947240431612844420L

Serialized Fields

type

int type

Class org.eclipse.wst.jsdt.core.UnimplementedException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L


Package org.eclipse.wst.jsdt.core.compiler

Class org.eclipse.wst.jsdt.core.compiler.InvalidInputException extends java.lang.Exception implements Serializable

serialVersionUID: 2909732853499731592L


Package org.eclipse.wst.jsdt.debug.core.jsdi

Class org.eclipse.wst.jsdt.debug.core.jsdi.IncompatibleThreadStateException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class org.eclipse.wst.jsdt.debug.core.jsdi.IncompatibleVmStateException extends java.lang.Exception implements Serializable

serialVersionUID: 1L


Package org.eclipse.wst.jsdt.debug.core.jsdi.connect

Package org.eclipse.wst.jsdt.jsdoc

Class org.eclipse.wst.jsdt.jsdoc.MappingException extends java.lang.Exception implements Serializable

serialVersionUID: 1L


Package org.eclipse.wst.jsdt.launching

Class org.eclipse.wst.jsdt.launching.PropertyChangeEvent extends java.util.EventObject implements Serializable

serialVersionUID: 1L

Serialized Fields

propertyName

java.lang.String propertyName
The name of the changed property.


oldValue

java.lang.Object oldValue
The old value of the changed property, or null if not known or not relevant.


newValue

java.lang.Object newValue
The new value of the changed property, or null if not known or not relevant.


JavaScript Development Tools
Release 3.2

Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.