org.netbeans.lib.lexer

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » IDE Netbeans » lexer » org.netbeans.lib.lexer 
org.netbeans.lib.lexer
Java Source File NameTypeComment
CharPreprocessor.javaClass Character preprocessor allows to translate a sequence of characters to a single character so it may be used for example for Unicode sequences translation.
CharPreprocessorError.javaClass Error that occurred during character preprocessing.
CharPreprocessorOperation.javaClass Character preprocessor delegates all its operation to this class.
CharProvider.javaInterface Provides characters to the clients.
CharRangesTest.javaClass Test several simple lexer impls.
EmbeddedTokenList.javaClass Embedded token list maintains a list of tokens on a particular embedded language level .
EmbeddedTokenListTest.javaClass
EmbeddingContainer.javaClass Embedding info contains information about all the embeddings for a particular token in a token list.
IntegerCache.javaClass Cache of java.lang.Integer instances.
JoinSectionsTest.javaClass Test embedded sections that should be lexed together.
LanguageManager.javaClass
LanguageManagerTest.javaClass
LanguageOperation.javaClass The operation behind the language hierarchy.
LAState.javaClass A structure holding lookahead and state of a token list.
LAStateTest.javaClass
LexerApiPackageAccessor.javaClass Accessor for the package-private functionality in org.netbeans.api.editor.fold.
LexerInputOperation.javaClass Implementation of the functionality related to lexer input.
LexerSpiPackageAccessor.javaClass Accessor for the package-private functionality in org.netbeans.api.editor.fold.
LexerUtilsConstants.javaClass Various utility methods and constants in lexer module.
PreprocessedTextLexerInputOperation.javaClass Used when branching a token with preprocessed text.
PreprocessedTextStorage.javaClass Storage of the preprocessed text specific for batch and mutable setups.
SubSequenceTokenList.javaClass Filtering token list used by a token sub sequence.
TextLexerInputOperation.javaClass Abstract lexer input operation over a character sequence.
TokenHierarchyOperation.javaClass Token hierarchy operation services tasks of its associated token hierarchy.
TokenHierarchyUpdate.javaClass Request for updating of token hierarchy after text modification or custom embedding creation/removal.
TokenIdImpl.javaClass Token id implementation.
TokenIdSet.javaClass A set of token ids.
TokenList.javaInterface Browsable list of tokens.
org.netbeans.api.lexer.TokenSequence delegates all its operation to this class so any service provider delivering this class will be able to produce token sequences. There are various implementations of the token list:
  • BatchTokenList
  • - predecessor of batch token lists
  • TextTokenList
  • - token list over immutable char sequence
  • CopyTextTokenList
  • - token list over text input that needs to be copied.
TokenListList.javaClass List of token lists that collects all token lists for a given language path.
There can be both lists with/without joining of the embedded sections.
Initial implementation attempted to initialize the list of token lists lazily upon asking for it by client.
TokenSequenceList.javaClass List of token lists that collects all token lists for a given language path.
TokenSequenceListTest.javaClass Test collecting and maintaining of token sequence lists.
UnicodeEscapesPreprocessor.javaClass The character translator allows to translate a sequence of characters to a single character so it may be used for example for generic Unicode sequences translation.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.