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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DConstantTag.java77 public boolean isInterfaceMethod() { return tag == JVM_CONSTANT_InterfaceMethodref; } method in class:ConstantTag
102 public boolean isFieldOrMethod() { return isField() || isMethod() || isInterfaceMethod(); }

Completed in 23 milliseconds