|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.aptana.ide.editor.css.contentassist.CSSUtils
public final class CSSUtils
| Method Summary | |
|---|---|
static java.lang.String |
getLocation(int offset,
LexemeList lexemeList)
Returns the "location" we are currently in. |
static Lexeme |
getNextLexemeOfType(Lexeme startLexeme,
int[] lexemeTypes,
int[] lexemeTypesToBail,
LexemeList lexemeList)
getNextLexemeOfType |
static Lexeme |
getNextLexemeOfType(Lexeme startLexeme,
int[] lexemeTypes,
LexemeList lexemeList)
getNextLexemeOfType |
static boolean |
isColonAlreadyInserted(int offset,
LexemeList ll)
We don't insert a : if there is already one there |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.String getLocation(int offset,
LexemeList lexemeList)
offset - The current offsetlexemeList -
public static boolean isColonAlreadyInserted(int offset,
LexemeList ll)
offset - ll -
public static Lexeme getNextLexemeOfType(Lexeme startLexeme,
int[] lexemeTypes,
LexemeList lexemeList)
startLexeme - lexemeTypes - lexemeList -
public static Lexeme getNextLexemeOfType(Lexeme startLexeme,
int[] lexemeTypes,
int[] lexemeTypesToBail,
LexemeList lexemeList)
startLexeme - lexemeTypes - lexemeTypesToBail - lexemeList -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||