Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/cf/code/
DConcreteMethod.java47 private final AttCode attCode; field in ConcreteMethod
71 this.attCode = (AttCode) attribs.findFirst(AttCode.ATTRIBUTE_NAME); in ConcreteMethod()
73 AttributeList codeAttribs = attCode.getAttributes(); in ConcreteMethod()
201 return attCode.getMaxStack(); in getMaxStack()
210 return attCode.getMaxLocals(); in getMaxLocals()
219 return attCode.getCode(); in getCode()
228 return attCode.getCatches(); in getCatches()