Searched refs:kindname (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DResolve.java1995 KindName kindname = isConstructor ? KindName.CONSTRUCTOR : absentKind(kind);
1997 String errKey = getErrorKey(kindname, typeargtypes.nonEmpty(), hasLocation);
2000 errKey, kindname, idname, //symbol kindname, name
2002 getLocationDiag(location, site)); //location kindname, type
2006 errKey, kindname, idname, //symbol kindname, name
2011 private String getErrorKey(KindName kindname, boolean hasTypeArgs, boolean hasLocation) { argument
2014 switch (kindname) {

Completed in 1086 milliseconds