Overview | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT FRAMES  | NO FRAMES

Serialized Form


Package pnuts.awt

Class pnuts.awt.ImageCanvas

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

bottom

int bottom

completed

boolean completed

height

int height

image

java.awt.Image image

rate_x

double rate_x

rate_y

double rate_y

top

int top

width

int width


Class pnuts.awt.LayoutException

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.


Class pnuts.awt.PnutsLayout

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

alignmentTable

java.util.Hashtable alignmentTable
alignment table

align

int align
default align

cols

int cols
The number of columns

grid_x

int[] grid_x

grid_y

int[] grid_y

heights

int[] heights

hfit

int[] hfit

hfits

int hfits

iPadTable

java.util.Hashtable iPadTable
ipadx/y table

ipadx

int ipadx
default ipadx

ipady

int ipady
default ipady

padTable

java.util.Hashtable padTable
padx/y table

padx

int padx
default padx

pady

int pady
default pady

pos_x

int[] pos_x

pos_y

int[] pos_y

psize

java.awt.Dimension psize

rows

int rows
The number of rows

spanTable

java.util.Hashtable spanTable
span table

valid

boolean valid

vfit

int[] vfit

vfits

int vfits

widths

int[] widths

xfix

boolean xfix

yfix

boolean yfix

Package pnuts.util


Class pnuts.util.EventAdapter

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

ftable

java.util.Hashtable ftable

Package pnuts.lang


Class pnuts.lang.Package

This class implements Serializable.

Serialized Form - Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                throws java.io.IOException,
                       java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                 throws java.io.IOException
Serialized Form - Fields

autoloadTable

java.util.Hashtable autoloadTable

name

java.lang.String name

unitTable

java.util.Hashtable unitTable


Class pnuts.lang.ParseException

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

currentToken

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

eol

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

expectedTokenSequences

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

specialConstructor

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

tokenImage

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


Class pnuts.lang.PnutsException

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

file

java.lang.String file

line

int line

throwable

java.lang.Throwable throwable

trace

java.util.Vector trace


Class pnuts.lang.PnutsFunction

This class implements Serializable.

Serialized Form - Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                throws java.io.IOException,
                       java.lang.ClassNotFoundException
Serialized Form - Fields

builtin

boolean builtin

name

java.lang.String name

vec

java.util.Vector vec

Package pnuts.ext


Class pnuts.ext.Complex

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

im

java.lang.Number im

re

java.lang.Number re

reverse

boolean reverse


Class pnuts.ext.DynamicClass.Instance

This class implements Serializable.

Serialized Form - Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                throws java.io.IOException,
                       java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                 throws java.io.IOException
Serialized Form - Fields

this$0

DynamicClass this$0


Class pnuts.ext.DynamicClass

This class implements Serializable.

Serialized Form - Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                throws java.io.IOException,
                       java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                 throws java.io.IOException
Serialized Form - Fields

methods

java.util.Hashtable methods

name

java.lang.String name

NULL

java.util.Vector NULL

superType

DynamicClass superType


Class pnuts.ext.Fraction

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

denominator

java.lang.Number denominator

numerator

java.lang.Number numerator


Class pnuts.ext.Prototype

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

name

java.lang.String name

prototype

Prototype prototype

table

java.util.Hashtable table


Class pnuts.ext.PSEPackage

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

dbName

java.lang.String dbName

db

COM.odi.Database db

map

COM.odi.util.OSHashMap map


Class pnuts.ext.Quantity

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

number

java.lang.Number number

prec

int prec

units

pnuts.ext.Units units


Class pnuts.ext.UnitSystem

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

prec

int prec

scale

java.lang.Number[] scale

units

java.lang.String[] units


Overview | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT FRAMES  | NO FRAMES