Home
last modified time | relevance | path

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

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DMethodGen.java666 final Attribute[] code_attrs = getCodeAttributes(); in getMethod() local
670 for (final Attribute code_attr : code_attrs) { in getMethod()
687 max_stack, max_locals, byte_code, c_exc, code_attrs, _cp.getConstantPool()); in getMethod()