Class: Dhaka::LexerSupport::ASTNode
- Inherits:
-
Object
- Object
- Dhaka::LexerSupport::ASTNode
- Defined in:
- lib/dhaka/lexer/regex_grammar.rb
Direct Known Subclasses
AcceptingNode, BinaryNode, CheckpointNode, LeafNode, OrNode, UnaryNode
Instance Method Summary collapse
Instance Method Details
#accepting ⇒ Object
136 137 138 |
# File 'lib/dhaka/lexer/regex_grammar.rb', line 136 def accepting false end |
#checkpoint ⇒ Object
132 133 134 |
# File 'lib/dhaka/lexer/regex_grammar.rb', line 132 def checkpoint false end |