class Nasl::ObjVar
Attributes
idents[R]
Public Class Methods
new(tree, *tokens)
click to toggle source
Calls superclass method
Nasl::Node::new
# File lib/nasl/parser/obj_var.rb, line 33 def initialize(tree, *tokens) super @idents = @tokens[1] @children << :idents end