Up
Authors
- Generated by stevko
-
- Declared in:
- StepTalk/STLanguageManager.h
Description forthcoming.
Instance Variables
Method summary
+ (STLanguageManager*) defaultManager;
Description forthcoming.
- (NSArray*) availableLanguages;
Description forthcoming.
- (NSBundle*) bundleForLanguage: (NSString*)language;
Description forthcoming.
- (STEngine*) createEngineForLanguage: (NSString*)language;
Description forthcoming.
- (NSString*) defaultLanguage;
Returns the name of default scripting language
specified by the STDefaultLanguage default. If
there is no such default in user's defaults database,
then Smalltalk is used.
- (Class) engineClassForLanguage: (NSString*)language;
Return an engine class for specified
language. The class lookup is as follows:
Instance Variables for STLanguageManager Class
@protected NSMutableDictionary* engineClasses;
Description forthcoming.
@protected NSMutableDictionary* fileTypes;
Description forthcoming.
@protected NSMutableDictionary* languageBundles;
Description forthcoming.
@protected NSMutableDictionary* languageInfos;
Description forthcoming.
@protected NSMutableArray* languages;
Description forthcoming.
Up