Home | History | Annotate | Download | only in dex

Lines Matching full:identifier

99     // identifier.
100 private String identifier;
303 String name = identifier.intern();
383 qualIdent.append(identifier).append("/");
387 qualIdent.append(this.identifier);
415 qualIdent.append("$").append(identifier);
491 identifier, declaration)) {
496 declaration = getDeclarationOfTypeVariable(identifier,
499 declaration = getDeclarationOfTypeVariable(identifier,
503 factory.getTypeVariable(identifier, declaration);
506 return factory.getTypeVariableReference(identifier, declaration);
619 // PRE: symbol is the first char of the identifier.
620 // POST: symbol = the next symbol AFTER the identifier.
633 identifier = identBuf.toString();
638 identifier = identBuf.toString();