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

Method setJavaStyle

astyle/src/ASBeautifier.cpp:431–434  ·  view source on GitHub ↗

* set indentation style to Java. */

Source from the content-addressed store, hash-verified

429 * set indentation style to Java.
430 */
431void ASBeautifier::setJavaStyle()
432{
433 fileType = JAVA_TYPE;
434}
435
436/**
437 * set indentation style to C#.

Callers 2

formatFileMethod · 0.80
parseOptionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected