Searched defs:attCode (Results 1 - 1 of 1) sorted by relevance

/dalvik/dx/src/com/android/dx/cf/code/
H A DConcreteMethod.java56 private final AttCode attCode; field in class:ConcreteMethod
85 this.attCode = (AttCode) attribs.findFirst(AttCode.ATTRIBUTE_NAME);
87 AttributeList codeAttribs = attCode.getAttributes();
198 return attCode.getMaxStack();
207 return attCode.getMaxLocals();
216 return attCode.getCode();
225 return attCode.getCatches();

Completed in 22 milliseconds