QScript  2.1.2
Expression and algorithm evaluator
 All Classes Namespaces Functions Variables Pages
Public Member Functions | Public Attributes | List of all members
org.qscript.events.StoreUpdateEvent Class Reference

Inherits org.qscript.events.ScriptEvent.

Public Member Functions

 StoreUpdateEvent (Script script, ErrorType etype, int lineNo, int pos, int width, Object[] extra)
 
- Public Member Functions inherited from org.qscript.events.ScriptEvent
 ScriptEvent (Script script, ErrorType etype, int lineNo, int pos, int width, Object[] extra)
 
 ScriptEvent (Script script, ErrorType etype, int lineNo, int pos, int width)
 
Script getSource ()
 
Script getScript ()
 
String getMessage ()
 
String toString ()
 

Public Attributes

final String varID
 
final Variable var
 
- Public Attributes inherited from org.qscript.events.ScriptEvent
final ErrorType etype
 
final int lineNo
 
final int pos
 
final int width
 
final Object[] extra
 

Additional Inherited Members

- Protected Attributes inherited from org.qscript.events.ScriptEvent
final String f0 = "{0} [Line {1} : Pos {2}]"
 
String message
 

Detailed Description

Event fired when a variable has been updated and stored.

Author
Peter Lager

Constructor & Destructor Documentation

org.qscript.events.StoreUpdateEvent.StoreUpdateEvent ( Script  script,
ErrorType  etype,
int  lineNo,
int  pos,
int  width,
Object[]  extra 
)
Parameters
scriptthe source of the event
etypethe error type (if event caused by error)
lineNoline number where the event was fired
posthe position in the source code where the token starts
widththe width (chars) of the token
extrathis extra object is specific to this event

Member Data Documentation

final Variable org.qscript.events.StoreUpdateEvent.var

the actual variable that was updated

final String org.qscript.events.StoreUpdateEvent.varID

The variable identifier being updated


The documentation for this class was generated from the following file: