class Nasl::Export

Attributes

function[R]

Public Class Methods

new(tree, *tokens) click to toggle source
Calls superclass method
# File lib/nasl/parser/export.rb, line 33
def initialize(tree, *tokens)
  super

  @function = @tokens[1]

  @children << :function
end