Java Doc for IndexedElement.java in  » IDE-Netbeans » javascript » org » netbeans » modules » javascript » editing » 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 » javascript » org.netbeans.modules.javascript.editing 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.netbeans.modules.javascript.editing.JsElement
      org.netbeans.modules.javascript.editing.IndexedElement

All known Subclasses:   org.netbeans.modules.javascript.editing.IndexedPackage,  org.netbeans.modules.javascript.editing.IndexedProperty,  org.netbeans.modules.javascript.editing.IndexedFunction,
IndexedElement
abstract public class IndexedElement extends JsElement (Code)
An element coming from the Lucene index - not tied to an AST. To obtain an equivalent AST element, use AstUtilities.getForeignNode().
author:
   Tor Norbye


Field Summary
final protected static  intARG_INDEX
    
final protected static  intBROWSER_INDEX
    
final protected static  intCASE_SENSITIVE_INDEX
    
final public static  intCONSTRUCTOR
    
final public static  intDOCUMENTED
    
final protected static  intDOC_INDEX
    
final protected static  intFLAG_INDEX
    
final public static  intFUNCTION
    
final public static  intGLOBAL
    
final protected static  intIN_INDEX
    
final protected static  intNAME_INDEX
    
final protected static  intNODE_INDEX
    
final public static  intNODOC
    
final public static  intPRIVATE
    
