C# 클래스 IronKonoha.KModSugar

상속: KModShare
파일 보기 프로젝트 열기: tetsurom/ikonoha

공개 프로퍼티들

프로퍼티 타입 설명
packageMap KPackage>.IDictionary

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddKeyword ( string name, KeywordType kw ) : void
Expr_rightJoin ( Context ctx, KonohaExpr expr, KStatement stmt, IList tls, int s, int c, int e ) : KonohaExpr
KModSugar ( ) : System
ParseExpr_Op ( Context ctx, Syntax syn, KStatement stmt, IList tls, int s, int c, int e ) : KonohaExpr
ParseExpr_Term ( Context ctx, Syntax syn, KStatement stmt, IList tls, int s, int c, int e ) : KonohaExpr
UndefinedParseExpr ( Context ctx, Syntax syn, KStatement stmt, IList tls, int start, int c, int end ) : KonohaExpr
keyword_ ( string name, Symbol def ) : KKeyWord
kmap_getcode ( string name, SPOL spol, Symbol def ) : KKeyWord

메소드 상세

AddKeyword() 공개 메소드

public AddKeyword ( string name, KeywordType kw ) : void
name string
kw KeywordType
리턴 void

Expr_rightJoin() 공개 정적인 메소드

public static Expr_rightJoin ( Context ctx, KonohaExpr expr, KStatement stmt, IList tls, int s, int c, int e ) : KonohaExpr
ctx Context
expr KonohaExpr
stmt KStatement
tls IList
s int
c int
e int
리턴 KonohaExpr

KModSugar() 공개 메소드

public KModSugar ( ) : System
리턴 System

ParseExpr_Op() 공개 정적인 메소드

public static ParseExpr_Op ( Context ctx, Syntax syn, KStatement stmt, IList tls, int s, int c, int e ) : KonohaExpr
ctx Context
syn Syntax
stmt KStatement
tls IList
s int
c int
e int
리턴 KonohaExpr

ParseExpr_Term() 공개 정적인 메소드

public static ParseExpr_Term ( Context ctx, Syntax syn, KStatement stmt, IList tls, int s, int c, int e ) : KonohaExpr
ctx Context
syn Syntax
stmt KStatement
tls IList
s int
c int
e int
리턴 KonohaExpr

UndefinedParseExpr() 공개 정적인 메소드

public static UndefinedParseExpr ( Context ctx, Syntax syn, KStatement stmt, IList tls, int start, int c, int end ) : KonohaExpr
ctx Context
syn Syntax
stmt KStatement
tls IList
start int
c int
end int
리턴 KonohaExpr

keyword_() 공개 메소드

public keyword_ ( string name, Symbol def ) : KKeyWord
name string
def Symbol
리턴 KKeyWord

kmap_getcode() 공개 메소드

public kmap_getcode ( string name, SPOL spol, Symbol def ) : KKeyWord
name string
spol SPOL
def Symbol
리턴 KKeyWord

프로퍼티 상세

packageMap 공개적으로 프로퍼티

public IDictionary packageMap
리턴 KPackage>.IDictionary