public class StaccatoParserContext
extends java.lang.Object
| Constructor and Description |
|---|
StaccatoParserContext(Parser parser) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getDictionary() |
Key |
getKey() |
Parser |
getParser() |
TimeSignature |
getTimeSignature() |
StaccatoParserContext |
loadDictionary(java.io.File file) |
StaccatoParserContext |
loadDictionary(java.io.InputStream stream) |
StaccatoParserContext |
loadDictionary(java.io.Reader reader) |
StaccatoParserContext |
setKey(Key key) |
StaccatoParserContext |
setTimeSignature(TimeSignature timeSignature) |
public StaccatoParserContext(Parser parser)
public java.util.Map<java.lang.String,java.lang.Object> getDictionary()
public StaccatoParserContext loadDictionary(java.io.Reader reader) throws java.io.IOException
java.io.IOExceptionpublic Parser getParser()
public StaccatoParserContext loadDictionary(java.io.InputStream stream) throws java.io.IOException
java.io.IOExceptionpublic StaccatoParserContext loadDictionary(java.io.File file) throws java.io.IOException
java.io.IOExceptionpublic StaccatoParserContext setKey(Key key)
public Key getKey()
public StaccatoParserContext setTimeSignature(TimeSignature timeSignature)
public TimeSignature getTimeSignature()