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

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

public static class Expressions.AndExpression
extends Expressions.FunctionCallExpression

See Also:
Serialized Form

Constructor Summary
Expressions.AndExpression(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.AndExpression

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


Stanford NLP Group