Метод | Описание | |
---|---|---|
GetCharacterEncoding ( ) : string | ||
SetAllowReservedKeywords ( bool allowReservedKeywords ) : void | ||
SetCharacterEncoding ( string characterEncoding ) : void | ||
SetErrorReporter ( ErrorReporter errorReporter ) : void | ||
SetGeneratingDebug ( bool generatingDebug ) : void | ||
SetLanguageVersion ( int version ) : void | ||
SetOptimizationLevel ( int optimizationLevel ) : void | ||
SetStrictMode ( bool flag ) : void | ||
SetWarningAsError ( bool flag ) : void |
Метод | Описание | |
---|---|---|
HasFeature ( |
||
OnContextCreated ( |
protected HasFeature ( |
||
cx | ||
featureIndex | int | |
Результат | bool |
protected OnContextCreated ( |
||
cx | ||
Результат | void |
public SetAllowReservedKeywords ( bool allowReservedKeywords ) : void | ||
allowReservedKeywords | bool | |
Результат | void |
public SetCharacterEncoding ( string characterEncoding ) : void | ||
characterEncoding | string | |
Результат | void |
public SetErrorReporter ( ErrorReporter errorReporter ) : void | ||
errorReporter | ErrorReporter | |
Результат | void |
public SetGeneratingDebug ( bool generatingDebug ) : void | ||
generatingDebug | bool | |
Результат | void |
public SetLanguageVersion ( int version ) : void | ||
version | int | |
Результат | void |
public SetOptimizationLevel ( int optimizationLevel ) : void | ||
optimizationLevel | int | |
Результат | void |
public SetWarningAsError ( bool flag ) : void | ||
flag | bool | |
Результат | void |