Class

io.atomicbits.scraml.generator.platform.typescript

TypeScript

Related Doc: package typescript

Permalink

case class TypeScript() extends Platform with CleanNameTools with Product with Serializable

Created by peter on 15/12/17.

Linear Supertypes
Serializable, Serializable, Product, Equals, CleanNameTools, Platform, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TypeScript
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. CleanNameTools
  7. Platform
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TypeScript()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apiBaseDir: String

    Permalink
    Definition Classes
    Platform
  5. def apiBasePackage: String

    Permalink
    Definition Classes
    Platform
  6. val apiBasePackageParts: List[String]

    Permalink
    Definition Classes
    TypeScriptPlatform
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def camelCased(dirtyName: String): String

    Permalink
    Definition Classes
    CleanNameTools
  9. def classDefinition(classPointer: ClassPointer, fullyQualified: Boolean): String

    Permalink

    The definition of a class.

    The definition of a class. E.g. List[String] or List<String> or Element or PagedList<T> or PagedList[Element] or their fully qualified verions E.g. List[String] or java.util.List<String> or io.atomicbits.Element or io.atomicbits.PagedList<T> or io.atomicbits.PagedList[Element]

    Definition Classes
    TypeScriptPlatform
  10. def classFileExtension: String

    Permalink
    Definition Classes
    TypeScriptPlatform
  11. def className(classPointer: ClassPointer): String

    Permalink
    Definition Classes
    TypeScriptPlatform
  12. def classPointerToNativeClassReference(classPointer: ClassPointer): ClassReference

    Permalink
    Definition Classes
    TypeScriptPlatform
  13. def cleanClassName(dirtyName: String): String

    Permalink
    Definition Classes
    CleanNameTools
  14. def cleanClassNameFromFileName(fileName: String): String

    Permalink
    Definition Classes
    CleanNameTools
  15. def cleanEnumName: (String) ⇒ String

    Permalink
    Definition Classes
    CleanNameTools
  16. def cleanFieldName(dirtyName: String): String

    Permalink
    Definition Classes
    CleanNameTools
  17. def cleanMethodName: (String) ⇒ String

    Permalink
    Definition Classes
    CleanNameTools
  18. def cleanPackageName(dirtyName: String): String

    Permalink
    Definition Classes
    CleanNameTools
  19. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. def dslBaseDir: String

    Permalink
    Definition Classes
    Platform
  21. def dslBasePackage: String

    Permalink
    Definition Classes
    Platform
  22. def dslBasePackageParts: List[Nothing]

    Permalink
    Definition Classes
    TypeScriptPlatform
  23. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. def escapeTypeScriptKeyword(someName: String, escape: String = "$"): String

    Permalink
  25. def fieldDeclaration(field: Field): String

    Permalink
    Definition Classes
    TypeScriptPlatform
  26. def fieldDeclarationWithDefaultValue(field: Field): String

    Permalink
    Definition Classes
    TypeScriptPlatform
  27. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. def fullyQualifiedName(classPointer: ClassPointer): String

    Permalink
    Definition Classes
    TypeScriptPlatform
  29. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  30. def implementingInterfaceReference(classReference: ClassReference): Nothing

    Permalink

    The implementing interface reference is the reference to the class (transfer object class) that implements the interface that replaces it in a multiple inheritance relation (and in Scala also in a regular inheritance relation).

    The implementing interface reference is the reference to the class (transfer object class) that implements the interface that replaces it in a multiple inheritance relation (and in Scala also in a regular inheritance relation). E.g. AnimalImpl implements Animal --> Here, 'Animal' is the interface where resources and cross referencing inside TO's point to.

    Definition Classes
    TypeScriptPlatform
  31. def importStatements(targetClassReference: ClassPointer, dependencies: Set[ClassPointer]): Set[String]

    Permalink
    Definition Classes
    TypeScriptPlatform
  32. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  33. def mapSourceFiles(sources: Set[SourceFile], combinedSourcesFileName: Option[String] = None): Set[SourceFile]

    Permalink

    Platform specific mapping from the generated sourcefiles.

    Platform specific mapping from the generated sourcefiles. Mostly the original sources will be kept, hence the default implementation. Other platforms will map the sources into a single file (e.g. typescript).

    Definition Classes
    TypeScriptPlatform
  34. val name: String

    Permalink
    Definition Classes
    TypeScriptPlatform
  35. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  36. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  38. def packageName(classPointer: ClassPointer): String

    Permalink
    Definition Classes
    TypeScriptPlatform
  39. implicit val platform: TypeScript

    Permalink
  40. def quoteString(text: String): String

    Permalink
    Definition Classes
    CleanNameTools
  41. val reservedKeywords: Set[String]

    Permalink
    Definition Classes
    TypeScriptPlatform
  42. def rewrittenDslBasePackage: List[Nothing]

    Permalink
    Definition Classes
    TypeScriptPlatform
  43. def safeFieldName(fieldName: String): String

    Permalink
    Definition Classes
    TypeScriptPlatform
  44. def safeFieldName(field: Field): String

    Permalink
    Definition Classes
    Platform
  45. def safePackageParts(classPointer: ClassPointer): List[String]

    Permalink
    Definition Classes
    TypeScriptPlatform
  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  47. def toFilePath(classPointer: ClassPointer): Path

    Permalink

    Transforms a given class reference to a file path.

    Transforms a given class reference to a file path. The given class reference already has clean package and class names.

    classPointer

    The class reference for which a file path is generated.

    returns

    The relative file name for the given class.

    Definition Classes
    TypeScriptPlatform
  48. def toSourceFile(generationAggr: GenerationAggr, unionClassDefinition: UnionClassDefinition): GenerationAggr

    Permalink
    Definition Classes
    TypeScriptPlatform
  49. def toSourceFile(generationAggr: GenerationAggr, headerSegmentClassDefinition: HeaderSegmentClassDefinition): GenerationAggr

    Permalink
    Definition Classes
    TypeScriptPlatform
  50. def toSourceFile(generationAggr: GenerationAggr, resourceClassDefinition: ResourceClassDefinition): GenerationAggr

    Permalink
    Definition Classes
    TypeScriptPlatform
  51. def toSourceFile(generationAggr: GenerationAggr, clientClassDefinition: ClientClassDefinition): GenerationAggr

    Permalink
    Definition Classes
    TypeScriptPlatform
  52. def toSourceFile(generationAggr: GenerationAggr, enumDefinition: EnumDefinition): GenerationAggr

    Permalink
    Definition Classes
    TypeScriptPlatform
  53. def toSourceFile(generationAggr: GenerationAggr, toInterfaceDefinition: TransferObjectInterfaceDefinition): GenerationAggr

    Permalink
    Definition Classes
    TypeScriptPlatform
  54. def toSourceFile(generationAggr: GenerationAggr, toClassDefinition: TransferObjectClassDefinition): GenerationAggr

    Permalink
    Definition Classes
    TypeScriptPlatform
  55. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from CleanNameTools

Inherited from Platform

Inherited from AnyRef

Inherited from Any

Ungrouped