|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojavax.bio.phylo.io.nexus.NexusBlockParser.Abstract
org.biojavax.bio.phylo.io.nexus.CharactersBlockParser
org.biojavax.bio.phylo.io.nexus.DataBlockParser
public class DataBlockParser
Parses Nexus data blocks.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.biojavax.bio.phylo.io.nexus.NexusBlockParser |
---|
NexusBlockParser.Abstract |
Field Summary |
---|
Fields inherited from interface org.biojavax.bio.phylo.io.nexus.NexusBlockParser |
---|
UNKNOWN_BLOCK |
Constructor Summary | |
---|---|
DataBlockParser(DataBlockListener blockListener)
Delegates to CharactersBlockParser. |
Method Summary |
---|
Methods inherited from class org.biojavax.bio.phylo.io.nexus.CharactersBlockParser |
---|
parseToken, resetStatus, wantsBracketsAndBraces |
Methods inherited from class org.biojavax.bio.phylo.io.nexus.NexusBlockParser.Abstract |
---|
beginComment, commentText, endBlock, endComment, endTokenGroup, getBlockListener, getBlockName, startBlock |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataBlockParser(DataBlockListener blockListener)
blockListener
- the listener to send parse events to.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |