struct Noir::Lexer::PushCallback

Defined in:

noir/lexer.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(token : Token, next_state : Symbol | Nil) #

[View source]

Instance Method Detail

def call(m : DSL) #

[View source]
def clone #

[View source]
def copy_with(token _token = @token, next_state _next_state = @next_state) #

[View source]
def next_state : Symbol | Nil #

def token : Token #