Serialized Form
image
java.awt.Image image
-
width
int width
-
height
int height
-
rate_x
double rate_x
-
rate_y
double rate_y
-
completed
boolean completed
-
error
boolean error
top
int top
-
bottom
int bottom
-
alignmentTable
java.util.Hashtable alignmentTable
- alignment table
-
spanTable
java.util.Hashtable spanTable
- span table
-
padTable
java.util.Hashtable padTable
- padx/y table
-
iPadTable
java.util.Hashtable iPadTable
- ipadx/y table
-
widths
int[] widths
-
heights
int[] heights
-
hfit
int[] hfit
-
vfit
int[] vfit
-
hfits
int hfits
-
vfits
int vfits
-
grid_x
int[] grid_x
-
grid_y
int[] grid_y
-
pos_x
int[] pos_x
-
pos_y
int[] pos_y
-
psize
java.awt.Dimension psize
-
valid
boolean valid
-
align
int align
- default align
-
padx
int padx
- default padx
-
pady
int pady
- default pady
-
ipadx
int ipadx
- default ipadx
-
ipady
int ipady
- default ipady
-
cols
int cols
- The number of columns
-
rows
int rows
- The number of rows
-
xfix
boolean xfix
-
yfix
boolean yfix
-
re
java.lang.Number re
-
im
java.lang.Number im
-
reverse
boolean reverse
-
superType
DynamicClass superType
-
name
java.lang.String name
-
methods
java.util.Hashtable methods
-
NULL
java.util.Vector NULL
-
attributes
java.util.Hashtable attributes
-
this$0
DynamicClass this$0
attr
java.util.Hashtable attr
-
denominator
java.lang.Number denominator
-
numerator
java.lang.Number numerator
-
exports
java.util.Hashtable exports
-
prototype
Prototype prototype
-
table
java.util.Hashtable table
-
name
java.lang.String name
-
number
java.lang.Number number
-
units
pnuts.ext.Units units
-
prec
int prec
-
name
java.lang.String name
prototype
Package prototype
function
PnutsFunction function
lock
java.lang.Object lock
units
java.lang.String[] units
-
scale
java.lang.Number[] scale
-
prec
int prec
-
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
funcName
java.lang.String funcName
- name of the function including the scope information
-
name
java.lang.String name
- name of the function without the scope information
-
nargs
int nargs
- the number of arguments
-
locals
java.lang.String[] locals
- local parameters
-
file
java.lang.Object file
- file name in which this function is defined
-
node
SimpleNode node
- reference to the definition
lexicalScope
pnuts.lang.SymbolTable lexicalScope
-
importEnv
pnuts.lang.ImportEnv importEnv
- "import" environment
-
outer
Function outer
- reference to the outer function
-
pkgName
java.lang.String pkgName
- the package name in which this function is defined
-
function
PnutsFunction function
- reference to PnutsFunction
-
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
name
java.lang.String name
- The name of the package.
-
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
-
currentToken
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.
-
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
-
tokenImage
java.lang.String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
-
errorLine
int errorLine
errorColumn
int errorColumn
errorName
java.lang.String errorName
errorWord
java.lang.String errorWord
eol
java.lang.String eol
- The end of line string for this machine.
-
startNodes
SimpleNode startNodes
- parsed scripts
-
line
int line
-
file
java.lang.Object file
-
throwable
java.lang.Throwable throwable
-
trace
java.util.Vector trace
-
contextName
java.lang.String contextName
-
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
name
java.lang.String name
- the name
-
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
parent
SimpleNode parent
-
children
SimpleNode[] children
-
id
int id
-
str
java.lang.String str
-
beginLine
int beginLine
-
endLine
int endLine
-
parsed
Pnuts parsed
context
Context context
pnutsImpl
CachedPnutsImpl pnutsImpl
module
java.lang.String module
debug
boolean debug
contexts
java.util.Hashtable contexts
context
Context context
basePackage
Package basePackage
arg
java.lang.Object arg
eventType
int eventType
ftable
java.util.Hashtable ftable
- Deprecated.
-