DOMAction<T>  class 
    abstract
 
Constructors
- 
          DOMAction(DOMActionExecutor<T> executor)
Properties
- 
  executor
  → DOMActionExecutor<T> 
- 
  
  final
- hashCode → int
- 
  The hash code for this object.
  no setteroverride
- 
  next
  ↔ DOMAction<T> ?
- 
  
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  actionString() → String 
- 
  execute(T? target, {T? self, DOMTreeMap? treeMap, DOMContext? context}) → T? 
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  override
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  override
Static Methods
- 
  parse<T> (DOMActionExecutor< T> executor, String? actionLine) → DOMAction<T> ?
- 
  parseParameters<T> (DOMActionExecutor executor, String? parametersLine) → List< String> ?