Class ConstantEntry

This is a foreign class that wraps over a constant value.

0 define doc: String

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

0 define line_number: Integer

Return the line number that this constant was declared on.

0 define name: String

Return the name of the constant provided.

0 define type: TypeEntry

Return the type of the constant provided.