Class: LexerKit::DFA::RegexAST::Literal

Inherits:
Data
  • Object
show all
Defined in:
lib/lexer_kit/dfa/regex_ast.rb

Overview

Literal byte match

Instance Attribute Summary collapse

Instance Attribute Details

#byteObject (readonly)

Returns the value of attribute byte

Returns:

  • (Object)

    the current value of byte



20
21
22
# File 'lib/lexer_kit/dfa/regex_ast.rb', line 20

def byte
  @byte
end

#metaObject (readonly)

Returns the value of attribute meta

Returns:

  • (Object)

    the current value of meta



20
21
22
# File 'lib/lexer_kit/dfa/regex_ast.rb', line 20

def meta
  @meta
end