
Tangence::Compiler::Property - structure representing one Tangence property

This data structure object stores information about one Tangence class property, as parsed by Tangence::Compiler::Parser. Once constructed, such objects are immutable.

Returns a new instance initialised by the given arguments.
Reference to the containing class
Name of the property
Dimension of the property,
as one of the DIM_* constants from Tangence::Constants.
String giving the type as a string.
Optional. If true, marks that the property is smashed.

Returns the class the property is a member of
Returns the name of the class
Returns the dimension as one of the DIM_* constants.
Returns the type as a string.
Returns true if the property is smashed.

Paul Evans <leonerd@leonerd.org.uk>