|
abc4j API Specification | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Token | |
|---|---|
| abc.parser | This package contains classes for parsing tunes in abc notation. |
| scanner | This package contains classes for scanners needed for syntax analysis : a scanner is in charge of retrieving tokens from an input stream. |
| Uses of Token in abc.parser |
|---|
| Constructors in abc.parser with parameters of type Token | |
|---|---|
InvalidTokenEvent(java.lang.Object source,
Token token,
TokenType expectedTokenType)
Creates a new event |
|
| Uses of Token in scanner |
|---|
| Methods in scanner that return Token | |
|---|---|
Token |
TokenEvent.getToken()
Returns the found token. |
Token |
Scanner.nextToken()
Returns the next token encountered. |
| Constructors in scanner with parameters of type Token | |
|---|---|
TokenEvent(java.lang.Object source,
Token token)
Creates a new token event. |
|
|
abc4j API Specification | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||