Class: Protobuf::Node::SyntaxNode

Inherits:
Base
  • Object
show all
Defined in:
lib/protobuf/compiler/nodes.rb

Instance Method Summary collapse

Methods inherited from Base

#accept_descriptor_visitor, #accept_message_visitor, #accept_rpc_visitor, #define_in_the_file

Constructor Details

#initialize(syntax) ⇒ SyntaxNode

Returns a new instance of SyntaxNode.



322
323
324
# File 'lib/protobuf/compiler/nodes.rb', line 322

def initialize(syntax)
  # do nothing
end