struct Mystic::ChordParser::Token

Defined in:

mystic/chord_parser.cr

Constant Summary

ADD = "add"
EXT = "extension"
OMIT = "omit"
SUS = "sus"

Constructors

Instance Method Summary

Constructor Detail

def self.new(member : Int32, accidental : String = "", type : String = EXT) #

[View source]

Instance Method Detail

def accidental : String #

[View source]
def accidental=(accidental : String) #

[View source]
def member : Int32 #

[View source]
def member=(member : Int32) #

[View source]
def member? : Bool #

[View source]
def type : String #

[View source]
def type=(type : String) #

[View source]