class RAML08ASTFactory extends RAMLASTFactory

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

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. var STRICT: Boolean
    Definition Classes
    RAMLASTFactory
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def builtInFacetValue(name: String, shape: Shape): Option[Any]
    Definition Classes
    RAMLASTFactoryIASTFactory
  7. val builtinFacetMatchers: Map[String, IPropertyMatcher]
    Definition Classes
    RAMLASTFactory
  8. def builtinSuperType(shape: Shape): Option[ITypeDefinition]
    Definition Classes
    RAMLASTFactoryIASTFactory
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def determineRootType(baseUnit: BaseUnit, nominalType: Option[ITypeDefinition]): Option[ITypeDefinition]
    Definition Classes
    RAML08ASTFactoryIASTFactory
  11. def determineUnit(obj: AmfObject, unit: IASTUnit): IASTUnit
    Definition Classes
    DefaultASTFactory
  12. def determineUserType(amfNode: AmfObject, nodeProperty: Option[IProperty], parent: Option[IHighLevelNode], _bundle: ITypeCollectionBundle): Option[ITypeDefinition]
    Definition Classes
    RAML08ASTFactoryIASTFactory
  13. def discriminate(clazz: ITypeDefinition, amfNode: AmfObject, nominalType: Option[ITypeDefinition]): ITypeDefinition
    Definition Classes
    RAML08ASTFactoryIASTFactory
  14. def discriminateShape(shape: Shape, universe: IUniverse): Option[ITypeDefinition]
    Definition Classes
    RAML08ASTFactoryIASTFactory
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def format: Vendor
    Definition Classes
    RAML08ASTFactoryRAMLASTFactoryIASTFactory
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  20. def getInitializer(t: ITypeDefinition, propertyName: String): Option[INodeInitializer]
    Definition Classes
    DefaultASTFactory
  21. def getInitializerByTypeName(typeName: String, propertyName: String): Option[INodeInitializer]
    Definition Classes
    DefaultASTFactory
  22. def getMatcher(t: ITypeDefinition, propertyName: String): Option[IPropertyMatcher]
    Definition Classes
    DefaultASTFactory
  23. def getMatcherByTypeName(typeName: String, propertyName: String): Option[IPropertyMatcher]
    Definition Classes
    DefaultASTFactory
  24. def getPropertyValues(node: IHighLevelNode, amfNode: AmfObject, baseUnit: BaseUnit, prop: IProperty, bundle: ITypeCollectionBundle): Seq[BasicASTNode]
    Definition Classes
    DefaultASTFactoryIASTFactory
  25. def getPropertyValues(node: IHighLevelNode, prop: IProperty, bundle: ITypeCollectionBundle): Seq[BasicASTNode]
    Definition Classes
    DefaultASTFactoryIASTFactory
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  27. def init(): Future[Unit]
    Attributes
    protected
    Definition Classes
    RAML08ASTFactoryRAMLASTFactoryIASTFactory
  28. def initNode(hlNode: IHighLevelNode): Unit
    Definition Classes
    DefaultASTFactory
  29. val initializers: Map[String, Map[String, INodeInitializer]]
    Definition Classes
    DefaultASTFactory
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. val matchers: Map[String, Map[String, IPropertyMatcher]]
    Definition Classes
    DefaultASTFactory
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. def newChild(node: IHighLevelNode, prop: IProperty, typeHint: Option[ITypeDefinition] = None): Option[BasicASTNode]
    Definition Classes
    DefaultASTFactoryIASTFactory
  34. final def notify(): Unit
    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  36. def registerInitializer(typeName: String, propertyName: String, matcher: INodeInitializer): Unit
    Definition Classes
    DefaultASTFactory
  37. def registerPropertyMatcher(typeName: String, propertyName: String, field: Field): Unit
    Definition Classes
    DefaultASTFactory
  38. def registerPropertyMatcher(typeName: String, propertyName: String, matcher: IPropertyMatcher): Unit
    Definition Classes
    DefaultASTFactory
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. val thisMethodBaseMatcher: IPropertyMatcher
    Definition Classes
    RAMLASTFactory
  41. val thisResourceBaseMatcher: IPropertyMatcher
    Definition Classes
    RAMLASTFactory
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. var universe: Option[IUniverse]
    Definition Classes
    RAMLASTFactory
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from RAMLASTFactory

Inherited from DefaultASTFactory

Inherited from IASTFactory

Inherited from AnyRef

Inherited from Any

Ungrouped