From dev-return-4374-archive-asf-public=cust-asf.ponee.io@groovy.apache.org Tue Mar 13 00:51:19 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 42F2A18064D for ; Tue, 13 Mar 2018 00:51:19 +0100 (CET) Received: (qmail 3410 invoked by uid 500); 12 Mar 2018 23:51:18 -0000 Mailing-List: contact dev-help@groovy.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@groovy.apache.org Delivered-To: mailing list dev@groovy.apache.org Received: (qmail 3396 invoked by uid 99); 12 Mar 2018 23:51:17 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Mar 2018 23:51:17 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 3481B1A0086 for ; Mon, 12 Mar 2018 23:51:17 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.471 X-Spam-Level: *** X-Spam-Status: No, score=3.471 tagged_above=-999 required=6.31 tests=[FORGED_HOTMAIL_RCVD2=1.187, SPF_HELO_PASS=-0.001, SPF_SOFTFAIL=0.972, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id NtPlixhzS7Nz for ; Mon, 12 Mar 2018 23:51:16 +0000 (UTC) Received: from n5.nabble.com (n5.nabble.com [162.253.133.81]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 66FFD5F216 for ; Mon, 12 Mar 2018 23:51:15 +0000 (UTC) Received: from n5.nabble.com (localhost [127.0.0.1]) by n5.nabble.com (Postfix) with ESMTP id C9B0E4B26471 for ; Mon, 12 Mar 2018 16:51:14 -0700 (MST) Date: Mon, 12 Mar 2018 16:51:14 -0700 (MST) From: Daniel Sun To: dev@groovy.incubator.apache.org Message-ID: <1520898674823-0.post@n5.nabble.com> In-Reply-To: <2BA8478A2FBAFF4FBFDF1724FAD8C09E9021A780@EAGE-ERFPMBX47.ERF.thomson.com> References: <2BA8478A2FBAFF4FBFDF1724FAD8C09E9021A780@EAGE-ERFPMBX47.ERF.thomson.com> Subject: Re: Parrot Parser: AST position information MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi Eric, Parrot will set node position of `ASTNode`, i.e. `lineNumber`, `columnNumber`, `lastLineNumber`, `lastColumnNumber`. As for `start`, `end`, `nameStart` and `nameEnd`, I can not find them in the Apache Groovy project. Can you tell me which class contains them? Cheers, Daniel.Sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Dev-f372993.html