Class: LexerKit::DFA::RegexAST::Literal
- Inherits:
-
Data
- Object
- Data
- LexerKit::DFA::RegexAST::Literal
- Defined in:
- lib/lexer_kit/dfa/regex_ast.rb
Overview
Literal byte match
Instance Attribute Summary collapse
-
#byte ⇒ Object
readonly
Returns the value of attribute byte.
-
#meta ⇒ Object
readonly
Returns the value of attribute meta.
Instance Attribute Details
#byte ⇒ Object (readonly)
Returns the value of attribute byte
20 21 22 |
# File 'lib/lexer_kit/dfa/regex_ast.rb', line 20 def byte @byte end |
#meta ⇒ Object (readonly)
Returns the value of attribute meta
20 21 22 |
# File 'lib/lexer_kit/dfa/regex_ast.rb', line 20 def @meta end |