KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > netbeans > modules > java > editor > semantic > data > SuperIsKeyword


1 package org.netbeans.modules.java.editor.semantic.data;
2
3 public class SuperIsKeyword {
4     
5     public int hashCode() {
6         return super.hashCode();
7     }
8     
9 }
10
Popular Tags