TclStatement js Object

TclStatement

A javascript Object as used in incr Tcl in Javascript. Instantiation:

Parameters

  • interp
  • file_name
  • line_no
  • word_obj

Container for holding info for a parsed Tcl statement. It contains a list of words, which in turn can contain a list of word_parts and both can contain statements (a list of statement info) when the statement contained a word which for example was a Tcl proc body.

to be filled