View Source parse_trans_mod (parse_trans v3.4.2)

Summary

Types

-type compile_options() :: [term()].
-type erlang_form() :: term().

Functions

-spec abstract_code(binary()) -> erlang_form().
-spec beam_file(module()) -> binary().
Link to this function

compile_and_load_forms(AbsCode)

View Source
-spec compile_and_load_forms(erlang_form()) -> ok.
Link to this function

compile_and_load_forms(AbsCode, Opts)

View Source
-spec compile_and_load_forms(erlang_form(), compile_options()) -> ok.
Link to this function

compile_options(BeamFile)

View Source
-spec compile_options(binary() | module()) -> compile_options().
Link to this function

rename_module(T, NewName)

View Source
-spec rename_module(erlang_form(), module()) -> erlang_form().
Link to this function

transform_module(Mod, PT, Options)

View Source