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

java.lang.Object
  extended by edu.stanford.nlp.ling.tokensregex.types.Expressions.WrappedExpression
      extended by edu.stanford.nlp.ling.tokensregex.types.Expressions.CaseExpression
All Implemented Interfaces:
Expression
Enclosing class:
Expressions

public static class Expressions.CaseExpression
extends Expressions.WrappedExpression


Field Summary
 
Fields inherited from class edu.stanford.nlp.ling.tokensregex.types.Expressions.WrappedExpression
expr
 
Constructor Summary
Expressions.CaseExpression(java.util.List<Pair<Expression,Expression>> conds, Expression elseExpr)
           
 
Method Summary
 
Methods inherited from class edu.stanford.nlp.ling.tokensregex.types.Expressions.WrappedExpression
evaluate, getTags, getType, hasValue, setTags, simplify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Expressions.CaseExpression

public Expressions.CaseExpression(java.util.List<Pair<Expression,Expression>> conds,
                                  Expression elseExpr)


Stanford NLP Group