Home
last modified time | relevance | path

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

/external/emma/core/java12/com/vladium/jcd/cls/
DIAttributeCollection.java40 boolean hasBridge (); in hasBridge() method
DMethod_info.java137 return ((m_access_flags & ACC_BRIDGE) != 0) || m_attributes.hasBridge (); in isBridge()
DAttributeCollection.java42 public final boolean hasBridge () in hasBridge() method in AttributeCollection