org.netbeans.modules.i18n.regexp |
|
Java Source File Name | Type | Comment |
Generator.java | Class | Generator of JDK regular expressions from syntax trees. |
ParseException.java | Class | Singals a syntax error which occured while parsing a regular expression. |
Parser.java | Class | Parser of regular expressions. |
Translator.java | Class | Translator of Apache's Regexp regular expressions to JDK's regular
expressions. |
TreeNode.java | Class | Node of a regular expression syntax tree. |
TreeNodeRoot.java | Class | Root node of a regular expression syntax tree. |