sealed abstract class RamlTypeParser extends QuickFieldParserOps with RamlTypeEntryParser

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RamlTypeParser
  2. RamlTypeEntryParser
  3. QuickFieldParserOps
  4. AnyRef
  5. 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

Type Members

  1. implicit class FieldOps extends AnyRef
    Definition Classes
    QuickFieldParserOps
  2. class ObjectField extends (YMapEntry) ⇒ Unit
    Definition Classes
    QuickFieldParserOps
  3. trait Target extends AnyRef
    Definition Classes
    QuickFieldParserOps
  4. case class AndConstraintParser(map: YMap, shape: Shape) extends Product with Serializable
  5. abstract class AnyShapeParser extends ShapeParser with ExampleParser
  6. case class AnyTypeShapeParser(shape: AnyShape, map: YMap) extends AnyShapeParser with Product with Serializable
  7. case class ArrayShapeParser(shape: ArrayShape, map: YMap, adopt: (Shape) ⇒ Unit) extends AnyShapeParser with SchemaUsageRestrictions with Product with Serializable
  8. trait CommonScalarParsingLogic extends AnyRef
  9. case class DataArrangementParser(name: String, ast: YPart, map: YMap, adopt: (Shape) ⇒ Unit) extends Product with Serializable
  10. case class FileShapeParser(node: YNode, file: FileShape, adopt: (Shape) ⇒ Unit) extends AnyShapeParser with CommonScalarParsingLogic with Product with Serializable
  11. case class InheritanceParser(entry: YMapEntry, shape: Shape, fatherMap: Option[YMap])(implicit ctx: ShapeParserContext) extends QuickFieldParserOps with RamlTypeSyntax with SchemaUsageRestrictions with Product with Serializable
  12. case class NilShapeParser(shape: NilShape, map: YMap) extends AnyShapeParser with Product with Serializable
  13. case class NodeShapeParser(shape: NodeShape, map: YMap) extends AnyShapeParser with SchemaUsageRestrictions with Product with Serializable
  14. case class NotConstraintParser(map: YMap, shape: Shape) extends Product with Serializable
  15. case class OrConstraintParser(map: YMap, shape: Shape) extends Product with Serializable
  16. case class PropertiesParser(ast: YMap, parent: String) extends Product with Serializable
  17. case class PropertyShapeParser(entry: YMapEntry, parent: String) extends Product with Serializable
  18. case class ScalarShapeParser(typeDef: TypeDef, shape: ScalarShape, map: YMap) extends AnyShapeParser with CommonScalarParsingLogic with Product with Serializable
  19. trait SchemaUsageRestrictions extends AnyRef
  20. abstract class ShapeParser extends RamlTypeSyntax
  21. case class TupleShapeParser(shape: TupleShape, map: YMap, adopt: (Shape) ⇒ Unit) extends AnyShapeParser with Product with Serializable
  22. case class UnionShapeParser(map: YMap, shape: UnionShape) extends AnyShapeParser with Product with Serializable
  23. case class XoneConstraintParser(map: YMap, shape: Shape) extends Product with Serializable

Abstract Value Members

  1. abstract def typeParser: (YMapEntryLike, String, (Shape) ⇒ Unit, Boolean, DefaultType) ⇒ RamlTypeParser

Concrete Value Members

  1. object EmptyTarget extends Target with Product with Serializable
    Definition Classes
    QuickFieldParserOps
  2. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  3. final def ##(): Int
    Definition Classes
    AnyRef → Any
  4. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from RamlTypeParser to any2stringadd[RamlTypeParser] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  5. def ->[B](y: B): (RamlTypeParser, B)
    Implicit
    This member is added by an implicit conversion from RamlTypeParser to ArrowAssoc[RamlTypeParser] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val ast: YPart
    Attributes
    protected
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. implicit val ctx: ShapeParserContext
  11. def ensuring(cond: (RamlTypeParser) ⇒ Boolean, msg: ⇒ Any): RamlTypeParser
    Implicit
    This member is added by an implicit conversion from RamlTypeParser to Ensuring[RamlTypeParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (RamlTypeParser) ⇒ Boolean): RamlTypeParser
    Implicit
    This member is added by an implicit conversion from RamlTypeParser to Ensuring[RamlTypeParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: ⇒ Any): RamlTypeParser
    Implicit
    This member is added by an implicit conversion from RamlTypeParser to Ensuring[RamlTypeParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): RamlTypeParser
    Implicit
    This member is added by an implicit conversion from RamlTypeParser to Ensuring[RamlTypeParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from RamlTypeParser to StringFormat[RamlTypeParser] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def isLexical: (Annotation) ⇒ Boolean
  23. val name: String
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def nestedTypeOrSchema(map: YMap): Option[YMapEntry]
    Attributes
    protected
    Definition Classes
    RamlTypeEntryParser
  26. val node: YNode
    Attributes
    protected
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. def parse(): Option[Shape]
  30. def parseArrayType(): Shape
  31. def parseDefaultType(defaultType: DefaultType): Shape
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def typeOrSchema(map: YMap): Option[YMapEntry]
    Attributes
    protected
    Definition Classes
    RamlTypeEntryParser
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. def [B](y: B): (RamlTypeParser, B)
    Implicit
    This member is added by an implicit conversion from RamlTypeParser to ArrowAssoc[RamlTypeParser] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from RamlTypeEntryParser

Inherited from QuickFieldParserOps

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped