abstract class DefaultASTFactory extends IASTFactory

Linear Supertypes
IASTFactory, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DefaultASTFactory
  2. IASTFactory
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DefaultASTFactory()

Abstract Value Members

  1. abstract def builtInFacetValue(name: String, shape: Shape): Option[Any]
    Definition Classes
    IASTFactory
  2. abstract def builtinSuperType(shape: Shape): Option[ITypeDefinition]
    Definition Classes
    IASTFactory
  3. abstract def determineRootType(baseUnit: BaseUnit, nominalType: Option[ITypeDefinition]): Option[ITypeDefinition]
    Definition Classes
    IASTFactory
  4. abstract def determineUserType(amfNode: AmfObject, nodeProperty: Option[IProperty], parent: Option[IHighLevelNode], _bundle: ITypeCollectionBundle): Option[ITypeDefinition]
    Definition Classes
    IASTFactory
  5. abstract def discriminateShape(shape: Shape, universe: IUniverse): Option[ITypeDefinition]
    Definition Classes
    IASTFactory
  6. abstract def format: Vendor
    Definition Classes
    IASTFactory
  7. abstract def init(): Future[Unit]
    Attributes
    protected
    Definition Classes
    IASTFactory

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def determineUnit(obj: AmfObject, unit: IASTUnit): IASTUnit
  7. def discriminate(clazz: ITypeDefinition, amfNode: AmfObject, nominalType: Option[ITypeDefinition]): ITypeDefinition
    Definition Classes
    IASTFactory
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  12. def getInitializer(t: ITypeDefinition, propertyName: String): Option[INodeInitializer]
  13. def getInitializerByTypeName(typeName: String, propertyName: String): Option[INodeInitializer]
  14. def getMatcher(t: ITypeDefinition, propertyName: String): Option[IPropertyMatcher]
  15. def getMatcherByTypeName(typeName: String, propertyName: String): Option[IPropertyMatcher]
  16. def getPropertyValues(node: IHighLevelNode, amfNode: AmfObject, baseUnit: BaseUnit, prop: IProperty, bundle: ITypeCollectionBundle): Seq[BasicASTNode]
    Definition Classes
    DefaultASTFactoryIASTFactory
  17. def getPropertyValues(node: IHighLevelNode, prop: IProperty, bundle: ITypeCollectionBundle): Seq[BasicASTNode]
    Definition Classes
    DefaultASTFactoryIASTFactory
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  19. def initNode(hlNode: IHighLevelNode): Unit
  20. val initializers: Map[String, Map[String, INodeInitializer]]
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. val matchers: Map[String, Map[String, IPropertyMatcher]]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def newChild(node: IHighLevelNode, prop: IProperty, typeHint: Option[ITypeDefinition] = None): Option[BasicASTNode]
    Definition Classes
    DefaultASTFactoryIASTFactory
  25. final def notify(): Unit
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  27. def registerInitializer(typeName: String, propertyName: String, matcher: INodeInitializer): Unit
  28. def registerPropertyMatcher(typeName: String, propertyName: String, field: Field): Unit
  29. def registerPropertyMatcher(typeName: String, propertyName: String, matcher: IPropertyMatcher): Unit
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from IASTFactory

Inherited from AnyRef

Inherited from Any

Ungrouped