Home
last modified time | relevance | path

Searched refs:constantMethodrefCount (Results 1 – 2 of 2) sorted by relevance

/external/apache-commons-bcel/src/test/java/org/apache/bcel/visitors/
DCounterVisitor.java122 public int constantMethodrefCount = 0; field in CounterVisitor
240 constantMethodrefCount++; in visitConstantMethodref()
/external/apache-commons-bcel/src/test/java/org/apache/bcel/
DCounterVisitorTestCase.java93 assertEquals("constantMethodrefCount", 1, getVisitor().constantMethodrefCount); in testConstantMethodrefCount()