Class VarEntry

This is a foreign class that wraps over a var.

public define doc: String

Return the docblock of this var, or an empty string. Docblocks are only saved when a var is parsed in manifest mode.

public define line_number: Integer

Return the line number this var was declared on.

public define name: String

Return the name of the var provided.

public define type: TypeEntry

Return the type of the var provided.