|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectUI.Run.GEVAStreamParser.Extension
UI.Run.GEVAGlobalStreamParser.Extension
public class GEVAGlobalStreamParser.Extension
Hint to other parsers about when they should start parsing. This is an optimisation, which reduces the number of parsers working out what a line of text means, this parser works out what the line potentially means, and the other parsers can decide to run based on this
Constructor Summary | |
---|---|
GEVAGlobalStreamParser.Extension()
|
Method Summary | |
---|---|
java.lang.Object |
getData(int index)
|
int |
getLength()
|
boolean |
isConfigurationHint()
Returns true if the current Line is potentially parsable as a configuration line |
boolean |
isDataHint()
Returns true if the current Line is potentially parsable as a data line |
boolean |
isLabelHint()
Returns true if the current Line is potentially parsable as a label line |
void |
setData(int index,
java.lang.Object data)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GEVAGlobalStreamParser.Extension()
Method Detail |
---|
public boolean isConfigurationHint()
public boolean isLabelHint()
public boolean isDataHint()
public java.lang.Object getData(int index)
getData
in class GEVAStreamParser.Extension
public void setData(int index, java.lang.Object data)
setData
in class GEVAStreamParser.Extension
public int getLength()
getLength
in class GEVAStreamParser.Extension
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |