Searched refs:constantIntegerCount (Results 1 – 2 of 2) sorted by relevance
126 public int constantIntegerCount = 0; field in CounterVisitor222 constantIntegerCount++; in visitConstantInteger()
78 assertEquals("constantIntegerCount", 0, getVisitor().constantIntegerCount); in testConstantIntegerCount()