log graal/com.oracle.truffle.api/src/com/oracle/truffle/api/SourceSection.java @ 9775:5dc05fdcf3c2

age author description
Mon, 20 May 2013 23:22:36 -0700 Chris Seaton Fix SourceSection.getCode.
Fri, 26 Apr 2013 10:22:33 -0700 Chris Seaton toString for SourceSection.
Wed, 24 Apr 2013 20:35:06 +0200 Thomas Wuerthinger Remove endLine and endIndex from SourceSection class and add charIndex and charLength instead. Also add getCode() method.
Tue, 23 Apr 2013 14:59:24 +0200 Thomas Wuerthinger New API for representing Source objects and SourceSection objects. SourceSection objects can be associated with Truffle interpreter nodes.