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

Method init

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

Source from the content-addressed store, hash-verified

284
285 protected:
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); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected