|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.aptana.ide.lexer.Token
com.aptana.ide.lexer.RegexToken
public class RegexToken
| Field Summary |
|---|
| Fields inherited from class com.aptana.ide.lexer.Token |
|---|
defaultLexerGroup, defaultTokenCategory |
| Constructor Summary | |
|---|---|
RegexToken(ITokenList owningTokenList)
Create a new instance of Token |
|
| Method Summary | |
|---|---|
java.lang.String |
getSourceRegex()
Get the regex string that describes the pattern of text this lexeme matches |
void |
setSourceRegex(java.lang.String sourceRegex)
setSourceRegex |
java.lang.String |
toString()
|
| Methods inherited from class com.aptana.ide.lexer.Token |
|---|
getCategory, getCategoryIndex, getDisplayName, getIndex, getLanguage, getLexerGroup, getLexerGroupIndex, getNewLexerGroup, getNewLexerGroupIndex, getOwningTokenList, getType, getTypeIndex, isSealed, seal, setCategory, setCategoryIndex, setDisplayName, setIndex, setLexerGroup, setLexerGroupIndex, setNewLexerGroup, setNewLexerGroupIndex, setType, setTypeIndex |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.aptana.ide.lexer.IToken |
|---|
getCategory, getCategoryIndex, getDisplayName, getIndex, getLanguage, getLexerGroup, getLexerGroupIndex, getNewLexerGroup, getNewLexerGroupIndex, getType, getTypeIndex, isSealed, seal, setCategory, setCategoryIndex, setDisplayName, setIndex, setLexerGroup, setLexerGroupIndex, setNewLexerGroup, setNewLexerGroupIndex, setType, setTypeIndex |
| Constructor Detail |
|---|
public RegexToken(ITokenList owningTokenList)
owningTokenList - The list that owns this token| Method Detail |
|---|
public java.lang.String getSourceRegex()
IRegexToken
getSourceRegex in interface IRegexTokenIRegexToken.getSourceRegex()public void setSourceRegex(java.lang.String sourceRegex)
setSourceRegex in interface IRegexTokensourceRegex - public java.lang.String toString()
toString in class Tokencom.aptana.ide.lexer.IToken#toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||