public static interface Symbol.MethodSymbol extends Symbol
Symbol.LabelSymbol, Symbol.MethodSymbol, Symbol.TypeSymbol, Symbol.VariableSymbol| Modifier and Type | Method and Description |
|---|---|
MethodTree |
declaration()
Declaration node of this symbol.
|
List<Type> |
parameterTypes()
Type of parameters declared by this method.
|
Symbol.TypeSymbol |
returnType() |
List<Type> |
thrownTypes()
List of the exceptions that can be thrown by the method.
|
enclosingClass, isAbstract, isDeprecated, isEnum, isFinal, isInterface, isMethodSymbol, isPackageSymbol, isPackageVisibility, isPrivate, isProtected, isPublic, isStatic, isTypeSymbol, isUnknown, isVariableSymbol, isVolatile, metadata, name, owner, type, usagesList<Type> parameterTypes()
Symbol.TypeSymbol returnType()
List<Type> thrownTypes()
@Nullable MethodTree declaration()
Symboldeclaration in interface SymbolCopyright © 2012–2017 SonarSource. All rights reserved.