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

/external/jdiff/src/jdiff/
H A DAPIHandler.java92 XMLToAPI.addClass(className, parentName, isAbstract, getModifiers(attributes));
100 XMLToAPI.addInterface(className, parentName, isAbstract, getModifiers(attributes));
107 XMLToAPI.addCtor(ctorType, getModifiers(attributes));
122 isSynchronized, getModifiers(attributes));
135 value, getModifiers(attributes));
312 public Modifiers getModifiers(Attributes attributes) { method in class:APIHandler

Completed in 12 milliseconds