Java Doc for EmbeddedTokenList.java in  » IDE-Netbeans » lexer » org » netbeans » lib » lexer » Java Source Code / Java DocumentationJava Source Code and Java Documentation

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 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.netbeans.lib.lexer.EmbeddedTokenList

EmbeddedTokenList
final public class EmbeddedTokenList extends FlyOffsetGapList implements MutableTokenList<T>(Code)
Embedded token list maintains a list of tokens on a particular embedded language level .
The physical storage contains a gap to speed up list modifications during typing in a document when tokens are typically added/removed at the same index in the list.

There is an intent to not degrade performance significantly with each extra language embedding level so the token list maintains direct link to the root level.
author:
   Miloslav Metelka
version:
   1.00



Field Summary
final public static  EmbeddedTokenList<TokenId>NO_DEFAULT_EMBEDDING
     Marker value that represents that an attempt to create default embedding was made but was unsuccessful.

Constructor Summary
public  EmbeddedTokenList(EmbeddingContainer embeddingContainer, LanguagePath languagePath, LanguageEmbedding<T> embedding, EmbeddedTokenList nextEmbedding)
    

Method Summary
public  charchildTokenCharAt(int rawOffset, int index)
    
public  intchildTokenOffset(int rawOffset)
    
public  intchildTokenOffsetNoUpdate(int rawOffset)
    
public  intchildTokenOffsetShift(int rawOffset)
     Get difference between start offset of the particular child token against start offset of the root token.
public  LexerInputOperation<T>createLexerInputOperation(int tokenIndex, int relexOffset, Object relexState)
    
protected  intelementLength(Object elem)
    
protected  intelementRawOffset(Object elem)
    
public  LanguageEmbeddingembedding()
    
public  EmbeddingContainerembeddingContainer()
    
public  intendOffset()
    
public  voidinit(Object relexState)
    
public  InputAttributesinputAttributes()
    
public  booleanisContinuous()
    
protected  booleanisElementFlyweight(Object elem)
    
public  booleanisFullyLexed()
    
public  booleanisInited()
     Check whether this embedded token list is initialized.
public  booleanisRemoved()
    
public  LanguagePathlanguagePath()
    
public  intlookahead(int index)
    
public  intmodCount()
    
 EmbeddedTokenListnextEmbeddedTokenList()
    
public  AbstractToken<T>replaceFlyToken(int index, AbstractToken<T> flyToken, int offset)
    
public  voidreplaceTokens(TokenListChange<T> change, int removeTokenCount, int diffLength)
    
public  TokenListroot()
    
public  AbstractTokenrootToken()
    
protected  voidsetElementRawOffset(Object elem, int rawOffset)
    
public  voidsetEmbeddingContainer(EmbeddingContainer embeddingContainer)
    
 voidsetNextEmbeddedTokenList(EmbeddedTokenList nextEmbeddedTokenList)
    
public  Set<T>skipTokenIds()
    
public  intstartOffset()
    
public  Objectstate(int index)
    
public  StringtoString()
    
public  StringtoStringHeader()
    
public  inttokenCount()
    
public  inttokenCountCurrent()
    
public  TokenHierarchyOperationtokenHierarchyOperation()
    
public  inttokenOffset(int index)
     Returns absolute offset of the token at the given index (startOffset gets added to the child token's real offset).
public  ObjecttokenOrEmbeddingContainer(int index)
    
public  ObjecttokenOrEmbeddingContainerUnsync(int index)
    
public  voidwrapToken(int index, EmbeddingContainer embeddingContainer)
    

Field Detail
NO_DEFAULT_EMBEDDING
final public static EmbeddedTokenList<TokenId> NO_DEFAULT_EMBEDDING(Code)
Marker value that represents that an attempt to create default embedding was made but was unsuccessful.




Constructor Detail
EmbeddedTokenList
public EmbeddedTokenList(EmbeddingContainer embeddingContainer, LanguagePath languagePath, LanguageEmbedding<T> embedding, EmbeddedTokenList nextEmbedding)(Code)




Method Detail
childTokenCharAt
public char childTokenCharAt(int rawOffset, int index)(Code)



childTokenOffset
public int childTokenOffset(int rawOffset)(Code)



childTokenOffsetNoUpdate
public int childTokenOffsetNoUpdate(int rawOffset)(Code)



childTokenOffsetShift
public int childTokenOffsetShift(int rawOffset)(Code)
Get difference between start offset of the particular child token against start offset of the root token.



createLexerInputOperation
public LexerInputOperation<T> createLexerInputOperation(int tokenIndex, int relexOffset, Object relexState)(Code)



elementLength
protected int elementLength(Object elem)(Code)



elementRawOffset
protected int elementRawOffset(Object elem)(Code)



embedding
public LanguageEmbedding embedding()(Code)



embeddingContainer
public EmbeddingContainer embeddingContainer()(Code)



endOffset
public int endOffset()(Code)



init
public void init(Object relexState)(Code)



inputAttributes
public InputAttributes inputAttributes()(Code)



isContinuous
public boolean isContinuous()(Code)



isElementFlyweight
protected boolean isElementFlyweight(Object elem)(Code)



isFullyLexed
public boolean isFullyLexed()(Code)



isInited
public boolean isInited()(Code)
Check whether this embedded token list is initialized.
If not then the updating process should not touch it unless the token list list exists for this particular language path.



isRemoved
public boolean isRemoved()(Code)



languagePath
public LanguagePath languagePath()(Code)



lookahead
public int lookahead(int index)(Code)



modCount
public int modCount()(Code)



nextEmbeddedTokenList
EmbeddedTokenList nextEmbeddedTokenList()(Code)



replaceFlyToken
public AbstractToken<T> replaceFlyToken(int index, AbstractToken<T> flyToken, int offset)(Code)



replaceTokens
public void replaceTokens(TokenListChange<T> change, int removeTokenCount, int diffLength)(Code)



root
public TokenList root()(Code)



rootToken
public AbstractToken rootToken()(Code)



setElementRawOffset
protected void setElementRawOffset(Object elem, int rawOffset)(Code)



setEmbeddingContainer
public void setEmbeddingContainer(EmbeddingContainer embeddingContainer)(Code)



setNextEmbeddedTokenList
void setNextEmbeddedTokenList(EmbeddedTokenList nextEmbeddedTokenList)(Code)



skipTokenIds
public Set<T> skipTokenIds()(Code)



startOffset
public int startOffset()(Code)



state
public Object state(int index)(Code)



toString
public String toString()(Code)



toStringHeader
public String toStringHeader()(Code)



tokenCount
public int tokenCount()(Code)



tokenCountCurrent
public int tokenCountCurrent()(Code)



tokenHierarchyOperation
public TokenHierarchyOperation tokenHierarchyOperation()(Code)



tokenOffset
public int tokenOffset(int index)(Code)
Returns absolute offset of the token at the given index (startOffset gets added to the child token's real offset).
For token hierarchy snapshots the returned value is corrected in the TokenSequence explicitly by adding TokenSequence.tokenOffsetDiff.



tokenOrEmbeddingContainer
public Object tokenOrEmbeddingContainer(int index)(Code)



tokenOrEmbeddingContainerUnsync
public Object tokenOrEmbeddingContainerUnsync(int index)(Code)



wrapToken
public void wrapToken(int index, EmbeddingContainer embeddingContainer)(Code)



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.