Home | History | Annotate | Download | only in cst

Lines Matching refs:Prototype

19 import com.android.dx.rop.type.Prototype;
35 /** {@code non-null;} the prototype derived from {@code nat} */
36 private final Prototype prototype;
68 this.prototype = Prototype.fromDescriptor(nat.getDescriptor().toHuman());
158 * Gets the {@code Prototype} of the {@code invokedynamic} call site.
160 * @return the {@code invokedynamic} call site prototype
162 public Prototype getPrototype() {
163 return prototype;
172 return prototype.getReturnType();