-
public interface CodeInterface to represent a different types of code such as keywords or snippets
-
-
Method Summary
Modifier and Type Method Description abstract StringgetCodeTitle()abstract StringgetCodePrefix()abstract StringgetCodeBody()-
-
Method Detail
-
getCodeTitle
abstract String getCodeTitle()
-
getCodePrefix
abstract String getCodePrefix()
-
getCodeBody
abstract String getCodeBody()
-
-
-
-