Class: Idl::UserTypeNameSyntaxNode

Inherits:
Treetop::Runtime::SyntaxNode show all
Defined in:
lib/idl/ast.rb

Instance Method Summary collapse

Instance Method Details

#to_astObject



4682
4683
4684
# File 'lib/idl/ast.rb', line 4682

def to_ast
  UserTypeNameAst.new(input, interval)
end