
Tangence::Compiler::Argument - structure representing one Tangence method or event argument

This data structure object stores information about one argument to a Tangence class method or event, as parsed by Tangence::Compiler::Parser. Once constructed, such objects are immutable.

Returns a new instance initialised by the given arguments.
Name of the argument
Type of the arugment

Returns the name of the class
Return the type

Paul Evans <leonerd@leonerd.org.uk>