MCPcopy Create free account
hub / github.com/dirkvranckaert/AndroidDecompiler / setMethodPrefixPaddingMode

Method setMethodPrefixPaddingMode

astyle/src/ASFormatter.cpp:1728–1731  ·  view source on GitHub ↗

* set objective-c '-' or '+' class prefix padding mode. * options: * true class prefix will be padded a spaces after them. * false class prefix will be left unchanged. * * @param state the padding mode. */

Source from the content-addressed store, hash-verified

1726 * @param state the padding mode.
1727 */
1728void ASFormatter::setMethodPrefixPaddingMode(bool state)
1729{
1730 shouldPadMethodPrefix = state;
1731}
1732
1733/**
1734 * set objective-c '-' or '+' class prefix unpadding mode.

Callers 1

parseOptionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected