Class AutoCloseAction
- java.lang.Object
-
- org.eclipse.epsilon.common.dt.editor.autoclose.AutoCloseAction
-
public class AutoCloseAction extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static AutoCloseAction
NoAutoCloseAction
protected int
offset
protected AutoClosePair
pair
-
Constructor Summary
Constructors Constructor Description AutoCloseAction(AutoClosePair pair, int offset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getOffset()
AutoClosePair
getPair()
boolean
matches(AutoClosePair pair, int offset)
void
setOffset(int offset)
void
setPair(AutoClosePair pair)
-
-
-
Field Detail
-
pair
protected AutoClosePair pair
-
offset
protected int offset
-
NoAutoCloseAction
public static AutoCloseAction NoAutoCloseAction
-
-
Constructor Detail
-
AutoCloseAction
public AutoCloseAction(AutoClosePair pair, int offset)
-
-
Method Detail
-
matches
public boolean matches(AutoClosePair pair, int offset)
-
getOffset
public int getOffset()
-
setOffset
public void setOffset(int offset)
-
getPair
public AutoClosePair getPair()
-
setPair
public void setPair(AutoClosePair pair)
-
-