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 AutoCloseActionNoAutoCloseActionprotected intoffsetprotected AutoClosePairpair 
- 
Constructor Summary
Constructors Constructor Description AutoCloseAction(AutoClosePair pair, int offset) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetOffset()AutoClosePairgetPair()booleanmatches(AutoClosePair pair, int offset)voidsetOffset(int offset)voidsetPair(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)
 
 - 
 
 -