Packages

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

Linear Supertypes
Serializable, Serializable, Product, Equals, EndPointSymbolBuilder, NamedElementSymbolBuilder, NamedElementSymbolBuilderTrait[NamedDomainElement], AmfObjSymbolBuilder[NamedDomainElement], FatherSymbolBuilder[NamedDomainElement], ElementSymbolBuilder[NamedDomainElement], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RamlEndPointSymbolBuilder
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. EndPointSymbolBuilder
  7. NamedElementSymbolBuilder
  8. NamedElementSymbolBuilderTrait
  9. AmfObjSymbolBuilder
  10. FatherSymbolBuilder
  11. ElementSymbolBuilder
  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 factory: BuilderFactory)

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(): Seq[DocumentSymbol]
  8. def children: List[DocumentSymbol]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. def customFieldFilters: Seq[(FieldEntry) ⇒ Boolean]
    Definition Classes
    FatherSymbolBuilder
  11. val element: EndPoint
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. implicit val factory: BuilderFactory
  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 ignoreFields: List[Field]
    Definition Classes
    FatherSymbolBuilder
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val name: String
    Attributes
    protected
    Definition Classes
    EndPointSymbolBuilderNamedElementSymbolBuilderTraitAmfObjSymbolBuilder
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def range: Option[PositionRange]
    Attributes
    protected
    Definition Classes
    AmfObjSymbolBuilder
  23. val selectionRange: Option[PositionRange]
    Attributes
    protected
    Definition Classes
    EndPointSymbolBuilderNamedElementSymbolBuilderTraitAmfObjSymbolBuilder
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. 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 NamedElementSymbolBuilder

Inherited from NamedElementSymbolBuilderTrait[NamedDomainElement]

Inherited from AmfObjSymbolBuilder[NamedDomainElement]

Inherited from FatherSymbolBuilder[NamedDomainElement]

Inherited from ElementSymbolBuilder[NamedDomainElement]

Inherited from AnyRef

Inherited from Any

Ungrouped