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

Method isJavaStyle

astyle/src/astyle.h:288–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286 void init(int fileTypeArg) { baseFileType = fileTypeArg; }
287 bool isCStyle() const { return (baseFileType == C_TYPE); }
288 bool isJavaStyle() const { return (baseFileType == JAVA_TYPE); }
289 bool isSharpStyle() const { return (baseFileType == SHARP_TYPE); }
290
291 // check if a specific character is a digit

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected