class Bindgen::Processor::Runner

Overview

Runner for the processor pipeline.

Note: This is not a processor by itself!

Defined in:

bindgen/processor/runner.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(config : Configuration, db : TypeDatabase) #

[View source]

Class Method Detail

def self.logger #

[View source]

Instance Method Detail

def logger #

[View source]
def process(graph : Graph::Node, doc : Parser::Document) #

Processes the graph.


[View source]