public static class Instruction.FieldOrMethod extends Object
| Modifier and Type | Field | Description |
|---|---|---|
String |
desc |
|
String |
name |
|
String |
owner |
|
boolean |
ownerIsInterface |
| Constructor | Description |
|---|---|
FieldOrMethod(String owner,
String name,
String desc) |
|
FieldOrMethod(String owner,
String name,
String desc,
boolean ownerIsInterface) |
Copyright © 2012–2018 SonarSource. All rights reserved.