equal
deleted
inserted
replaced
80 // ignore caller and name, but match the type: |
80 // ignore caller and name, but match the type: |
81 return new ConstantCallSite(printArgs.asType(type)); |
81 return new ConstantCallSite(printArgs.asType(type)); |
82 } |
82 } |
83 }</pre></blockquote> |
83 }</pre></blockquote> |
84 * @author John Rose, JSR 292 EG |
84 * @author John Rose, JSR 292 EG |
|
85 * @since 1.7 |
85 */ |
86 */ |
86 abstract |
87 abstract |
87 public class CallSite { |
88 public class CallSite { |
88 |
89 |
89 // The actual payload of this call site: |
90 // The actual payload of this call site: |