Serialized Form
serialVersionUID: 1L
description
String description
name
String name
defaultValue
String defaultValue
inheritedFrom
elvisDocItem inheritedFrom
serialVersionUID: 1L
parent
elvisDocItem parent
name
String name
parentName
String parentName
description
String description
attrs
Hashtable<K,V> attrs
children
Hashtable<K,V> children
widget
Widget widget
- The widget whose attribute caused the error.
attrName
String attrName
- The name of the erroneous attribute.
attrValue
String attrValue
- The value of the attribute.
widget
Widget widget
- The parent widget for which the child widget is invalid.
childType
String childType
- The child widget in violation.
lineNum
int lineNum
- The line number on which the option was declared.
name
String name
- The name of the erroneous option.
value
String value
- The value of the option.
original
Widget original
- The widget that was first declared with the identifier.
dupe
Widget dupe
- The new widget, declared with the same identifier.
lineNum
int lineNum
- The number of the line at which the error occurred.
If the error occurred over a range of lines, this should be the first
of those lines.
original
Throwable original
- The original exception.
accessibleTextComponent
JTextArea accessibleTextComponent
numberPane
LearningToolGUI.SmartTextArea.NumberPane numberPane
scroller
JScrollPane scroller
rootPane
JPanel rootPane
contentPane
JPanel contentPane
caretPosition
Point caretPosition
width
int width
lineCount
int lineCount
d_height
int d_height
foregroundColor
Color foregroundColor
defaultForegroundColor
Color defaultForegroundColor
selection
int selection
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
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
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.
defaults
Map<K,V> defaults
- A map of the names of the recognized attributes to their default
values.
synonyms
Map<K,V> synonyms
- A map of synonymous attribute names to their canonical equivalents.
multisynonyms
Map<K,V> multisynonyms
- A map on multisynonymous attribute names to the names of their
component attributes.
widget
Widget widget
- The
Widget to which this object belongs.
opt
Enum<E extends Enum<E>> opt
- The option in which the error occurred, or
null if the error
was associated with no particular option.
arg
String arg
- The argument to the erroneous option, or
null if there was
no such.
a
Object a
- The first element of the pair.
b
Object b
- The second element of the pair.
a
Object a
- The first element of the triple.
b
Object b
- The second element of the triple.
c
Object c
- The third element of the triple.