Java Doc for ParserRule.java in  » Swing-Library » jEdit » org » gjt » sp » jedit » syntax » 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 » Swing Library » jEdit » org.gjt.sp.jedit.syntax 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.gjt.sp.jedit.syntax.ParserRule

ParserRule
public class ParserRule (Code)
A parser rule.
author:
   mike dillon, Slava Pestov
version:
   $Id: ParserRule.java 11079 2007-11-16 03:20:00Z vanza $


Field Summary
final public static  intACTION_HINTS
    
final public static  intAT_LINE_START
    
final public static  intAT_WHITESPACE_END
    
final public static  intAT_WORD_START
    
final public static  intEOL_SPAN
    
final public static  intEXCLUDE_MATCH
    
final public static  intIS_ESCAPE
    
final public static  intMAJOR_ACTIONS
    
final public static  intMARK_FOLLOWING
    
final public static  intMARK_PREVIOUS
    
final public static  byteMATCH_TYPE_CONTEXT
    
final public static  byteMATCH_TYPE_RULE
    
final public static  intNO_ESCAPE
    
final public static  intNO_LINE_BREAK
    
final public static  intNO_WORD_BREAK
    
final public static  intREGEXP
    
final public static  intSEQ
    
final public static  intSPAN
    
final public  intaction
    
public  ParserRuleSetdelegate
    
final public  char[]end
    
final public  intendPosMatch
    
final public  ParserRuleescapeRule
     escapeRule is the rule-specific sequence used to escape other characters while the rule is in effect.
final public  bytematchType
     matchType is the type of the token for the matched region.
public  ParserRulenext
    
final public  char[]start
    
final public  intstartPosMatch
    
final public  PatternstartRegexp
    
final public  bytetoken
    
final public  StringupHashChar
    
final public  char[]upHashChars
    


Method Summary
final public static  ParserRulecreateEOLSpanRule(int posMatch, String seq, ParserRuleSet delegate, byte id, byte matchType)
    
final public static  ParserRulecreateEscapeRule(String seq)
    
final public static  ParserRulecreateMarkFollowingRule(int posMatch, String seq, byte id, byte matchType)
    
final public static  ParserRulecreateMarkPreviousRule(int posMatch, String seq, byte id, byte matchType)
    
final public static  ParserRulecreateRegexpEOLSpanRule(char hashChar, int posMatch, String seq, ParserRuleSet delegate, byte id, byte matchType, boolean ignoreCase)
    
final public static  ParserRulecreateRegexpEOLSpanRule(String hashChar, int posMatch, String seq, ParserRuleSet delegate, byte id, byte matchType, boolean ignoreCase)
    
final public static  ParserRulecreateRegexpEOLSpanRule(int posMatch, char[] hashChars, String seq, ParserRuleSet delegate, byte id, byte matchType, boolean ignoreCase)
    
final public static  ParserRulecreateRegexpSequenceRule(char hashChar, int posMatch, String seq, ParserRuleSet delegate, byte id, boolean ignoreCase)
    
final public static  ParserRulecreateRegexpSequenceRule(String hashChar, int posMatch, String seq, ParserRuleSet delegate, byte id, boolean ignoreCase)
    
final public static  ParserRulecreateRegexpSequenceRule(int posMatch, char[] hashChars, String seq, ParserRuleSet delegate, byte id, boolean ignoreCase)
    
final public static  ParserRulecreateRegexpSpanRule(String hashChar, int startPosMatch, String start, int endPosMatch, String end, ParserRuleSet delegate, byte id, byte matchType, boolean noLineBreak, boolean noWordBreak, boolean ignoreCase, String escape)
    
final public static  ParserRulecreateRegexpSpanRule(int startPosMatch, char[] hashChars, String start, int endPosMatch, String end, ParserRuleSet delegate, byte id, byte matchType, boolean noLineBreak, boolean noWordBreak, boolean ignoreCase, String escape)
    
final public static  ParserRulecreateSequenceRule(int posMatch, String seq, ParserRuleSet delegate, byte id)
    
final public static  ParserRulecreateSpanRule(int startPosMatch, String start, int endPosMatch, String end, ParserRuleSet delegate, byte id, byte matchType, boolean noLineBreak, boolean noWordBreak, String escape)
    
public  StringtoString()
    

Field Detail
ACTION_HINTS
final public static int ACTION_HINTS(Code)



AT_LINE_START
final public static int AT_LINE_START(Code)



AT_WHITESPACE_END
final public static int AT_WHITESPACE_END(Code)



AT_WORD_START
final public static int AT_WORD_START(Code)



EOL_SPAN
final public static int EOL_SPAN(Code)



EXCLUDE_MATCH
final public static int EXCLUDE_MATCH(Code)



IS_ESCAPE
final public static int IS_ESCAPE(Code)



MAJOR_ACTIONS
final public static int MAJOR_ACTIONS(Code)



MARK_FOLLOWING
final public static int MARK_FOLLOWING(Code)



