case class DeclarationsGroupEmitter(declared: Seq[DialectDomainElement], publicNodeMapping: PublicNodeMapping, nodeMappable: NodeMappable, instance: DialectInstanceUnit, dialect: Dialect, ordering: SpecOrdering, declarationsPath: Seq[String], aliases: Map[String, (String, String)], keyPropertyId: Option[String] = None, renderOptions: RenderOptions) extends EntryEmitter with AmlEmittersHelper with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DeclarationsGroupEmitter
- Serializable
- Serializable
- Product
- Equals
- AmlEmittersHelper
- EntryEmitter
- Emitter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DeclarationsGroupEmitter(declared: Seq[DialectDomainElement], publicNodeMapping: PublicNodeMapping, nodeMappable: NodeMappable, instance: DialectInstanceUnit, dialect: Dialect, ordering: SpecOrdering, declarationsPath: Seq[String], aliases: Map[String, (String, String)], keyPropertyId: Option[String] = None, renderOptions: RenderOptions)
Type Members
-
type
NodeMappingId = String
- Definition Classes
- AmlEmittersHelper
-
type
RefKey = String
- Definition Classes
- AmlEmittersHelper
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val aliases: Map[String, (String, String)]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
buildReferenceAliasIndexFrom(unit: BaseUnit): Map[RefKey, (Alias, ImportLocation)]
- Attributes
- protected
- Definition Classes
- AmlEmittersHelper
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def computeIdentifier(decl: DialectDomainElement): String
- val declarationsPath: Seq[String]
- val declared: Seq[DialectDomainElement]
-
val
dialect: Dialect
- Definition Classes
- DeclarationsGroupEmitter → AmlEmittersHelper
-
def
emit(b: EntryBuilder): Unit
- Definition Classes
- DeclarationsGroupEmitter → EntryEmitter
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
externalEmitters[T <: AmfObject](model: ExternalContext[T], ordering: SpecOrdering): Seq[EntryEmitter]
- Definition Classes
- AmlEmittersHelper
-
def
extractAliasesFrom(unit: BaseUnit): Map[FullUrl, Alias]
- Attributes
- protected
- Definition Classes
- AmlEmittersHelper
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
findAllNodeMappings(mappableId: String): Seq[NodeMapping]
- Attributes
- protected
- Definition Classes
- AmlEmittersHelper
-
def
findNodeInRegistry(nodeMappingId: String): Option[(Dialect, NodeMappable)]
- Definition Classes
- AmlEmittersHelper
-
def
findNodeMappingById(nodeMappingId: NodeMappingId): (Dialect, NodeMappable)
- Definition Classes
- AmlEmittersHelper
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getImportLocation(unit: BaseUnit, reference: BaseUnit): String
- Attributes
- protected
- Definition Classes
- AmlEmittersHelper
- val instance: DialectInstanceUnit
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val keyPropertyId: Option[String]
-
def
maybeFindNodeMappingById(nodeMappingId: NodeMappingId): Option[(Dialect, NodeMappable)]
- Definition Classes
- AmlEmittersHelper
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nodeMappable: NodeMappable
-
val
nodeMappingCache: HashMap[NodeMappingId, (Dialect, NodeMappable)]
- Definition Classes
- AmlEmittersHelper
-
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
- DeclarationsGroupEmitter → Emitter
- val publicNodeMapping: PublicNodeMapping
-
def
referenceIndexKeyFor(unit: DeclaresModel): RefKey
- Attributes
- protected
- Definition Classes
- AmlEmittersHelper
- val renderOptions: RenderOptions
-
def
sanitize(importLocation: ImportLocation): ImportLocation
- Attributes
- protected
- Definition Classes
- AmlEmittersHelper
- def sortedDeclarations(): Seq[DialectDomainElement]
-
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()