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

Method isClosingHeader

astyle/src/ASFormatter.cpp:5662–5667  ·  view source on GitHub ↗

* Determine if a header is a closing header * * @return true if the header is a closing header. */

Source from the content-addressed store, hash-verified

5660 * @return true if the header is a closing header.
5661 */
5662bool ASFormatter::isClosingHeader(const string* header) const
5663{
5664 return (header == &AS_ELSE
5665 || header == &AS_CATCH
5666 || header == &AS_FINALLY);
5667}
5668
5669/**
5670 * Determine if a * following a closing paren is immediately.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected