Home | History | Annotate | Download | only in statics

Lines Matching refs:LoadClass

81 import org.apache.bcel.generic.LoadClass;
516 * Assures the generic preconditions of a LoadClass instance.
520 public void visitLoadClass(final LoadClass o) {
1137 // INVOKEINTERFACE is a LoadClass; the Class where the referenced method is declared in,
1214 // INVOKESPECIAL is a LoadClass; the Class where the referenced method is declared in,
1273 // INVOKESTATIC is a LoadClass; the Class where the referenced method is declared in,
1298 // INVOKEVIRTUAL is a LoadClass; the Class where the referenced method is declared in,