TypeScriptNode

class TypeScriptNode(var type: String, var children: List<TypeScriptNode>?, var location: Location, var code: String?)

Constructors

Link copied to clipboard
constructor(type: String, children: List<TypeScriptNode>?, location: Location, code: String?)

Properties

Link copied to clipboard
Link copied to clipboard
var code: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Returns the first child node, that represent a type, if it exists.

Functions

Link copied to clipboard