|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonar.java.resolve.Symbol
org.sonar.java.resolve.Symbol.MethodSymbol
public static class Symbol.MethodSymbol
Represents a method, constructor or initializer (static or instance).
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.sonar.java.resolve.Symbol |
|---|
Symbol.MethodSymbol, Symbol.PackageSymbol, Symbol.TypeSymbol, Symbol.VariableSymbol |
| Field Summary |
|---|
| Fields inherited from class org.sonar.java.resolve.Symbol |
|---|
ABSENT, AMBIGUOUS, ERRONEOUS, MTH, PCK, TYP, VAR |
| Constructor Summary | |
|---|---|
Symbol.MethodSymbol(int flags,
String name,
Symbol owner)
|
|
Symbol.MethodSymbol(int flags,
String name,
Type type,
Symbol owner)
|
|
| Method Summary | |
|---|---|
Symbol.TypeSymbol |
getReturnType()
|
List<Symbol.TypeSymbol> |
getThrownTypes()
|
| Methods inherited from class org.sonar.java.resolve.Symbol |
|---|
complete, enclosingClass, flags, outermostClass, owner, packge |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Symbol.MethodSymbol(int flags,
String name,
Type type,
Symbol owner)
public Symbol.MethodSymbol(int flags,
String name,
Symbol owner)
| Method Detail |
|---|
public Symbol.TypeSymbol getReturnType()
public List<Symbol.TypeSymbol> getThrownTypes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||