abstract class AnyShapeParser extends ShapeParser with ExampleParser

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AnyShapeParser
  2. ExampleParser
  3. ShapeParser
  4. RamlTypeSyntax
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AnyShapeParser()

Abstract Value Members

  1. abstract val map: YMap
    Definition Classes
    ShapeParser
  2. abstract val shape: AnyShape
    Definition Classes
    AnyShapeParserShapeParser

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from AnyShapeParser to any2stringadd[AnyShapeParser] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (AnyShapeParser, B)
    Implicit
    This member is added by an implicit conversion from AnyShapeParser to ArrowAssoc[AnyShapeParser] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. lazy val dataNodeParser: (YNode) ⇒ DataNode
    Definition Classes
    ShapeParser
  9. def ensuring(cond: (AnyShapeParser) ⇒ Boolean, msg: ⇒ Any): AnyShapeParser
    Implicit
    This member is added by an implicit conversion from AnyShapeParser to Ensuring[AnyShapeParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: (AnyShapeParser) ⇒ Boolean): AnyShapeParser
    Implicit
    This member is added by an implicit conversion from AnyShapeParser to Ensuring[AnyShapeParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean, msg: ⇒ Any): AnyShapeParser
    Implicit
    This member is added by an implicit conversion from AnyShapeParser to Ensuring[AnyShapeParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean): AnyShapeParser
    Implicit
    This member is added by an implicit conversion from AnyShapeParser to Ensuring[AnyShapeParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. lazy val enumParser: (YNode) ⇒ DataNode
    Definition Classes
    ShapeParser
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from AnyShapeParser to StringFormat[AnyShapeParser] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def isTypeExpression(str: String): Boolean
    Definition Classes
    RamlTypeSyntax
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. val options: ExampleOptions
  26. def parse(): AnyShape
    Definition Classes
    AnyShapeParserShapeParser
  27. def parseExamples(shape: AnyShape, map: YMap, options: ExampleOptions = DefaultExampleOptions)(implicit ctx: ShapeParserContext): Unit
    Definition Classes
    ExampleParser
  28. def parseInheritance(): Unit
    Attributes
    protected
    Definition Classes
    ShapeParser
  29. def parseWellKnownTypeRef(ramlType: String): Shape
    Definition Classes
    RamlTypeSyntax
  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( ... ) @native()
  35. def wellKnownType(str: String, isRef: Boolean = false): Boolean
    Definition Classes
    RamlTypeSyntax
  36. def [B](y: B): (AnyShapeParser, B)
    Implicit
    This member is added by an implicit conversion from AnyShapeParser to ArrowAssoc[AnyShapeParser] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from ExampleParser

Inherited from ShapeParser

Inherited from RamlTypeSyntax

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from AnyShapeParser to any2stringadd[AnyShapeParser]

Inherited by implicit conversion StringFormat from AnyShapeParser to StringFormat[AnyShapeParser]

Inherited by implicit conversion Ensuring from AnyShapeParser to Ensuring[AnyShapeParser]

Inherited by implicit conversion ArrowAssoc from AnyShapeParser to ArrowAssoc[AnyShapeParser]

Ungrouped