Uses of Class
platypus.ReadLine

Packages that use ReadLine
platypus   
 

Uses of ReadLine in platypus
 

Fields in platypus declared as ReadLine
private  ReadLine GID.currLine
           
 

Fields in platypus with type parameters of type ReadLine
(package private)  java.util.ArrayList<ReadLine> Infile.textLines
          array of ReadLines into which Infile is parsed
 

Methods in platypus that return ReadLine
 ReadLine GID.getCurrLine()
          Returns the current line
 

Methods in platypus that return types with arguments of type ReadLine
 java.util.ArrayList<ReadLine> Infile.getTextLines()
           
 

Methods in platypus with parameters of type ReadLine
 void GID.FTOsetCurr(ReadLine newRL)
          This function is FTO because and not used in production code because GID only has the one currLine.
 Tokens ReadLine.parse(ReadLine rl)
          Parses the readline into an array of tokens.
 



Copyright © 2006-7 Pacific Data Works LLC