Class: Protobuf::Node::SyntaxNode
- Defined in:
- lib/protobuf/compiler/nodes.rb
Instance Method Summary collapse
-
#initialize(syntax) ⇒ SyntaxNode
constructor
A new instance of SyntaxNode.
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 |