MCPcopy Create free account
hub / github.com/KDE/kdevelop / setJavaStyle

Method setJavaStyle

plugins/astyle/astyle_formatter.cpp:343–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341 m_engine.setCStyle();
342}
343void AStyleFormatter::setJavaStyle()
344{
345 m_engine.setJavaStyle();
346}
347void AStyleFormatter::setSharpStyle()
348{
349 m_engine.setSharpStyle();

Callers 2

formatSourceWithStyleMethod · 0.45
AStylePreferencesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected