Exemplo n.º 1
0
 protected SrcOp(OutputModelFactory factory, GrammarAST ast)
     : base(factory, ast)
 {
     if (ast != null)
         uniqueID = ast.Token.TokenIndex;
     enclosingBlock = factory.GetCurrentBlock();
     enclosingRuleRunction = factory.GetCurrentRuleFunction();
 }
Exemplo n.º 2
0
 public virtual void SetCurrentBlock(CodeBlock blk)
 {
     currentBlock = blk;
 }