com.ibm.eNetwork.beans.HOD.event Class MacroParseStat
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |
java.lang.Object
|
+--
com.ibm.eNetwork.beans.HOD.event.MacroParseStat
- public class MacroParseStat
- extends java.lang.Object
Object passed on a MacroParseEvent that contains statistics on every error that occurred in a macro parse. See MacroParseEvent for instructions on how to correctly use the parsing objects.
| Constructor Summary |
|---|
MacroParseStat
()
|
| Method Summary | |
|---|---|
int
|
getLineNum
()
Returns the line
number that the error occurred on. |
java.lang.String
|
getLineText
()
Returns the line
text for the error. |
java.lang.String
|
getStatMessage
()
Returns the
error message. |
boolean
|
isSuccess
()
Because all
stats are errors, this should always be false. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
|
| Constructor Detail |
MacroParseStat
public
MacroParseStat()
| Method Detail |
getLineNum
public int
getLineNum()
isSuccess
public boolean
isSuccess()
getLineText
public java.lang.String
getLineText()
getStatMessage
public java.lang.String
getStatMessage()
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |