Searched defs:IdentifierToken (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DIdentifierToken.java41 class IdentifierToken { class
46 public IdentifierToken(long where, Identifier id) { method in class:IdentifierToken
54 public IdentifierToken(Identifier id) { method in class:IdentifierToken
59 public IdentifierToken(long where, Identifier id, int modifiers) { method in class:IdentifierToken
88 public static long getWhere(IdentifierToken id, long defaultWhere) {

Completed in 38 milliseconds