Package kawigi.language

Interface Summary
ExtendedLanguage Encapsulates a language with both KawigiEdit features and TC Language features.
 

Class Summary
ExtendedCPPLanguage  
ExtendedCSharpLanguage  
ExtendedJavaLanguage  
ExtendedLanguageFactory A quick way to get the right ExtendedLanguage object for your needs.
ExtendedVBLanguage VisualBasic implementation of the ExtendedLanguage interface.
LanguageContainer This is a default implementation of ExtendedLanguage that contains a Language and routes all TC language features to it.
ProxyLanguage Encapsulates a language with both KawigiEdit features and TC Language features.
Skeleton Represents the combination of a String of source code and a location for the caret to be set.