Cerberus X Documentation

Class ConstInfo

ConstInfo objects describe constant values declared by your program. More...

Declarations

Properties
Attributes : Int () Get const attributes.
Name : String () Get name of const.
Type : ClassInfo () Get type of const.
Methods
GetValue : Object () Get value of const.

Detailed Discussion

ConstInfo objects describe constant values declared by your program.


Properties Documentation

Method Attributes : Int () Property

Get const attributes.

Method Name : String () Property

Get name of const.

Method Type : ClassInfo () Property

Get type of const.


Methods Documentation

Method GetValue : Object ()

Get value of const.