org.gjt.sp.jedit.indent
Class DeepIndentRule

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

public class DeepIndentRule
extends java.lang.Object
implements IndentRule

Deep indent rule.


Constructor Summary
DeepIndentRule()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeepIndentRule

public DeepIndentRule()
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.

Specified by:
apply in interface IndentRule