abc4j API Specification

Uses of Class
abc.parser.AbcTokenType

Packages that use AbcTokenType
abc.parser This package contains classes for parsing tunes in abc notation. 
 

Uses of AbcTokenType in abc.parser
 

Fields in abc.parser declared as AbcTokenType
static AbcTokenType AbcTokenType.ACCIDENTAL
           
static AbcTokenType AbcTokenType.ALPHA
          The ALPHA token type : characters from a to z and A to Z.
static AbcTokenType AbcTokenType.BARLINE
           
static AbcTokenType AbcTokenType.BASE_NOTE
          The base note token type : from 'A' to 'G' and from 'a' to 'g'.
static AbcTokenType AbcTokenType.BEGIN_SLUR
           
static AbcTokenType AbcTokenType.BROKEN_RHYTHM
           
static AbcTokenType AbcTokenType.C_METER
          The meter C token type : "C" for 4/4, "C|" for 2/2.
static AbcTokenType AbcTokenType.C_TEMPO
          The C tempo token type : character 'C'.
static AbcTokenType AbcTokenType.CHORD_NAME
          The chord name token type : character '"'.
static AbcTokenType AbcTokenType.CHORD_TYPE
           
static AbcTokenType AbcTokenType.COMA
           
static AbcTokenType AbcTokenType.COMMENT
          The comment token type : character '%'.
static AbcTokenType AbcTokenType.DIGIT
          The digit token type : from 1 to 9.
static AbcTokenType AbcTokenType.END_SLUR
           
static AbcTokenType AbcTokenType.EQUALS
          The equals token type : character '='.
static AbcTokenType AbcTokenType.FIELD_AREA
          The aread field token type : A:.
static AbcTokenType AbcTokenType.FIELD_BOOK
          The book field token type : B:.
static AbcTokenType AbcTokenType.FIELD_COMPOSER
          The composer field token type : C:.
static AbcTokenType AbcTokenType.FIELD_DEFAULT_LENGTH
          The default length field token type : L:.
static AbcTokenType AbcTokenType.FIELD_DISCOGRAPHY
          The discography field token type : D:.
static AbcTokenType AbcTokenType.FIELD_GROUP
          The group field token type : G:.
static AbcTokenType AbcTokenType.FIELD_HISTORY
          The history field token type : H:.
static AbcTokenType AbcTokenType.FIELD_INFORMATION
          The information field token type : I:.
static AbcTokenType AbcTokenType.FIELD_KEY
          The key field token type : K:.
static AbcTokenType AbcTokenType.FIELD_METER
          The meter field token type : M:.
static AbcTokenType AbcTokenType.FIELD_NOTES
          The notes field token type : N:.
static AbcTokenType AbcTokenType.FIELD_NUMBER
          The reference number field token type : X:.
static AbcTokenType AbcTokenType.FIELD_ORIGIN
          The origin field token type : O:.
static AbcTokenType AbcTokenType.FIELD_PARTS
          The parts field token type : P:.
static AbcTokenType AbcTokenType.FIELD_RHYTHM
          The rhythm field token type : R:.
static AbcTokenType AbcTokenType.FIELD_SOURCE
          The source field token type : S:.
static AbcTokenType AbcTokenType.FIELD_TEMPO
          The tempo field token type : Q:.
static AbcTokenType AbcTokenType.FIELD_TITLE
          The title field token type : T:.
static AbcTokenType AbcTokenType.FIELD_TRANSCRNOTES
          The transcription notes field token type : Z:.
static AbcTokenType AbcTokenType.FIELD_WORDS
          The words field token type : W:.
static AbcTokenType AbcTokenType.FRACTION
          The fraction token type : character '/'.
static AbcTokenType AbcTokenType.GRACING
           
static AbcTokenType AbcTokenType.GRACING_BEGIN
           
static AbcTokenType AbcTokenType.GRACING_END
           
static AbcTokenType AbcTokenType.GUITAR_CHORD
           
static AbcTokenType AbcTokenType.KEY_ACCIDENTAL
          The key accidental token type : '#' or 'b'.
static AbcTokenType AbcTokenType.KEY_HP
          The HP key specification token type : "HP" or "Hp".
static AbcTokenType AbcTokenType.LINE_BREAK
          The line break token type : character '!'.
static AbcTokenType AbcTokenType.LINE_FEED
          The line feed token type : character '\n'.
static AbcTokenType AbcTokenType.MODE
          The mode token type : m or M or or or or or or or .
static AbcTokenType AbcTokenType.MULTI_NOTE_BEGIN
           
static AbcTokenType AbcTokenType.MULTI_NOTE_END
           
static AbcTokenType AbcTokenType.NO_LINE_BREAK
          The no line break token type : character '\'.
static AbcTokenType AbcTokenType.NTH_REPEAT
           
static AbcTokenType AbcTokenType.NUMBER
          The number token type.
static AbcTokenType AbcTokenType.OCTAVE
           
static AbcTokenType AbcTokenType.PARENTHESIS_CLOSE
          The parenthesis close token type : character ')'.
static AbcTokenType AbcTokenType.PARENTHESIS_OPEN
          The parenthesis open token type : character '('.
static AbcTokenType AbcTokenType.PART
           
static AbcTokenType AbcTokenType.REPEAT_CLOSE
           
static AbcTokenType AbcTokenType.REPEAT_OPEN
           
static AbcTokenType AbcTokenType.REST
           
static AbcTokenType AbcTokenType.SPACE
           
static AbcTokenType AbcTokenType.TEXT
          The text token type : all characters, excluding '%'.
static AbcTokenType AbcTokenType.TIE
           
static AbcTokenType AbcTokenType.TUPLET_SPEC
           
static AbcTokenType AbcTokenType.USER_DEFINED
           
 


abc4j API Specification

Submit a bug or feature