Class: Idl::BitsCastSyntaxNode
- Inherits:
-
Treetop::Runtime::SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- Idl::BitsCastSyntaxNode
- Defined in:
- lib/idl/ast.rb
Instance Method Summary collapse
Instance Method Details
#to_ast ⇒ Object
2557 2558 2559 |
# File 'lib/idl/ast.rb', line 2557 def to_ast BitsCastAst.new(input, interval, expression.to_ast) end |