dundas.data.SyntaxTreeNode Class

 

Inheritance Hierarchy

 
Class
   dundas.data.SyntaxTreeNode
      dundas.data.FunctionNode
      dundas.data.PlaceholderNode
 

Constructors

 
  Name Description
init Initializes the MeasureUsage. Called during construction.
 
 

Properties

 
  Name Description
children The children of this node.
endColumnNumber The end column number of this script.
endLineNumber The end line number of this script.
startColumnNumber The start column number of this script.
startLineNumber The start line number of this script.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.