Class: WebIDL::ParseTree::AbsoluteScopedName

Inherits:
Treetop::Runtime::SyntaxNode
  • Object
show all
Defined in:
lib/webidl/parse_tree/absolute_scoped_name.rb

Instance Method Summary collapse

Instance Method Details

#build(parent) ⇒ Object

Raises:

  • (NotImplementedError)


5
6
7
# File 'lib/webidl/parse_tree/absolute_scoped_name.rb', line 5

def build(parent)
  raise NotImplementedError
end