MCPcopy Create free account
hub / github.com/badvision/jace / getType

Method getType

src/main/java/jace/ide/Program.java:90–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88 }
89
90 public DocumentType getType() {
91 return fileType;
92 }
93
94 public LanguageHandler getHandler() {
95 return fileType.languageHandler;

Callers 4

buildStateMapMethod · 0.45
addStateVariableMethod · 0.45
onSaveAsClickedMethod · 0.45
onSaveClickedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected