Uses of Class
info.bioinfweb.treegraph.document.io.nexus.NexusCommand

Packages that use NexusCommand
info.bioinfweb.treegraph.document.io.nexus   
 

Uses of NexusCommand in info.bioinfweb.treegraph.document.io.nexus
 

Methods in info.bioinfweb.treegraph.document.io.nexus that return NexusCommand
private static NexusCommand[] NexusParser.scan(String content)
           
 

Methods in info.bioinfweb.treegraph.document.io.nexus with parameters of type NexusCommand
private static int NexusParser.findBlockEnd(NexusCommand[] commands, int start, int end)
           
private static int NexusParser.findCommand(NexusCommand[] commands, int start, int end, Pattern namePattern, Pattern tokenPattern)
          Searches for thr first occurence of the given command.
private static void NexusParser.readTranslTable(NexusCommand command, TranslTable translTable)