KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > netbeans > test > java > hints > CastOrMethodInvocation58494h


1 package org.netbeans.test.java.hints;
2
3 /**
4  * @author leon chiver
5  */

6 public class CastOrMethodInvocation58494h {
7     
8     public CastOrMethodInvocation58494h() {
9         CastOrMethodInvocation58494hUsee usee;
10         Object JavaDoc o = null;
11         usee.doStuff(o);
12     }
13     
14 }
15
Popular Tags