class Bindgen::Graph::PlatformSpecific
Overview
This node acts as gate for platform-specific structures. It's not
represented in generated output by itself.
See also Container#platform_specific
.
Defined in:
bindgen/graph/platform_specific.cr
Constructors
Instance Method Summary
by_name(name) : Node
by_name,
by_name?(name) : Node | Nil
by_name?,
nodes : Array(Bindgen::Graph::Node)
nodes,
platform_specific(platform : Platform | Platforms)
platform_specific,
platform_specific?(platform : Platform | Platforms)
platform_specific?
constant? : Bool
constant?,
crystal_prefix : String
crystal_prefix,
diagnostics_path : String
diagnostics_path,
find_root : Node
find_root,
full_path : Array(Node)
full_path,
kind_name : String
kind_name,
name : String
name,
parent : Container | Nil
parent,
parent=(parent : Container | Nil)
parent=,
path_name : String
path_name,
set_tag(name : String, value : String = "")
set_tag,
tag(name : String)
tag,
tag?(name : String)
tag?,
tags : Hash(String, String)
tags,
unspecific_parent : Container | Nil
unspecific_parent
Constructor methods inherited from class Bindgen::Graph::Node
new(name : String, parent : Container | Nil = nil)
new
Constructor Detail
Instance Method Detail