MARK_PREVIOUS
final public static int MARK_PREVIOUS(Code)



MATCH_TYPE_CONTEXT
final public static byte MATCH_TYPE_CONTEXT(Code)



MATCH_TYPE_RULE
final public static byte MATCH_TYPE_RULE(Code)



NO_ESCAPE
final public static int NO_ESCAPE(Code)



NO_LINE_BREAK
final public static int NO_LINE_BREAK(Code)



NO_WORD_BREAK
final public static int NO_WORD_BREAK(Code)



REGEXP
final public static int REGEXP(Code)



SEQ
final public static int SEQ(Code)



SPAN
final public static int SPAN(Code)



action
final public int action(Code)



delegate
public ParserRuleSet delegate(Code)



end
final public char[] end(Code)



endPosMatch
final public int endPosMatch(Code)



escapeRule
final public ParserRule escapeRule(Code)
escapeRule is the rule-specific sequence used to escape other characters while the rule is in effect. If this character is non-zero, the character following the escape char will be skipped during parsing, and highlighted with the rule's token.
since:
   jEdit 4.3pre12



matchType
final public byte matchType(Code)
matchType is the type of the token for the matched region. Special values are: MATCH_TYPE_CONTEXT = default token for the context, MATCH_TYPE_RULE = same token as the rule itself.
since:
   jEdit 4.3pre10



next
public ParserRule next(Code)
ParserRuleSet.getRules(Character)



start
final public char[] start(Code)



startPosMatch
final public int startPosMatch(Code)



startRegexp
final public Pattern startRegexp(Code)



token
final public byte token(Code)



upHashChar
final public String upHashChar(Code)



upHashChars
final public char[] upHashChars(Code)





Method Detail
createEOLSpanRule
final public static ParserRule createEOLSpanRule(int posMatch, String seq, ParserRuleSet delegate, byte id, byte matchType)(Code)



createEscapeRule
final public static ParserRule createEscapeRule(String seq)(Code)



createMarkFollowingRule
final public static ParserRule createMarkFollowingRule(int posMatch, String seq, byte id, byte matchType)(Code)



createMarkPreviousRule
final public static ParserRule createMarkPreviousRule(int posMatch, String seq, byte id, byte matchType)(Code)



createRegexpEOLSpanRule
final public static ParserRule createRegexpEOLSpanRule(char hashChar, int posMatch, String seq, ParserRuleSet delegate, byte id, byte matchType, boolean ignoreCase) throws PatternSyntaxException(Code)
ParserRule.createRegexpEOLSpanRule(String,int,String,ParserRuleSet,byte,byte,boolean)



createRegexpEOLSpanRule
final public static ParserRule createRegexpEOLSpanRule(String hashChar, int posMatch, String seq, ParserRuleSet delegate, byte id, byte matchType, boolean ignoreCase) throws PatternSyntaxException(Code)



createRegexpEOLSpanRule
final public static ParserRule createRegexpEOLSpanRule(int posMatch, char[] hashChars, String seq, ParserRuleSet delegate, byte id, byte matchType, boolean ignoreCase) throws PatternSyntaxException(Code)



createRegexpSequenceRule
final public static ParserRule createRegexpSequenceRule(char hashChar, int posMatch, String seq, ParserRuleSet delegate, byte id, boolean ignoreCase) throws PatternSyntaxException(Code)
ParserRule.createRegexpSequenceRule(String,int,String,ParserRuleSet,byte,boolean)



createRegexpSequenceRule
final public static ParserRule createRegexpSequenceRule(String hashChar, int posMatch, String seq, ParserRuleSet delegate, byte id, boolean ignoreCase) throws PatternSyntaxException(Code)



createRegexpSequenceRule
final public static ParserRule createRegexpSequenceRule(int posMatch, char[] hashChars, String seq, ParserRuleSet delegate, byte id, boolean ignoreCase) throws PatternSyntaxException(Code)



createRegexpSpanRule
final public static ParserRule createRegexpSpanRule(String hashChar, int startPosMatch, String start, int endPosMatch, String end, ParserRuleSet delegate, byte id, byte matchType, boolean noLineBreak, boolean noWordBreak, boolean ignoreCase, String escape) throws PatternSyntaxException(Code)



createRegexpSpanRule
final public static ParserRule createRegexpSpanRule(int startPosMatch, char[] hashChars, String start, int endPosMatch, String end, ParserRuleSet delegate, byte id, byte matchType, boolean noLineBreak, boolean noWordBreak, boolean ignoreCase, String escape) throws PatternSyntaxException(Code)



createSequenceRule
final public static ParserRule createSequenceRule(int posMatch, String seq, ParserRuleSet delegate, byte id)(Code)



createSpanRule
final public static ParserRule createSpanRule(int startPosMatch, String start, int endPosMatch, String end, ParserRuleSet delegate, byte id, byte matchType, boolean noLineBreak, boolean noWordBreak, String escape)(Code)



toString
public String toString()(Code)



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.