java.lang.Object
org.gjt.sp.jedit.indent.IndentRuleFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IndentRuleindentCloseBracket(char bracket) static IndentRuleindentNextLine(String regexp) static IndentRuleindentNextLines(String regexp) static IndentRuleindentOpenBracket(char bracket) static IndentRuleunalignedCloseBracket(char bracket) static IndentRuleunalignedOpenBracket(char bracket) static IndentRuleunindentNextLines(String regexp) static IndentRuleunindentThisLine(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
-