org.gjt.sp.jedit.indent
Class CloseBracketIndentRule

java.lang.Object
  extended by org.gjt.sp.jedit.indent.BracketIndentRule
      extended by org.gjt.sp.jedit.indent.CloseBracketIndentRule
All Implemented Interfaces:
IndentRule

public class CloseBracketIndentRule
extends BracketIndentRule


Nested Class Summary
 
Nested classes/interfaces inherited from class org.gjt.sp.jedit.indent.BracketIndentRule
BracketIndentRule.Brackets
 
Field Summary
 
Fields inherited from class org.gjt.sp.jedit.indent.BracketIndentRule
closeBracket, openBracket
 
Constructor Summary
CloseBracketIndentRule(char closeBracket, boolean aligned)
           
 
Method Summary
 void apply(JEditBuffer buffer, int thisLineIndex, int prevLineIndex, int prevPrevLineIndex, java.util.List indentActions)
          Apply the indent rule to this line, and return an indent action.
 boolean isMatch(java.lang.String line)
           
 
Methods inherited from class org.gjt.sp.jedit.indent.BracketIndentRule
getBrackets, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CloseBracketIndentRule

public CloseBracketIndentRule(char closeBracket,
                              boolean aligned)
Method Detail

apply

public void apply(JEditBuffer buffer,
                  int thisLineIndex,
                  int prevLineIndex,
                  int prevPrevLineIndex,
                  java.util.List indentActions)
Description copied from interface: IndentRule
Apply the indent rule to this line, and return an indent action.


isMatch

public boolean isMatch(java.lang.String line)