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

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.AssignableFunctionCallExpression
              extended by edu.stanford.nlp.ling.tokensregex.types.Expressions.IndexedExpression
All Implemented Interfaces:
AssignableExpression, Expression, java.io.Serializable
Enclosing class:
Expressions

public static class Expressions.IndexedExpression
extends Expressions.AssignableFunctionCallExpression

See Also:
Serialized Form

Constructor Summary
Expressions.IndexedExpression(Expression expr, int index)
           
 
Method Summary
 
Methods inherited from class edu.stanford.nlp.ling.tokensregex.types.Expressions.AssignableFunctionCallExpression
assign
 
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
 
Methods inherited from interface edu.stanford.nlp.ling.tokensregex.types.Expression
evaluate, getTags, getType, hasValue, setTags, simplify
 

Constructor Detail

Expressions.IndexedExpression

public Expressions.IndexedExpression(Expression expr,
                                     int index)


Stanford NLP Group