java.lang.Object
org.gjt.sp.jedit.indent.IndentRuleFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic IndentRule
indentCloseBracket
(char bracket) static IndentRule
indentNextLine
(String regexp) static IndentRule
indentNextLines
(String regexp) static IndentRule
indentOpenBracket
(char bracket) static IndentRule
unalignedCloseBracket
(char bracket) static IndentRule
unalignedOpenBracket
(char bracket) static IndentRule
unindentNextLines
(String regexp) static IndentRule
unindentThisLine
(String regexp)
-
Constructor Details
-
IndentRuleFactory
public IndentRuleFactory()
-
-
Method Details
-
indentNextLines
- Throws:
PatternSyntaxException
-
indentNextLine
- Throws:
PatternSyntaxException
-
unindentThisLine
- Throws:
PatternSyntaxException
-
unindentNextLines
- Throws:
PatternSyntaxException
-
indentOpenBracket
- Throws:
PatternSyntaxException
-
indentCloseBracket
- Throws:
PatternSyntaxException
-
unalignedOpenBracket
- Throws:
PatternSyntaxException
-
unalignedCloseBracket
- Throws:
PatternSyntaxException
-