IronKonoha.KStatement.KStatement C# (CSharp) Method

KStatement() public method

public KStatement ( LineInfo line, KonohaSpace ks ) : System
line LineInfo
ks KonohaSpace
return System
        public KStatement(LineInfo line, KonohaSpace ks)
        {
            this.ULine = line;
            this.ks = ks;
            annotation = new Dictionary<KeywordType, bool>();
            map = new Dictionary<object, KonohaExpr>();
        }