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

java.lang.Object
  extended by edu.stanford.nlp.ling.tokensregex.types.Expressions.TypedExpression
      extended by edu.stanford.nlp.ling.tokensregex.types.Expressions.SimpleValue<java.lang.String>
          extended by edu.stanford.nlp.ling.tokensregex.types.Expressions.RegexValue
All Implemented Interfaces:
Expression, Value<java.lang.String>, java.io.Serializable
Enclosing class:
Expressions

public static class Expressions.RegexValue
extends Expressions.SimpleValue<java.lang.String>

A string that represents a regular expression

See Also:
Serialized Form

Constructor Summary
Expressions.RegexValue(java.lang.String regex, java.lang.String... tags)
           
 
Method Summary
 
Methods inherited from class edu.stanford.nlp.ling.tokensregex.types.Expressions.SimpleValue
evaluate, get, hasValue, toString
 
Methods inherited from class edu.stanford.nlp.ling.tokensregex.types.Expressions.TypedExpression
getTags, getType, setTags, simplify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface edu.stanford.nlp.ling.tokensregex.types.Expression
getTags, getType, setTags, simplify
 

Constructor Detail

Expressions.RegexValue

public Expressions.RegexValue(java.lang.String regex,
                              java.lang.String... tags)


Stanford NLP Group