Searched refs:constVarName (Results 1 – 3 of 3) sorted by relevance
571 Tree.ConstVarName constVarName = (Tree.ConstVarName) qualIdent(); in annotation() local572 if (constVarName == null) { in annotation()575 ImmutableList<Ident> name = constVarName.name(); in annotation()
199 public Void visitConstVarName(Tree.ConstVarName constVarName, Void input) { in visitConstVarName() argument200 append(Joiner.on('.').join(constVarName.name())); in visitConstVarName()
1284 O visitConstVarName(ConstVarName constVarName, I input); in visitConstVarName() argument