implicit class AmfAnnotationsImp extends AnyRef

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

Instance Constructors

  1. new AmfAnnotationsImp(ann: Annotations)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def astElement(): Option[ASTElement]
  6. def baseVirtualNode(): Option[YPart]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  8. def containsAstBranch(astBranch: ASTPartBranch): Option[Boolean]
  9. def containsJsonSchemaPosition(astBranch: ASTPartBranch): Option[Boolean]
  10. def containsPosition(amfPosition: Position, strict: Boolean): Boolean
  11. def declarationKeys(): List[DeclarationKey]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def externalJsonSchemaShape: Option[YMapEntry]
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  17. def isDeclared: Boolean
  18. def isInferred: Boolean
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def isRamlTypeExpression: Boolean
  21. def isSynthesized: Boolean
  22. def isVirtual: Boolean
  23. def jsonSchema(): Option[ParsedJSONSchema]
  24. def lexicalInformation(): Option[LexicalInformation]
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  28. def pureYPart(): Option[YPart]
  29. def ramlExpression(): Option[String]
  30. def range(): Option[PositionRange]
  31. def schemeIsJsonSchema: Boolean
  32. def sourceNodeText(): Option[String]
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def targetName(): Option[TargetName]
  35. def targets(): Map[String, Seq[PositionRange]]
  36. def toPositionRange(): Option[PositionRange]
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def trueLocation(): Option[String]
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def yPart(): Option[YPart]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped