|
Rational Developer for i 7.5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.etools.systems.as400.debug.protocol.PROTOCOL_Base
com.ibm.etools.systems.as400.debug.protocol.PStdExpression2
public class PStdExpression2
This corresponds to the EPDC EStdExpression2 structure.
| Field Summary |
|---|
| Fields inherited from class com.ibm.etools.systems.as400.debug.protocol.PROTOCOL_Base |
|---|
_byteBuffer, DISPLAYDETAIL |
| Constructor Summary | |
|---|---|
PStdExpression2(PStdView context,
String expr,
int exprDU,
int entryID)
Create a EStdExpression2 |
|
| Method Summary | |
|---|---|
protected int |
fixedLen()
Return the total length of the fixed component including any base fixed length Each reply/request must implement this to return the "fixed" portion of their protocol. |
PStdView |
getContext()
Get the expression context |
int |
getEntryID()
Get the entry ID for the expression |
int |
getExprDU()
Get the dispatchable unit for the expression |
String |
getExpressionString()
Return the expr string, no lazy read. |
void |
setEntryID(int id)
Set the entry id of an expression |
void |
setLevel(int lev)
|
protected int |
varLen()
Return the total length of the variable component including any *base* variable length Return the length of the variable component Each reply/request must implement this to return the length of the variable portion of its protocol e.g. |
void |
writeFormattedEPDC(DataOutputStream dataOutputStream,
byte formatFlags)
Write to the output stream an XML formatted representation of this EPDC class NOTE: This method should be implemented in all EPDC classes |
| Methods inherited from class com.ibm.etools.systems.as400.debug.protocol.PROTOCOL_Base |
|---|
bytesAvailable, dumpEPDC, getByteBuffer, getDataInputStream, getEPDCEngineSession, getEPDCVersion, getInternalName, getOffset, getPlatformIdentifier, intAsBytes, markOffset, posBuffer, readChar, readExtString, readInt, readOffset, readShort, readStdString, setEPDCEngineSession, skipBytes, totalBytes, totalBytes, writeChar, writeInt, writeOffset, writeOffsetOrZero, writeShort |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PStdExpression2(PStdView context,
String expr,
int exprDU,
int entryID)
EStdView - program context for the expressionString - the expression stringint - thread IDint - optional entry point ID| Method Detail |
|---|
public PStdView getContext()
public String getExpressionString()
public int getExprDU()
public int getEntryID()
public void setEntryID(int id)
protected int fixedLen()
PROTOCOL_Base
protected int varLen()
PROTOCOL_Base
public void writeFormattedEPDC(DataOutputStream dataOutputStream,
byte formatFlags)
PROTOCOL_Base
writeFormattedEPDC in class PROTOCOL_Basepublic void setLevel(int lev)
|
Rational Developer for i 7.5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||