com.intellij.lexer
Class FilterLexer.SetFilter

java.lang.Object
  extended by com.intellij.lexer.FilterLexer.SetFilter
All Implemented Interfaces:
FilterLexer.Filter
Enclosing class:
FilterLexer

public static final class FilterLexer.SetFilter
extends java.lang.Object
implements FilterLexer.Filter


Constructor Summary
FilterLexer.SetFilter(TokenSet set)
           
 
Method Summary
 boolean reject(IElementType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterLexer.SetFilter

public FilterLexer.SetFilter(TokenSet set)
Method Detail

reject

public boolean reject(IElementType type)
Specified by:
reject in interface FilterLexer.Filter