|
abc4j API Specification | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectabc.parser.AbcParserAbstract
public class AbcParserAbstract
Abstract class from which all abc notation parsers inherit. Known limitations: ELEMSKIP is not supported. Missing support for tex command and file fields.
| Constructor Summary | |
|---|---|
AbcParserAbstract()
Constructs a new tune parser. |
|
| Method Summary | |
|---|---|
void |
addListener(TuneParserListenerInterface listener)
Adds a listener to catch events thrown by the parser durin tune parsing. |
Scanner |
getScanner()
Returns the scanner internally used for parsing. |
void |
removeListener(TuneParserListenerInterface listener)
Removes a listener from this parser. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbcParserAbstract()
| Method Detail |
|---|
public Scanner getScanner()
public void addListener(TuneParserListenerInterface listener)
listener - Object that implements the TuneParserListenerInterface.public void removeListener(TuneParserListenerInterface listener)
listener - The listener to be removed.
|
abc4j API Specification | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||