edu.washington.cs.knowitall
Class Token.TypeExpression

java.lang.Object
  extended by edu.washington.cs.knowitall.Token.Expression
      extended by edu.washington.cs.knowitall.Token.TypeExpression
All Implemented Interfaces:
com.google.common.base.Predicate<Token>
Enclosing class:
Token

protected static class Token.TypeExpression
extends Token.Expression

A regular expression that is evaluated against the type portion of a token.

Author:
schmmd

Constructor Summary
Token.TypeExpression(String descriptor)
           
 
Method Summary
 boolean apply(Token token)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Predicate
equals
 

Constructor Detail

Token.TypeExpression

public Token.TypeExpression(String descriptor)
Method Detail

apply

public boolean apply(Token token)


Copyright © 2011 University of Washington CSE. All Rights Reserved.