edu.stanford.nlp.ling.tokensregex.types
Class Expressions.NotExpression

java.lang.Object
  extended by edu.stanford.nlp.ling.tokensregex.types.Expressions.TypedExpression
      extended by edu.stanford.nlp.ling.tokensregex.types.Expressions.FunctionCallExpression
          extended by edu.stanford.nlp.ling.tokensregex.types.Expressions.NotExpression
All Implemented Interfaces:
Expression, java.io.Serializable
Enclosing class:
Expressions

public static class Expressions.NotExpression
extends Expressions.FunctionCallExpression

See Also:
Serialized Form

Constructor Summary
Expressions.NotExpression(Expression expr)
           
 
Method Summary
 
Methods inherited from class edu.stanford.nlp.ling.tokensregex.types.Expressions.FunctionCallExpression
evaluate, simplify, toString
 
Methods inherited from class edu.stanford.nlp.ling.tokensregex.types.Expressions.TypedExpression
getTags, getType, hasValue, setTags
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Expressions.NotExpression

public Expressions.NotExpression(Expression expr)


Stanford NLP Group