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