Limitations

Previous Next

See Also

· The physical method calls use the same syntax as would be used in Java but limited to a single method invocation (e.g. object.toString() is allowed but object.toString().toLower() is not allowed).

 

· The physical method syntax does not support formal declaration of objects. In other words, all variables assigned in the physical method syntax belong to the Java class: Object.