com.opendatagroup.hadrian.jvmcompiler

JVMNameMangle

object JVMNameMangle

Collection of functions for prefixing names in Java, to avoid name conflicts.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JVMNameMangle
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def c(cellName: String): String

    Prefixes cell names with "c_" to avoid name conflicts.

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def f(functionName: String): String

    Prefixes user-defined function names with "f_" to avoid name conflicts.

  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  19. def p(poolName: String): String

    Prefixes pool names with "p_" to avoid name conflicts.

  20. def par(parameterName: String): String

    Prefixes function parameter names with "par_" to avoid name conflicts.

  21. def s(symbolName: String): String

    Prefixes symbol names (variables) with "s_" to avoid name conflicts.

  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  23. def t(namespace: String, name: String, qualified: Boolean): String

    Fully qualifies Avro type names (but does not prefix them, because those names can be used outside of PFA).

    Fully qualifies Avro type names (but does not prefix them, because those names can be used outside of PFA).

    namespace

    optional namespace (null or empty string are taken as no namespace)

    name

    name of the type

    qualified

    if true, apply qualification; if false, just pass through

  24. def t(namespace: Option[String], name: String, qualified: Boolean): String

    Fully qualifies Avro type names (but does not prefix them, because those names can be used outside of PFA).

    Fully qualifies Avro type names (but does not prefix them, because those names can be used outside of PFA).

    namespace

    optional namespace

    name

    name of the type

    qualified

    if true, apply qualification; if false, just pass through

  25. def toString(): String

    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped