class FieldMatcher extends IPropertyMatcher

Linear Supertypes
IPropertyMatcher, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FieldMatcher
  2. IPropertyMatcher
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FieldMatcher(field: Field)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def &(field: Field): IPropertyMatcher
    Definition Classes
    IPropertyMatcher
  4. def &(that: IPropertyMatcher): IPropertyMatcher
    Definition Classes
    IPropertyMatcher
  5. def *(field: Field): IPropertyMatcher
    Definition Classes
    IPropertyMatcher
  6. def *(that: IPropertyMatcher): IPropertyMatcher
    Definition Classes
    IPropertyMatcher
  7. def +(field: Field): IPropertyMatcher
    Definition Classes
    IPropertyMatcher
  8. def +(that: IPropertyMatcher): IPropertyMatcher
    Definition Classes
    IPropertyMatcher
  9. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. val STRICT: Boolean
    Definition Classes
    IPropertyMatcher
  11. def appendNewValue(mr: MatchResult, cfg: NodeCreationConfig): Option[MatchResult]
    Definition Classes
    FieldMatcherIPropertyMatcher
  12. def appendNewValue(cfg: NodeCreationConfig): Option[MatchResult]
    Definition Classes
    IPropertyMatcher
  13. def appendValueToAMFModel(obj: AmfObject, valueObj: AmfElement): Unit
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. val bufferConstructor: Option[(AmfObject, IHighLevelNode) ⇒ IValueBuffer]
    Definition Classes
    IPropertyMatcher
  16. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. def doAppendNewValue(cfg: NodeCreationConfig): Option[MatchResult]
    Definition Classes
    FieldMatcherIPropertyMatcher
  18. def doOperate(obj: AmfObject, hlNode: IHighLevelNode): Seq[MatchResult]
    Definition Classes
    FieldMatcherIPropertyMatcher
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. val field: Field
  22. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  25. def ifSubtype(model: Obj): IPropertyMatcher
    Definition Classes
    IPropertyMatcher
  26. def ifType(model: Obj): IPropertyMatcher
    Definition Classes
    IPropertyMatcher
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  31. def operate(obj: AmfObject, hlNode: IHighLevelNode): Seq[MatchResult]
    Definition Classes
    IPropertyMatcher
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def withCustomBuffer(bufConstructor: (AmfObject, IHighLevelNode) ⇒ IValueBuffer): IPropertyMatcher
    Definition Classes
    IPropertyMatcher
  38. def withYamlPath(yp: String): IPropertyMatcher
    Definition Classes
    IPropertyMatcher
  39. def withYamlPath(yp: Seq[String]): IPropertyMatcher
    Definition Classes
    IPropertyMatcher
  40. val yamlPath: Option[Seq[String]]
    Definition Classes
    IPropertyMatcher
  41. def |(field: Field): IPropertyMatcher
    Definition Classes
    IPropertyMatcher
  42. def |(that: IPropertyMatcher): IPropertyMatcher
    Definition Classes
    IPropertyMatcher

Inherited from IPropertyMatcher

Inherited from AnyRef

Inherited from Any

Ungrouped