edu.stanford.nlp.ling.tokensregex
Class SequencePattern.SequenceStartPatternExpr

java.lang.Object
  extended by edu.stanford.nlp.ling.tokensregex.SequencePattern.PatternExpr
      extended by edu.stanford.nlp.ling.tokensregex.SequencePattern.SpecialNodePatternExpr
          extended by edu.stanford.nlp.ling.tokensregex.SequencePattern.SequenceStartPatternExpr
All Implemented Interfaces:
Factory<edu.stanford.nlp.ling.tokensregex.SequencePattern.State>, java.io.Serializable
Enclosing class:
SequencePattern<T>

public static class SequencePattern.SequenceStartPatternExpr
extends SequencePattern.SpecialNodePatternExpr
implements Factory<edu.stanford.nlp.ling.tokensregex.SequencePattern.State>

See Also:
Serialized Form

Constructor Summary
SequencePattern.SequenceStartPatternExpr()
           
 
Method Summary
 edu.stanford.nlp.ling.tokensregex.SequencePattern.State create()
          Creates and returns a new instance of the given type.
 
Methods inherited from class edu.stanford.nlp.ling.tokensregex.SequencePattern.SpecialNodePatternExpr
assignGroupIds, build, copy, toString, updateBindings
 
Methods inherited from class edu.stanford.nlp.ling.tokensregex.SequencePattern.PatternExpr
value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SequencePattern.SequenceStartPatternExpr

public SequencePattern.SequenceStartPatternExpr()
Method Detail

create

public edu.stanford.nlp.ling.tokensregex.SequencePattern.State create()
Description copied from interface: Factory
Creates and returns a new instance of the given type.

Specified by:
create in interface Factory<edu.stanford.nlp.ling.tokensregex.SequencePattern.State>
Returns:
A new instance of the type T


Stanford NLP Group