Packages

case class RamlEndPointSymbolBuilder(actual: EndPoint, all: Seq[EndPoint])(implicit ctx: StructureContext) extends EndPointSymbolBuilder with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, EndPointSymbolBuilder, ExtendsFatherSymbolBuilder[EndPoint], NamedElementSymbolBuilderTrait[EndPoint], StructuredSymbolBuilder[EndPoint], AmfObjectSymbolBuilder[EndPoint], SymbolBuilder[EndPoint], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RamlEndPointSymbolBuilder
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. EndPointSymbolBuilder
  7. ExtendsFatherSymbolBuilder
  8. NamedElementSymbolBuilderTrait
  9. StructuredSymbolBuilder
  10. AmfObjectSymbolBuilder
  11. SymbolBuilder
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RamlEndPointSymbolBuilder(actual: EndPoint, all: Seq[EndPoint])(implicit ctx: StructureContext)

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. val actual: EndPoint
  5. val all: Seq[EndPoint]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def build(name: String): Option[DocumentSymbol]
    Definition Classes
    SymbolBuilder
  8. def build(): Seq[DocumentSymbol]
    Definition Classes
    SymbolBuilder
  9. val children: List[DocumentSymbol]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  11. implicit val ctx: StructureContext
  12. val element: EndPoint
    Definition Classes
    EndPointSymbolBuilderSymbolBuilder
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getExtendsChildren: Seq[DocumentSymbol]
    Attributes
    protected
    Definition Classes
    ExtendsFatherSymbolBuilder
  17. def ignoreFields: List[Field]
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val kind: SymbolKind
    Attributes
    protected
    Definition Classes
    AmfObjectSymbolBuilderSymbolBuilder
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. val optionName: Option[String]
    Attributes
    protected
    Definition Classes
    EndPointSymbolBuilderNamedElementSymbolBuilderTraitSymbolBuilder
  24. val range: Option[Range]
    Attributes
    protected
    Definition Classes
    AmfObjectSymbolBuilderSymbolBuilder
  25. val selectionRange: Option[Range]
    Attributes
    protected
    Definition Classes
    EndPointSymbolBuilderNamedElementSymbolBuilderTraitSymbolBuilder
  26. def skipLoneChild(children: List[DocumentSymbol], name: String): List[DocumentSymbol]
    Attributes
    protected
    Definition Classes
    SymbolBuilder
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from EndPointSymbolBuilder

Inherited from ExtendsFatherSymbolBuilder[EndPoint]

Inherited from NamedElementSymbolBuilderTrait[EndPoint]

Inherited from StructuredSymbolBuilder[EndPoint]

Inherited from AmfObjectSymbolBuilder[EndPoint]

Inherited from SymbolBuilder[EndPoint]

Inherited from AnyRef

Inherited from Any

Ungrouped