class TypePropertyMatcher extends IPropertyMatcher

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

Instance Constructors

  1. new TypePropertyMatcher()

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

Inherited from IPropertyMatcher

Inherited from AnyRef

Inherited from Any

Ungrouped