class SyntaxTree::Database::IndexingVisitor
Attributes
database[R]
filepath[R]
node_id[R]
Public Class Methods
new(database, filepath)
click to toggle source
# File lib/syntax_tree/database.rb, line 10 def initialize(database, filepath) @database = database @filepath = filepath @node_id = nil end