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

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.OrExpression
All Implemented Interfaces:
Expression, java.io.Serializable
Enclosing class:
Expressions

public static class Expressions.OrExpression
extends Expressions.FunctionCallExpression

See Also:
Serialized Form

Constructor Summary
Expressions.OrExpression(java.util.List<Expression> children)
           
 
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.OrExpression

public Expressions.OrExpression(java.util.List<Expression> children)


Stanford NLP Group