@Beta public class Usage extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Usage.Kind |
| Modifier and Type | Method and Description |
|---|---|
static Usage |
create(IdentifierTree symbolTree,
Usage.Kind kind) |
IdentifierTree |
identifierTree() |
boolean |
isDeclaration() |
boolean |
isWrite() |
Usage.Kind |
kind() |
Symbol |
symbol() |
public Symbol symbol()
public Usage.Kind kind()
public IdentifierTree identifierTree()
public static Usage create(IdentifierTree symbolTree, Usage.Kind kind)
public boolean isDeclaration()
public boolean isWrite()
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.