next up previous
Next: Operator new Up: Java language Binding Previous: Accessing global variable

Operators

 

Table 2 summarize the operators which is new to or overloaded from Java, and their functionalities in HPJava.

   table304
Table 2: Operator

The first three items are used upon built-in classes in HPJava. Though we list symbol : here, it is different from other operators. As we introduced earlier, when it is used on integer, no value in Java type is returned, only a triplet expression is formed. The next four items are concerned with defining and accessing global data. We consider [] as an operator on array reference here.

There are two things we need to pay attention to in this section.





Guansong Zhang
Mon Dec 15 14:11:59 EST 1997