final public static  intSTATIC
     This element is "static" (e.g.
final protected static  intTYPE_INDEX
    
protected  Stringattributes
    
protected  EnumSet<BrowserVersion>compatibility
    
protected  Documentdocument
    
protected  FileObjectfileObject
    
protected  StringfileUrl
    
protected  intflags
    
protected  Stringin
    
protected  JsIndexindex
    
protected  booleaninherited
    
protected  ElementKindkind
    
protected  Stringname
    
protected  Stringsignature
    
protected  booleansmart
    

Constructor Summary
 IndexedElement(String name, String in, JsIndex index, String fileUrl, String attributes, int flags, ElementKind kind)
    

Method Summary
static  IndexedElementcreate(String attributes, String fileUrl, String name, String in, int attrIndex, JsIndex index, boolean createPackage)
    
static  IndexedElementcreate(String name, String signature, String fileUrl, JsIndex index, boolean createPackage)
    
public static  intdecode(String s, int startIndex, int defaultValue)
    
public static  StringdecodeFlags(int flags)
    
public static  Stringencode(int flags)
    
public  booleanequals(Object obj)
    
protected  intgetAttributeSection(int section)
    
protected  List<String>getComments()
    
public  EnumSet<BrowserVersion>getCompatibility()
    
 intgetDocOffset()
    
public  DocumentgetDocument()
    
public  ParserFilegetFile()
    
public  FileObjectgetFileObject()
    
public  StringgetFilenameUrl()
    
public static  intgetFlags(AstElement element)
    
public  StringgetIn()
    
public  JsIndexgetIndex()
    
public  ElementKindgetKind()
    
public  Set<Modifier>getModifiers()
    
public  StringgetName()
    
public  StringgetSignature()
    
public  StringgetType()
    
public  inthashCode()
    
public  booleanisConstructor()
    
public  booleanisDocumented()
    
public  booleanisFunction()
    
public  booleanisInherited()
    
public  booleanisNoDoc()
    
public  booleanisPrivate()
    
public  booleanisPublic()
    
public  booleanisSmart()
    
public  booleanisStatic()
    
public  voidsetInherited(boolean inherited)
    
public  voidsetSmart(boolean smart)
    

Field Detail
ARG_INDEX
final protected static int ARG_INDEX(Code)



BROWSER_INDEX
final protected static int BROWSER_INDEX(Code)



CASE_SENSITIVE_INDEX
final protected static int CASE_SENSITIVE_INDEX(Code)



CONSTRUCTOR
final public static int CONSTRUCTOR(Code)
This is a constructor



DOCUMENTED
final public static int DOCUMENTED(Code)
This method is documented



DOC_INDEX
final protected static int DOC_INDEX(Code)



FLAG_INDEX
final protected static int FLAG_INDEX(Code)



FUNCTION
final public static int FUNCTION(Code)
This is a function, not a property



GLOBAL
final public static int GLOBAL(Code)
This is a global variable



IN_INDEX
final protected static int IN_INDEX(Code)



NAME_INDEX
final protected static int NAME_INDEX(Code)



NODE_INDEX
final protected static int NODE_INDEX(Code)



NODOC
final public static int NODOC(Code)
This element is deliberately not documented (rdoc :nodoc:)



PRIVATE
final public static int PRIVATE(Code)
This method is private



STATIC
final public static int STATIC(Code)
This element is "static" (e.g. it's a classvar for fields, class method for methods etc)



TYPE_INDEX
final protected static int TYPE_INDEX(Code)



attributes
protected String attributes(Code)



compatibility
protected EnumSet<BrowserVersion> compatibility(Code)



document
protected Document document(Code)



fileObject
protected FileObject fileObject(Code)



fileUrl
protected String fileUrl(Code)



flags
protected int flags(Code)



in
protected String in(Code)



index
protected JsIndex index(Code)



inherited
protected boolean inherited(Code)



kind
protected ElementKind kind(Code)



name
protected String name(Code)



signature
protected String signature(Code)



smart
protected boolean smart(Code)




Constructor Detail
IndexedElement
IndexedElement(String name, String in, JsIndex index, String fileUrl, String attributes, int flags, ElementKind kind)(Code)




Method Detail
create
static IndexedElement create(String attributes, String fileUrl, String name, String in, int attrIndex, JsIndex index, boolean createPackage)(Code)



create
static IndexedElement create(String name, String signature, String fileUrl, JsIndex index, boolean createPackage)(Code)



decode
public static int decode(String s, int startIndex, int defaultValue)(Code)
Return flag corresponding to the given encoding chars



decodeFlags
public static String decodeFlags(int flags)(Code)



encode
public static String encode(int flags)(Code)
Return a string (suitable for persistence) encoding the given flags



equals
public boolean equals(Object obj)(Code)



getAttributeSection
protected int getAttributeSection(int section)(Code)



getComments
protected List<String> getComments()(Code)



getCompatibility
public EnumSet<BrowserVersion> getCompatibility()(Code)



getDocOffset
int getDocOffset()(Code)



getDocument
public Document getDocument() throws IOException(Code)



getFile
public ParserFile getFile()(Code)



getFileObject
public FileObject getFileObject()(Code)



getFilenameUrl
public String getFilenameUrl()(Code)



getFlags
public static int getFlags(AstElement element)(Code)



getIn
public String getIn()(Code)



getIndex
public JsIndex getIndex()(Code)



getKind
public ElementKind getKind()(Code)



getModifiers
public Set<Modifier> getModifiers()(Code)



getName
public String getName()(Code)



getSignature
public String getSignature()(Code)



getType
public String getType()(Code)



hashCode
public int hashCode()(Code)



isConstructor
public boolean isConstructor()(Code)



isDocumented
public boolean isDocumented()(Code)



isFunction
public boolean isFunction()(Code)



isInherited
public boolean isInherited()(Code)



isNoDoc
public boolean isNoDoc()(Code)



isPrivate
public boolean isPrivate()(Code)



isPublic
public boolean isPublic()(Code)



isSmart
public boolean isSmart()(Code)



isStatic
public boolean isStatic()(Code)



setInherited
public void setInherited(boolean inherited)(Code)



setSmart
public void setSmart(boolean smart)(Code)



Methods inherited from org.netbeans.modules.javascript.editing.JsElement
public FileObject getFileObject()(Code)(Java Doc)
public String getIn()(Code)(Java Doc)
abstract public ElementKind getKind()(Code)(Java Doc)
public String getMimeType()(Code)(Java Doc)
public Set<Modifier> getModifiers()(Code)(Java Doc)
abstract public String getName()(Code)(Java Doc)
public boolean signatureEquals(ElementHandle handle)(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

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