Метод | Описание | |
---|---|---|
GetMessageForException ( String source, int p, int pe ) : String | ||
IsJsonClass ( Hash hash ) : bool | ||
ThrowNestingException ( String message ) : void | ||
ThrowParserException ( String message ) : void | ||
ToFloat ( String str ) : Object | ||
ToInteger ( String str ) : Object |
Метод | Описание | |
---|---|---|
GetModule ( IronRuby.Runtime.RubyScope scope, String className ) : |
||
InitializeGeneratorStateKey ( RubyContext context ) : RubySymbol>.IDictionary |
public static GetMessageForException ( String source, int p, int pe ) : String | ||
source | String | |
p | int | |
pe | int | |
Результат | String |
public static IsJsonClass ( Hash hash ) : bool | ||
hash | Hash | |
Результат | bool |
public static ThrowNestingException ( String message ) : void | ||
message | String | |
Результат | void |
public static ThrowParserException ( String message ) : void | ||
message | String | |
Результат | void |
public static ToFloat ( String str ) : Object | ||
str | String | |
Результат | Object |
public static ToInteger ( String str ) : Object | ||
str | String | |
Результат | Object |