JavaAllocator ::= |
new java ( JavaPrimitiveTypes | JavaClassName | CONST_NAME | ( Arguments )? | ( |
Used by: |
Creates a new Java object or Java array. The Java class name can be specified as-is,
or in a constant or a variable. Since the variable name may be confused to be the class
name itself, a
Java arrays can be created with