Calling a class method
When a class method is called, the first argument must be an instance of an appropriate class.
(jcall "nextToken” tokenizer)
(jcall
(jmeth "java.util.StringTokenizer”
"nextToken")
tokenizer)
Previous slide
Next slide
Back to first slide
View graphic version