edu.stanford.nlp.ling.tokensregex.types
Class Expressions.PrimitiveValue<T>

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

public static class Expressions.PrimitiveValue<T>
extends Expressions.SimpleValue<T>

Primitive value that is directly represented by a Java object of type T

See Also:
Serialized Form

Constructor Summary
Expressions.PrimitiveValue(java.lang.String typename, T value, 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.PrimitiveValue

public Expressions.PrimitiveValue(java.lang.String typename,
                                  T value,
                                  java.lang.String... tags)


Stanford NLP Group