Serialized Form
Package org.opendoors.util |
name
java.lang.String name
- The name.
period
int period
- The interval for firing.
oneShot
boolean oneShot
- Is a one shot timer.
methodName
java.lang.String methodName
className
java.lang.String className
variableName
java.lang.String variableName
methodName
java.lang.String methodName
className
java.lang.String className
arguments
java.lang.String arguments
propertyName
java.lang.String propertyName
className
java.lang.String className
variableName
java.lang.String variableName
variableName
java.lang.String variableName
variableName
java.lang.String variableName
variableName
java.lang.String variableName
propertyName
java.lang.String propertyName
className
java.lang.String className
variableName
java.lang.String variableName
propertyName
java.lang.String propertyName
className
java.lang.String className
variableName
java.lang.String variableName
variableName
java.lang.String variableName
caught
java.lang.Throwable caught
caught
java.lang.Throwable caught
Package org.webmacro.directive |
Package org.webmacro.engine |
Package org.webmacro.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.
Package org.webmacro.resource |
Package org.webmacro.servlet |
_wm
WebMacro _wm
_broker
Broker _broker
_wcPrototype
WebContext _wcPrototype
_started
boolean _started
_log
Log _log
- Log object used to write out messages
_problem
java.lang.String _problem
- null means all OK
Package org.webmacro.util |