C# Class IronKonoha.KModSugar

Inheritance: KModShare
Afficher le fichier Open project: tetsurom/ikonoha

Méthodes publiques

Свойство Type Description
packageMap KPackage>.IDictionary

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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

Method Details

AddKeyword() public méthode

public AddKeyword ( string name, KeywordType kw ) : void
name string
kw KeywordType
Résultat void

Expr_rightJoin() public static méthode

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
Résultat KonohaExpr

KModSugar() public méthode

public KModSugar ( ) : System
Résultat System

ParseExpr_Op() public static méthode

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
Résultat KonohaExpr

ParseExpr_Term() public static méthode

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
Résultat KonohaExpr

UndefinedParseExpr() public static méthode

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
Résultat KonohaExpr

keyword_() public méthode

public keyword_ ( string name, Symbol def ) : KKeyWord
name string
def Symbol
Résultat KKeyWord

kmap_getcode() public méthode

public kmap_getcode ( string name, SPOL spol, Symbol def ) : KKeyWord
name string
spol SPOL
def Symbol
Résultat KKeyWord

Property Details

packageMap public_oe property

public IDictionary packageMap
Résultat KPackage>.IDictionary