public abstract class BracketIndentRule extends java.lang.Object implements IndentRule
| Modifier and Type | Class and Description | 
|---|---|
| static class  | BracketIndentRule.Brackets | 
| Modifier and Type | Field and Description | 
|---|---|
| protected char | closeBracket | 
| protected char | openBracket | 
| Constructor and Description | 
|---|
| BracketIndentRule(char openBracket,
                 char closeBracket) | 
| Modifier and Type | Method and Description | 
|---|---|
| BracketIndentRule.Brackets | getBrackets(JEditBuffer buffer,
           int lineIndex) | 
| BracketIndentRule.Brackets | getBrackets(JEditBuffer buffer,
           int lineIndex,
           int begin,
           int end) | 
| java.lang.String | toString() | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitapplypublic BracketIndentRule.Brackets getBrackets(JEditBuffer buffer, int lineIndex)
public BracketIndentRule.Brackets getBrackets(JEditBuffer buffer, int lineIndex, int begin, int end)
public java.lang.String toString()
toString in class java.lang.Object