|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.aptana.ide.editors.unified.ChildOffsetMapper
com.aptana.ide.editor.css.CSSOffsetMapper
public class CSSOffsetMapper
| Field Summary | |
|---|---|
static java.lang.String |
MODE_INVOKING
We are "inside" a rule |
static java.lang.String |
MODE_NORMAL
We are "outside" or "between" rules |
| Constructor Summary | |
|---|---|
CSSOffsetMapper(IParentOffsetMapper parent)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getMode(int offset)
Returns the invocation mode (invoking, new, or normal). |
| Methods inherited from class com.aptana.ide.editors.unified.ChildOffsetMapper |
|---|
calculateCurrentLexeme, dispose, findTarget, getCurrentLexeme, getCurrentLexemeIndex, getFileService, getLexemeAtIndex, getLexemeIndexFromDocumentOffset, getLexemeList, getNextLexeme, getParent, getPreviousLexeme |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String MODE_NORMAL
public static final java.lang.String MODE_INVOKING
| Constructor Detail |
|---|
public CSSOffsetMapper(IParentOffsetMapper parent)
parent - | Method Detail |
|---|
public java.lang.String getMode(int offset)
offset - The index to check the mode at.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||