Serialized Form
Package com.rychlik.calculator |
s
java.util.Stack s
program
java.util.Vector program
globalSymbolTable
java.util.Hashtable globalSymbolTable
localSymbolTable
java.util.Hashtable localSymbolTable
ret
java.util.Stack ret
data
double[] data
pc
int pc
- Program counter
ptr
int ptr
- Data pointer
localScope
boolean localScope
- Scope can be global or local
progbase
int progbase
- Describe variable
progbase
here.
argbase
int argbase
- Describe variable
argbase
here.
nargs
int nargs
- Describe variable
nargs
here.
value
double value
- Describe variable
value
here.
progbase
int progbase
- Describe variable
progbase
here.
argbase
int argbase
- Describe variable
argbase
here.
nargs
int nargs
- Describe variable
nargs
here.
location
int location
- Describe variable
location
here.
address
int address
value
double value
address
int address
name
java.lang.String name
address
int address
- Describe variable
address
here.
Package com.rychlik.calculator.parser |
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.
serialVersionUID: -9025234916540117979L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
phaseDiagram
com.rychlik.jode.JOde.PhaseDiagram phaseDiagram
abscissa
com.rychlik.jode.JOde.AxisChoice abscissa
ordinate
com.rychlik.jode.JOde.AxisChoice ordinate
axisToggle
com.rychlik.jode.JOde.AxisToggle axisToggle
panel
java.awt.Panel panel
idleText
java.awt.TextArea idleText
algorithmChoice
java.awt.Choice algorithmChoice
sm
StackMachine sm
errorConsole
MessageConsole errorConsole
tableConsole
MessageConsole tableConsole
solutions
java.util.Vector solutions
functions
java.util.Vector functions
savedCursor
java.awt.Cursor savedCursor
isAutonomous
boolean isAutonomous
isEditable
boolean isEditable
slopes
double[][][] slopes
index
int[] index
nStepsLimit
int nStepsLimit
variableControls
com.rychlik.jode.JOde.VariableControl[] variableControls
variableControls0
com.rychlik.jode.JOde.VariableControl[] variableControls0
initConditionControls
com.rychlik.jode.JOde.InitConditionControl[] initConditionControls
variableRangeControls
com.rychlik.jode.JOde.VariableRangeControl[] variableRangeControls
gridSizes
double[] gridSizes
messageArea
java.awt.TextField messageArea
messageNumber
int messageNumber
algorithm
int algorithm
initConditions
java.util.Vector initConditions
equationControls
com.rychlik.jode.JOde.EquationControl[] equationControls
functionControls
com.rychlik.jode.JOde.FunctionControl[] functionControls
nSegmentsControls
com.rychlik.jode.JOde.NSegmentsControl[] nSegmentsControls
stepControl
com.rychlik.jode.JOde.StepControl stepControl
showSlopes
boolean showSlopes
showSolutions
boolean showSolutions
showFunctions
boolean showFunctions
showEquations
boolean showEquations
showInitConditions
boolean showInitConditions
showTickMarks
boolean showTickMarks
showAxes
boolean showAxes
showRanges
boolean showRanges
showLines
boolean showLines
showPoints
boolean showPoints
parameterValues
java.util.Hashtable parameterValues
isFramed
boolean isFramed
lefthanded
boolean lefthanded
isStopped
boolean isStopped
preferredSize
java.awt.Dimension preferredSize
lastErrorMessage
java.lang.String lastErrorMessage
- Stores the last error message
title
java.lang.String title
serialVersionUID: 5394718889641910260L
options
java.lang.String options
jode
JOde jode
serialVersionUID: 4832511041258071289L
aboutFrame
java.awt.Frame aboutFrame
- Information about JOde
jode
JOde jode
- The managed jode
menuBar
java.awt.MenuBar menuBar
- The menu bar
fileMenu
java.awt.Menu fileMenu
editMenu
java.awt.Menu editMenu
helpMenu
java.awt.Menu helpMenu
titleDialog
com.rychlik.jode.TextDialog titleDialog
- The variable
titleDialog
contains a title dialog.
printItem
java.awt.MenuItem printItem
saveItem
java.awt.MenuItem saveItem
loadItem
java.awt.MenuItem loadItem
printCanvasItem
java.awt.MenuItem printCanvasItem
printPanelItem
java.awt.MenuItem printPanelItem
printPhaseDiagramItem
java.awt.MenuItem printPhaseDiagramItem
exitItem
java.awt.MenuItem exitItem
aboutItem
java.awt.MenuItem aboutItem
changeTitleItem
java.awt.MenuItem changeTitleItem
serialVersionUID: 2894534190647526737L
messageArea
java.awt.TextArea messageArea
clearButton
java.awt.Button clearButton
dismissButton
java.awt.Button dismissButton
menuBar
java.awt.MenuBar menuBar
fileMenu
java.awt.Menu fileMenu
printItem
java.awt.MenuItem printItem
applet
java.applet.Applet applet
serialVersionUID: 1093470918118851932L
okButton
java.awt.Button okButton
serialVersionUID: 8315749230743641212L
messageFont
java.awt.Font messageFont
okButton
java.awt.Button okButton
certificateButton
java.awt.Button certificateButton
downloadButton
java.awt.Button downloadButton
textArea
java.awt.TextArea textArea
frame
java.awt.Frame frame