struct Parser::Automaton::RowCol

Defined in:

parser/automaton.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(row : Int32, col : Int32) #

[View source]

Instance Method Detail

def clone #

[View source]
def col : Int32 #

def copy_with(row _row = @row, col _col = @col) #

[View source]
def row : Int32 #