Packages

object JavaCode

Utility functions for creating JavaCode fragments.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JavaCode
  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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def boxedType(dataType: DataType): Inline

    Create an Inline for boxed Java Type name.

  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def defaultLiteral(dataType: DataType): LiteralValue

    Create a default literal.

    Create a default literal. This is null for reference types, false for boolean types and -1 for other primitive types.

  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def expression(code: String, javaClass: Class[_]): SimpleExprValue

    Create an expression fragment.

  11. def expression(code: String, dataType: DataType): SimpleExprValue

    Create an expression fragment.

  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def global(name: String, javaClass: Class[_]): GlobalValue

    Create a global java variable.

  15. def global(name: String, dataType: DataType): GlobalValue

    Create a global java variable.

  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def isNullExpression(code: String): SimpleExprValue

    Create a isNull expression fragment.

  19. def isNullGlobal(name: String): GlobalValue

    Create a global isNull variable.

  20. def isNullVariable(name: String): VariableValue

    Create a local isNull variable.

  21. def javaType(dataType: DataType): Inline

    Create an Inline for Java Type name.

  22. def javaType(javaClass: Class[_]): Inline

    Create an Inline for Java Class name.

  23. def literal(v: String, dataType: DataType): LiteralValue

    Create a java literal.

  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. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. def variable(name: String, javaClass: Class[_]): VariableValue

    Create a local java variable.

  30. def variable(name: String, dataType: DataType): VariableValue

    Create a local java variable.

  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped