Exemplo n.º 1
0
 internal Translation_StatementInfo Parse()
 {
     var rslt = new Translation_StatementInfo(this);
     rslt.Expression = this.Expression.Parse();
     rslt.Target = this.NodeId;
     return rslt;
 }
Exemplo n.º 2
0
        internal Translation_StatementInfo Parse()
        {
            var rslt = new Translation_StatementInfo(this);

            rslt.Expression = this.Expression.Parse();
            rslt.Target     = this.NodeId;
            return(rslt);
        }