object JavaCode
Utility functions for creating JavaCode fragments.
- Alphabetic
- By Inheritance
- JavaCode
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def boxedType(dataType: DataType): Inline
Create an
Inlinefor boxed Java Type name. - def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- 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.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def expression(code: String, javaClass: Class[_]): SimpleExprValue
Create an expression fragment.
- def expression(code: String, dataType: DataType): SimpleExprValue
Create an expression fragment.
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def global(name: String, javaClass: Class[_]): GlobalValue
Create a global java variable.
- def global(name: String, dataType: DataType): GlobalValue
Create a global java variable.
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isNullExpression(code: String): SimpleExprValue
Create a isNull expression fragment.
- def isNullGlobal(name: String): GlobalValue
Create a global isNull variable.
- def isNullVariable(name: String): VariableValue
Create a local isNull variable.
- def javaType(dataType: DataType): Inline
Create an
Inlinefor Java Type name. - def javaType(javaClass: Class[_]): Inline
Create an
Inlinefor Java Class name. - def literal(v: String, dataType: DataType): LiteralValue
Create a java literal.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def variable(name: String, javaClass: Class[_]): VariableValue
Create a local java variable.
- def variable(name: String, dataType: DataType): VariableValue
Create a local java variable.
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()