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, ExtendsFatherSymbolBuilder[EndPoint], NamedElementSymbolBuilderTrait[EndPoint], ParamPayloadDecomposeSymbolBuilders[EndPoint], AmfObjSymbolBuilder[EndPoint], FatherSymbolBuilder[EndPoint], ElementSymbolBuilder[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. ParamPayloadDecomposeSymbolBuilders
  10. AmfObjSymbolBuilder
  11. FatherSymbolBuilder
  12. ElementSymbolBuilder
  13. AnyRef
  14. 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 bodySymbols: Option[DocumentSymbol]
    Attributes
    protected
    Definition Classes
    ParamPayloadDecomposeSymbolBuilders
  8. def build(): Seq[DocumentSymbol]
  9. def children: List[DocumentSymbol]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  11. def customBuilders: Seq[CustomBuilder]
    Definition Classes
    FatherSymbolBuilder
  12. val element: EndPoint
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. implicit val factory: BuilderFactory
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def formDataSymbols: Option[DocumentSymbol]
    Attributes
    protected
    Definition Classes
    ParamPayloadDecomposeSymbolBuilders
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def getCustomFromFieldEntry(fe: FieldEntry): Option[Seq[DocumentSymbol]]
    Definition Classes
    FatherSymbolBuilder
  19. def getExtendsChildren: Seq[DocumentSymbol]
    Attributes
    protected
    Definition Classes
    ExtendsFatherSymbolBuilder
  20. def ignoreFields: List[Field]
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. val name: String
    Attributes
    protected
    Definition Classes
    EndPointSymbolBuilderNamedElementSymbolBuilderTraitAmfObjSymbolBuilder
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. val payloadField: Field
    Attributes
    protected
    Definition Classes
    ParamPayloadDecomposeSymbolBuilders
  27. def payloadSymbols: Option[DocumentSymbol]
    Attributes
    protected
    Definition Classes
    ParamPayloadDecomposeSymbolBuilders
  28. def range: Option[PositionRange]
    Attributes
    protected
    Definition Classes
    AmfObjSymbolBuilder
  29. val selectionRange: Option[PositionRange]
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. 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 ParamPayloadDecomposeSymbolBuilders[EndPoint]

Inherited from AmfObjSymbolBuilder[EndPoint]

Inherited from FatherSymbolBuilder[EndPoint]

Inherited from ElementSymbolBuilder[EndPoint]

Inherited from AnyRef

Inherited from Any

Ungrouped