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

Method setMethodPrefixUnPaddingMode

astyle/src/ASFormatter.cpp:1741–1744  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1739 * @param state the unpadding mode.
1740 */
1741void ASFormatter::setMethodPrefixUnPaddingMode(bool state)
1742{
1743 shouldUnPadMethodPrefix = state;
1744}
1745
1746/**
1747 * set objective-c method colon padding mode.

Callers 1

parseOptionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected