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

Method setAttachClass

astyle/src/ASFormatter.cpp:1772–1775  ·  view source on GitHub ↗

* set option to attach class brackets * * @param state true = attach, false = use style default. */

Source from the content-addressed store, hash-verified

1770 * @param state true = attach, false = use style default.
1771 */
1772void ASFormatter::setAttachClass(bool state)
1773{
1774 shouldAttachClass = state;
1775}
1776
1777/**
1778 * set option to attach extern "C" brackets

Callers 1

parseOptionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected