|
abc4j API Specification | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectabc.parser.AbcParserAbstract
abc.parser.TuneParser
abc.parser.AsynchronousTuneParser
public class AsynchronousTuneParser
A parser that parses abc gammar into its own thread context.
| Constructor Summary | |
|---|---|
AsynchronousTuneParser()
Constructs a new tune parser. |
|
AsynchronousTuneParser(boolean isQueueManagementEnabled)
|
|
| Method Summary | |
|---|---|
Tune |
parse(java.io.Reader charStream)
Parses the specified stream in ABC notation. |
Tune |
parse(java.lang.String tune)
Parse the given string and creates a Tune object as parsing result. |
Tune |
parseHeader(java.io.Reader charStream)
Parse the given string and creates a Tune object with no music as parsing result. |
Tune |
parseHeader(java.lang.String tune)
Parses the header of the specified tune notation. |
void |
superParse(java.io.Reader r)
|
void |
superParseHeader(java.io.Reader r)
|
| Methods inherited from class abc.parser.TuneParser |
|---|
addListener, removeListener |
| Methods inherited from class abc.parser.AbcParserAbstract |
|---|
getScanner |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AsynchronousTuneParser()
public AsynchronousTuneParser(boolean isQueueManagementEnabled)
| Method Detail |
|---|
public Tune parse(java.lang.String tune)
parse in class TuneParsertune - The abc tune, as a String, to be parsed.
public Tune parse(java.io.Reader charStream)
TuneParser
parse in class TuneParsercharStream - Tune stream in ABC notation.
public Tune parseHeader(java.lang.String tune)
TuneParser
parseHeader in class TuneParsertune - A tune notation in ABC.
public Tune parseHeader(java.io.Reader charStream)
TuneParser
parseHeader in class TuneParsercharStream - The stream to be parsed.
public void superParse(java.io.Reader r)
public void superParseHeader(java.io.Reader r)
|
abc4j API Specification | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||