@return the method reference of this invoke. @see MethodRef
()
| 99 | * @see MethodRef |
| 100 | */ |
| 101 | public MethodRef getMethodRef() { |
| 102 | return invokeExp.getMethodRef(); |
| 103 | } |
| 104 | |
| 105 | public boolean isVirtual() { |
| 106 | return invokeExp instanceof InvokeVirtual; |
no outgoing calls
no test coverage detected