Uses of Class
org.gjt.sp.jedit.indent.BracketIndentRule.Brackets

Packages that use BracketIndentRule.Brackets
org.gjt.sp.jedit.indent   
 

Uses of BracketIndentRule.Brackets in org.gjt.sp.jedit.indent
 

Methods in org.gjt.sp.jedit.indent that return BracketIndentRule.Brackets
 BracketIndentRule.Brackets BracketIndentRule.getBrackets(JEditBuffer buffer, int lineIndex)
           
 BracketIndentRule.Brackets BracketIndentRule.getBrackets(JEditBuffer buffer, int lineIndex, int begin, int end)
           
 BracketIndentRule.Brackets BracketIndentRule.getBrackets(java.lang.String line)
          Deprecated. Use BracketIndentRule.getBrackets(JEditBuffer,int,int,int) instead. Brackets in comments or literals should be ignored for indent. But it can't be done without syntax parsing of a buffer.