Packages

object Helpers

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Helpers
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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 camelCase(snakeCase: String): String
  6. def camelCaseCaps(snakeCase: String): String
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def completeTypeHierarchy(node: AbstractNodeType): Seq[AbstractNodeType]
  9. def deriveCommonRootType(neighborNodeInfos: Set[AbstractNodeType]): String
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def escapeIfKeyword(value: String): String
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. def findSharedRoot(nodeTypes: Set[AbstractNodeType]): Option[AbstractNodeType]

    from the given node types, find one that is part of the complete type hierarchy of *all* other node types

  15. def fullScalaType(neighborNode: AbstractNodeType, cardinality: Cardinality): String
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def getCompleteType(containedNode: ContainedNode): String
  18. def getCompleteType(property: schema.Property): String
  19. def getHigherType(cardinality: Cardinality): schema.HigherValueType.Value
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def isNodeBaseTrait(baseTraits: List[NodeBaseType], nodeName: String): Boolean
  23. def lowestCommonAncestor(nodes: Set[AbstractNodeType]): Option[AbstractNodeType]

    in theory there can be multiple candidates - we're just returning one of those for now

  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def propertyBasedFields(properties: Seq[schema.Property]): String
  28. val propertyErrorRegisterImpl: String
  29. def propertyKeyDef(name: String, baseType: String, cardinality: Cardinality): String
  30. def propertyUnsetValue(cardinality: Cardinality): String
  31. def quoted(strings: Iterable[String]): Iterable[String]
  32. val scalaReservedKeywords: Set[String]

    obtained from repl via

    obtained from repl via

    :power
    nme.keywords
  33. def singularize(str: String): String
  34. def snakeCase(camelCase: String): String

    Converts from camelCase to snake_case e.g.: camelCase => camel_case

    Converts from camelCase to snake_case e.g.: camelCase => camel_case

    copy pasted from https://gist.github.com/sidharthkuruvila/3154845#gistcomment-2622928

  35. def stringToOption(s: String): Option[String]
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def typeFor(valueType: ValueTypes): String
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped