Home
last modified time | relevance | path

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

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DMethodGen.java215 final Attribute[] c_attributes = c.getAttributes(); in MethodGen() local
216 for (final Attribute c_attribute : c_attributes) { in MethodGen()