org.gjt.sp.jedit.indent
Class IndentRuleFactory
java.lang.Object
org.gjt.sp.jedit.indent.IndentRuleFactory
public class IndentRuleFactory
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndentRuleFactory
public IndentRuleFactory()
indentNextLines
public static IndentRule indentNextLines(java.lang.String regexp)
throws java.util.regex.PatternSyntaxException
- Throws:
java.util.regex.PatternSyntaxException
indentNextLine
public static IndentRule indentNextLine(java.lang.String regexp)
throws java.util.regex.PatternSyntaxException
- Throws:
java.util.regex.PatternSyntaxException
unindentThisLine
public static IndentRule unindentThisLine(java.lang.String regexp)
throws java.util.regex.PatternSyntaxException
- Throws:
java.util.regex.PatternSyntaxException
unindentNextLines
public static IndentRule unindentNextLines(java.lang.String regexp)
throws java.util.regex.PatternSyntaxException
- Throws:
java.util.regex.PatternSyntaxException
indentOpenBracket
public static IndentRule indentOpenBracket(char bracket)
throws java.util.regex.PatternSyntaxException
- Throws:
java.util.regex.PatternSyntaxException
indentCloseBracket
public static IndentRule indentCloseBracket(char bracket)
throws java.util.regex.PatternSyntaxException
- Throws:
java.util.regex.PatternSyntaxException
unalignedOpenBracket
public static IndentRule unalignedOpenBracket(char bracket)
throws java.util.regex.PatternSyntaxException
- Throws:
java.util.regex.PatternSyntaxException
unalignedCloseBracket
public static IndentRule unalignedCloseBracket(char bracket)
throws java.util.regex.PatternSyntaxException
- Throws:
java.util.regex.PatternSyntaxException