C# 클래스 GameMaker.GMCodeUtil

파일 보기 프로젝트 열기: WarlockD/GMdsam

공개 프로퍼티들

프로퍼티 타입 설명
instanceLookup string>.Dictionary

공개 메소드들

메소드 설명
EscapeString ( string s ) : string
GetPopDelta ( this i ) : int
IsConditionalControlFlow ( this code ) : bool
IsUnconditionalControlFlow ( this code ) : bool
getBranchOffset ( uint op ) : int
isBranch ( this code ) : bool
isExpression ( this i ) : bool

메소드 상세

EscapeString() 공개 정적인 메소드

public static EscapeString ( string s ) : string
s string
리턴 string

GetPopDelta() 공개 정적인 메소드

public static GetPopDelta ( this i ) : int
i this
리턴 int

IsConditionalControlFlow() 공개 정적인 메소드

public static IsConditionalControlFlow ( this code ) : bool
code this
리턴 bool

IsUnconditionalControlFlow() 공개 정적인 메소드

public static IsUnconditionalControlFlow ( this code ) : bool
code this
리턴 bool

getBranchOffset() 공개 정적인 메소드

public static getBranchOffset ( uint op ) : int
op uint
리턴 int

isBranch() 공개 정적인 메소드

public static isBranch ( this code ) : bool
code this
리턴 bool

isExpression() 공개 정적인 메소드

public static isExpression ( this i ) : bool
i this
리턴 bool

프로퍼티 상세

instanceLookup 공개적으로 정적으로 프로퍼티

public static Dictionary instanceLookup
리턴 string>.Dictionary