Class ConstantEntry

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

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

public define line_number: Integer

Return the line number that this constant was declared on.

public define name: String

Return the name of the constant provided.

public define type: TypeEntry

Return the type of the constant provided.