Home / Development / Documentation / 2.0.44 / Uses of Class info.bioinfweb.treegraph.document.io.newick.NewickToken
TreeGraph 2
 


Uses of Class
info.bioinfweb.treegraph.document.io.newick.NewickToken

Packages that use NewickToken
info.bioinfweb.treegraph.document.io.newick Contains classes implementing the import from and export to the Newick format. 
 

Uses of NewickToken in info.bioinfweb.treegraph.document.io.newick
 

Fields in info.bioinfweb.treegraph.document.io.newick with type parameters of type NewickToken
private  List<NewickToken> NewickStringReader.tokens
           
 

Methods in info.bioinfweb.treegraph.document.io.newick that return NewickToken
private static NewickToken NewickScanner.readFreeName(String text, int start)
           
 

Methods in info.bioinfweb.treegraph.document.io.newick that return types with arguments of type NewickToken
static List<NewickToken> NewickScanner.parse(String text)
           
 

Methods in info.bioinfweb.treegraph.document.io.newick with parameters of type NewickToken
private static int NewickScanner.readBranchLength(String text, int start, NewickToken token)
          Reads a length statement in an Newick string.
private static int NewickScanner.readDelimitedName(String text, int start, NewickToken token)
           
 

Method parameters in info.bioinfweb.treegraph.document.io.newick with type arguments of type NewickToken
private static int NewickScanner.readComment(String text, int start, List<NewickToken> tokenList)
          Reads a comment and adds it to last token in the passed list.
 

Constructors in info.bioinfweb.treegraph.document.io.newick with parameters of type NewickToken
NewickException(NewickToken token, String source)