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. 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. def accessorName(neighborInfoForNode: NeighborInfoForNode): String
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  7. def completeTypeHierarchy(node: AbstractNodeType): Seq[AbstractNodeType]
  8. def defaultValueCheckImpl[A](memberName: String, default: Default[A]): String
  9. def defaultValueImpl[A](default: Default[A]): String
  10. def deriveCommonRootType(neighborNodeInfos: Set[AbstractNodeType]): Option[AbstractNodeType]
  11. def docAnnotationMaybe(customStepDoc: Option[String]): String
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def escapeIfKeyword(value: String): String
  15. def escapeJava(src: String): String

    escape things like quotes, backslashes, end of comment ('* /' without the space) etc.

  16. 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

  17. def fullScalaType(neighborNode: AbstractNodeType, cardinality: Cardinality): String
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  19. def getCompleteType(cardinality: Cardinality, valueType: String): String
  20. def getCompleteType(containedNode: ContainedNode): String
  21. def getCompleteType[A](property: Property[_]): String
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def isNodeBaseTrait(baseTraits: Seq[NodeBaseType], nodeName: String): Boolean
  25. def lowestCommonAncestor(nodes: Set[AbstractNodeType]): Option[AbstractNodeType]

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

    In theory there can be multiple candidates - we're just returning one of those for now. We want the results to be stable between different codegen runs, so we simply return the first in alphabetical order...

  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  29. def propertyAccessors(properties: Seq[Property[_]]): String
  30. def propertyDefaultCases(properties: Seq[Property[_]]): String
  31. def propertyDefaultValueImpl(propertyDefaultsPath: String, properties: Seq[Property[_]]): String
  32. def propertyKeyDef(name: String, baseType: String, cardinality: Cardinality): String
  33. def quote(string: String): String
  34. def quoted(strings: Iterable[String]): Iterable[String]
  35. val quotes: Char
  36. val scalaReservedKeywords: Set[String]

    obtained from repl via

    obtained from repl via

    :power
    nme.keywords
  37. def scaladocMaybe(comment: Option[String]): String
  38. def singularize(str: String): String
  39. def snakeCase(camelCase: String): String
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. def typeFor(containedNode: ContainedNode): String
  43. def typeFor[A](property: Property[A]): String
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped