Package org.qdl_lang.state
Class SIEntry
- java.lang.Object
-
- org.qdl_lang.state.SIEntry
-
- All Implemented Interfaces:
Serializable
public class SIEntry extends Object implements Serializable
An entry in the SI (state indicator) table.Created by Jeff Gaynor
on 10/25/20 at 2:35 PM- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description boolean
initialized
QDLInterpreter
interpreter
int
lineNumber
String
message
int
pid
QDLRunner
qdlRunner
State
state
Date
timestamp
-
Constructor Summary
Constructors Constructor Description SIEntry()
-
-
-
Field Detail
-
initialized
public boolean initialized
-
pid
public int pid
-
timestamp
public Date timestamp
-
state
public State state
-
message
public String message
-
qdlRunner
public QDLRunner qdlRunner
-
lineNumber
public int lineNumber
-
interpreter
public QDLInterpreter interpreter
-
-
Method Detail
-
toXML
public void toXML(XMLStreamWriter xsw) throws XMLStreamException
- Throws:
XMLStreamException
-
-