Serialized Form
Package com.jeffpalm.applets |
midi
Midi midi
Package com.jeffpalm.arrayparser |
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
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.
eol
java.lang.String eol
- The end of line string for this machine.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
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
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.
eol
java.lang.String eol
- The end of line string for this machine.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
args
java.lang.String args
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
host
java.lang.String host
ip
java.lang.String ip
inbox
java.io.File inbox
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
name
java.lang.String name
emails2machines
java.util.Map<K,V> emails2machines
Package com.jeffpalm.cop5555.constrainer |
prev
Table prev
Package com.jeffpalm.cop5555.nodes |
Class com.jeffpalm.css.ParseException extends java.lang.Object implements Serializable |
Class com.jeffpalm.css.Parser extends java.lang.Object implements Serializable |
Class com.jeffpalm.css.ParserConstants extends java.lang.Object implements Serializable |
Class com.jeffpalm.css.ParserTokenManager extends java.lang.Object implements Serializable |
Class com.jeffpalm.css.SimpleCharStream extends java.lang.Object implements Serializable |
Class com.jeffpalm.css.Token extends java.lang.Object implements Serializable |
Class com.jeffpalm.css.TokenMgrError extends java.lang.Object implements Serializable |
Class com.jeffpalm.dtd.DTDParser extends java.lang.Object implements Serializable |
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
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.
eol
java.lang.String eol
- The end of line string for this machine.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
Package com.jeffpalm.eggtris |
height
int height
- The height of Board, defaults to 20 bricks.
width
int width
- Width, defaults to 15 bricks.
x
int x
- X position.
y
int y
- Y position.
activeShape
MyShape activeShape
- This is the only collection of bricks that occupies part of the
Board without being null. All the rest of the elements in the
bricks array are either null, or contain a locked brick
bricks
Brick[][] bricks
- This is the array of bricks on the board.
applet
java.applet.Applet applet
color
java.awt.Color color
font
java.awt.Font font
x
int x
y
int y
width
int width
height
int height
currentImage
java.awt.Image currentImage
images
java.awt.Image[] images
level
int level
- Current level.
speed
int speed
- Current speed of the blocks (in ms.).
gameStarted
boolean gameStarted
- True if game has started.
gamePaused
boolean gamePaused
- True if game has been paused.
gameStopped
boolean gameStopped
- True if game has been stopped.
thread
java.lang.Thread thread
- Thread to drop the Shapes.
board
Board board
- The playing Board.
scoreBoard
ScoreBoard scoreBoard
- The scoreBoard.
nextBrickBoard
Board nextBrickBoard
- The Canvas with the next Brick in it.
dukeBoard
DukeBoard dukeBoard
- The Canvas with the next Brick in it.
activeShape
MyShape activeShape
- The activeShape.
nextShape
MyShape nextShape
- The next shape.
shapeGenerator
ShapeGenerator shapeGenerator
- The object that gives out new Shapes.
boardBuffer
java.awt.Image boardBuffer
- Image buffer for the board.
scoreBoardBuffer
java.awt.Image scoreBoardBuffer
- Image buffer for the score board.
nextBrickBoardBuffer
java.awt.Image nextBrickBoardBuffer
- Image buffer for the next brick board.
dukeBoardBuffer
java.awt.Image dukeBoardBuffer
- Image for the Java logo.
pauseButton
java.awt.Button pauseButton
- Pauses the game.
restartButton
java.awt.Button restartButton
- Restarts the game.
mainPanel
java.awt.Panel mainPanel
- Holds the main components.
buttonPanel
java.awt.Panel buttonPanel
- Holds the buttons.
level
int level
- Current level.
speed
int speed
- Current speed of the blocks (in ms.).
gameStarted
boolean gameStarted
- True if game has started.
gamePaused
boolean gamePaused
- True if game has been paused.
gameStopped
boolean gameStopped
- True if game has been stopped.
thread
java.lang.Thread thread
- Thread to drop the Shapes.
board
Board board
- The playing Board.
scoreBoard
ScoreBoard scoreBoard
- The scoreBoard.
nextBrickBoard
Board nextBrickBoard
- The Canvas with the next Brick in it.
activeShape
MyShape activeShape
- The activeShape.
nextShape
MyShape nextShape
- The next shape.
shapeGenerator
ShapeGenerator shapeGenerator
- The object that gives out new Shapes.
boardBuffer
java.awt.Image boardBuffer
- Image buffer for the board.
scoreBoardBuffer
java.awt.Image scoreBoardBuffer
- Image buffer for the score board.
nextBrickBoardBuffer
java.awt.Image nextBrickBoardBuffer
- Image buffer for the next brick board.
javaLogo
java.awt.Image javaLogo
- Image for the Java logo.
color
java.awt.Color color
font
java.awt.Font font
x
int x
y
int y
width
int width
height
int height
lines
int lines
shapes
int shapes
level
int level
score
int score
Package com.jeffpalm.expr |
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
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.
eol
java.lang.String eol
- The end of line string for this machine.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
Package com.jeffpalm.grapher |
graph
Graph graph
mainComponent
java.awt.Component mainComponent
desktop
javax.swing.JDesktopPane desktop
NEW_ACTION
javax.swing.Action NEW_ACTION
OPEN_ACTION
javax.swing.Action OPEN_ACTION
QUIT_ACTION
javax.swing.Action QUIT_ACTION
ABOUT_ACTION
javax.swing.Action ABOUT_ACTION
shouldRethrowExceptions
boolean shouldRethrowExceptions
label
javax.swing.JLabel label
mainPanel
javax.swing.JPanel mainPanel
names2tasks
java.util.Map<K,V> names2tasks
Package com.jeffpalm.gui.centered |
Package com.jeffpalm.javaparser |
currentToken
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.
eol
java.lang.String eol
- The end of line string for this machine.
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).
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have one of the
above 4 values.
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
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.
eol
java.lang.String eol
- The end of line string for this machine.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
Package com.jeffpalm.mail |
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
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.
eol
java.lang.String eol
- The end of line string for this machine.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
Package com.jeffpalm.stats |
jTable
com.jeffpalm.stats.TableFrame.MyTable jTable
tableModel
com.jeffpalm.stats.TableFrame.MyTableModel tableModel
table
Table2D table
Package com.jeffpalm.util |
ACTIONS
javax.swing.Action[] ACTIONS
val
byte val
val
double val
val
float val
val
int val
val
long val
val
short val
lo
double lo
hi
double hi
lo
float lo
hi
float hi
lo
int lo
hi
int hi
lo
long lo
hi
long hi
lo
short lo
hi
short hi
isSet
boolean isSet
number
java.lang.Number number
Package com.jeffpalm.util.getopt |
Class com.jeffpalm.util.getopt.Option extends java.lang.Object implements Serializable |
Package com.jeffpalm.util.gui |