case class Raml08EndPointEmitter(endpoint: EndPoint, ordering: SpecOrdering, children: ListBuffer[RamlEndPointEmitter] = mutable.ListBuffer(), references: Seq[BaseUnit] = Seq())(implicit ctx: RamlSpecEmitterContext) extends RamlEndPointEmitter with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Raml08EndPointEmitter
- Serializable
- Serializable
- Product
- Equals
- RamlEndPointEmitter
- PartEmitter
- EntryEmitter
- Emitter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Raml08EndPointEmitter(endpoint: EndPoint, ordering: SpecOrdering, children: ListBuffer[RamlEndPointEmitter] = mutable.ListBuffer(), references: Seq[BaseUnit] = Seq())(implicit ctx: RamlSpecEmitterContext)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+=(child: RamlEndPointEmitter): Unit
- Definition Classes
- RamlEndPointEmitter
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val children: ListBuffer[RamlEndPointEmitter]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
emit(b: PartBuilder): Unit
- Definition Classes
- RamlEndPointEmitter → PartEmitter
-
def
emit(b: EntryBuilder): Unit
- Definition Classes
- RamlEndPointEmitter → EntryEmitter
-
def
emitters(fs: Fields): ListBuffer[EntryEmitter]
- Attributes
- protected
- Definition Classes
- Raml08EndPointEmitter → RamlEndPointEmitter
-
val
endpoint: EndPoint
- Definition Classes
- Raml08EndPointEmitter → RamlEndPointEmitter
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
keyParameter: String
- Attributes
- protected
- Definition Classes
- Raml08EndPointEmitter → RamlEndPointEmitter
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val ordering: SpecOrdering
-
def
position(): Position
- Definition Classes
- RamlEndPointEmitter → Emitter
- val references: Seq[BaseUnit]
-
implicit
val
spec: RamlSpecEmitterContext
- Definition Classes
- RamlEndPointEmitter
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()