C# 클래스 IronRuby.JsonExt.Helpers

파일 보기 프로젝트 열기: nrk/ironruby-json

공개 메소드들

메소드 설명
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 ) : RubyModule
InitializeGeneratorStateKey ( RubyContext context ) : RubySymbol>.IDictionary

메소드 상세

GetMessageForException() 공개 정적인 메소드

public static GetMessageForException ( String source, int p, int pe ) : String
source String
p int
pe int
리턴 String

IsJsonClass() 공개 정적인 메소드

public static IsJsonClass ( Hash hash ) : bool
hash Hash
리턴 bool

ThrowNestingException() 공개 정적인 메소드

public static ThrowNestingException ( String message ) : void
message String
리턴 void

ThrowParserException() 공개 정적인 메소드

public static ThrowParserException ( String message ) : void
message String
리턴 void

ToFloat() 공개 정적인 메소드

public static ToFloat ( String str ) : Object
str String
리턴 Object

ToInteger() 공개 정적인 메소드

public static ToInteger ( String str ) : Object
str String
리턴 Object