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

Method getClassIndent

astyle/src/ASBeautifier.cpp:730–733  ·  view source on GitHub ↗

* get the state of the class indentation option. If true, blocks of * the 'class' statement will be indented one additional indent. * * @return state of classIndent option. */

Source from the content-addressed store, hash-verified

728 * @return state of classIndent option.
729 */
730bool ASBeautifier::getClassIndent(void) const
731{
732 return classIndent;
733}
734
735/**
736 * get the state of the switch indentation option. If true, blocks of

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected