This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 145288 - Add TokenSequence.joined()
Summary: Add TokenSequence.joined()
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Lexer (show other bugs)
Version: 6.x
Hardware: PC All
: P2 blocker (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-27 12:58 UTC by Miloslav Metelka
Modified: 2010-09-23 08:04 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Miloslav Metelka 2008-08-27 12:58:15 UTC
TS.joined() would get a joined version of the current TS. Currently it's necessary to get outer TS in order to get the
joined TS (by calling ts.embeddedJoined()) which is somewhat awkward for this usecase.