|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LineList | |
---|---|
org.pz.platypus |
Uses of LineList in org.pz.platypus |
---|
Fields in org.pz.platypus declared as LineList | |
---|---|
private LineList |
GDD.inputLines
|
Methods in org.pz.platypus that return LineList | |
---|---|
LineList |
GDD.getInputLines()
|
Methods in org.pz.platypus with parameters of type LineList | |
---|---|
int |
PlatypusParser.noParse(LineList lines,
TokenList tokens)
Some output plugins want to parse the input text themselves. |
int |
PlatypusParser.parse(LineList lines,
TokenList tokens,
PropertyFile configFile,
java.lang.String pluginPrefix)
Converts input lines into an ArrayList of parsed tokens. |
int |
Infile.readFileIntoInputLines(LineList textLines)
Reads the input file on a line basis, adding each line to an ArrayList for later processing. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |