This is an old revision of the document!
Access Methods
| Keyword | Meaning | Invocation |
|---|---|---|
| Static | Used to indicate a class method. | From within the same class - just use the method name. From outside the class - classname.methodname |
java:scope
This is an old revision of the document!
| Keyword | Meaning | Invocation |
|---|---|---|
| Static | Used to indicate a class method. | From within the same class - just use the method name. From outside the class - classname.methodname |