Module: Idl::IntLiteralSyntaxNode
- Defined in:
- lib/idlc/ast.rb
Instance Method Summary collapse
Instance Method Details
#to_ast ⇒ Object
7371 7372 7373 7374 |
# File 'lib/idlc/ast.rb', line 7371 def to_ast T.bind(self, Treetop::Runtime::SyntaxNode) IntLiteralAst.new(input, interval, input[interval]) end |