com.aptana.ide.lexer
Interface IRegexTokenList

All Superinterfaces:
ITokenList
All Known Implementing Classes:
AsciiTokenList, RegexTokenList, UnicodeTokenList

public interface IRegexTokenList
extends ITokenList

Author:
Kevin Lindsey

Method Summary
 IRegexRunner getCurrentMatcher()
          Get the current DFA
 
Methods inherited from interface com.aptana.ide.lexer.ITokenList
add, createToken, get, getCurrentGroup, getGroupNames, getIgnoreSet, getLanguage, isSealed, seal, setCurrentGroup, setCurrentGroup, setIgnoreSet, size
 

Method Detail

getCurrentMatcher

IRegexRunner getCurrentMatcher()
Get the current DFA

Returns:
The current DFA