class WinMD::FunOverride::Rule

Included Modules

Defined in:

winmd/fun_override.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def after_initialize #

[View source]
def description : String #

[View source]
def description=(description : String) #

[View source]
def enum_type? #

[View source]
def enum_value? #

[View source]
def index : Int32 #

[View source]
def index=(index : Int32) #

[View source]
def key : String #

[View source]
def key=(key : String) #

[View source]
def param_name? #

[View source]
def param_type? #

[View source]
def struct_field_name? #

[View source]
def struct_field_type? #

[View source]
def type : Type #

[View source]
def type=(type : Type) #

[View source]
def type_alias? #

[View source]
def type_name? #

[View source]
def value : String #

[View source]
def value=(value : String) #

[View source]