TokenSet class
Constructors
- TokenSet()
- TokenSet.fromArray(List arr)
- 
          
            factory
- TokenSet.fromClause(Clause clause)
- 
          
            factory
- TokenSet.fromFuzzyString(String str, int editDistance)
- 
          
            factory
- TokenSet.fromString(String str)
- 
          
            factory
Properties
- cachedString ↔ String?
- 
  
  getter/setter pair
- 
  edges
  ↔ Map<String, TokenSet> 
- 
  
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- id ↔ int
- 
  
  getter/setter pair
- isFinal ↔ bool
- 
  
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  intersect(TokenSet b) → TokenSet 
- Returns a new TokenSet that is the intersection of this TokenSet and the passed TokenSet.
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toArray() → List< String> 
- Converts this TokenSet into an array of strings contained within the TokenSet.
- 
  toString() → String 
- 
  Generates a string representation of a TokenSet.
  override
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited