class ThisMethodBaseMatcher extends IPropertyMatcher

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

Instance Constructors

  1. new ThisMethodBaseMatcher()

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
    IPropertyMatcher
  12. def appendNewValue(cfg: NodeCreationConfig): Option[MatchResult]
    Definition Classes
    IPropertyMatcher
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. val bufferConstructor: Option[(AmfObject, IHighLevelNode) ⇒ IValueBuffer]
    Definition Classes
    IPropertyMatcher
  15. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. def doAppendNewValue(cfg: NodeCreationConfig): Option[MatchResult]
  17. def doOperate(obj: AmfObject, hlNode: IHighLevelNode): Seq[MatchResult]
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  23. def ifSubtype(model: Obj): IPropertyMatcher
    Definition Classes
    IPropertyMatcher
  24. def ifType(model: Obj): IPropertyMatcher
    Definition Classes
    IPropertyMatcher
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  29. def operate(obj: AmfObject, hlNode: IHighLevelNode): Seq[MatchResult]
    Definition Classes
    IPropertyMatcher
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def withCustomBuffer(bufConstructor: (AmfObject, IHighLevelNode) ⇒ IValueBuffer): IPropertyMatcher
    Definition Classes
    IPropertyMatcher
  36. def withYamlPath(yp: String): IPropertyMatcher
    Definition Classes
    IPropertyMatcher
  37. def withYamlPath(yp: Seq[String]): IPropertyMatcher
    Definition Classes
    IPropertyMatcher
  38. val yamlPath: Option[Seq[String]]
    Definition Classes
    IPropertyMatcher
  39. def |(field: Field): IPropertyMatcher
    Definition Classes
    IPropertyMatcher
  40. def |(that: IPropertyMatcher): IPropertyMatcher
    Definition Classes
    IPropertyMatcher

Inherited from IPropertyMatcher

Inherited from AnyRef

Inherited from Any

Ungrouped