Class VarEntry

This is a foreign class that wraps over a var.

0 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.

0 define line_number: Integer

Return the line number this var was declared on.

0 define name: String

Return the name of the var provided.

0 define type: TypeEntry

Return the type of the var provided.