struct

Ecma335::MethodSignature

Inherits Struct < Value < Object

Constructors

new(has_this : Bool, explicit_this : Bool, generic_parameter_count : UInt32 | Nil, parameter_count : UInt32, return_type : String, parameter_types : Array(String))
Source

Instance methods

canonical_parameter_types
Source
canonical_return_type
Source
explicit_this
Source
generic_parameter_count
Source
has_this
Source
parameter_count
Source
parameter_types
Source
return_type
Source
to_signature_string(canonical : Bool = false) : String
Source