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, usages
List<Type> parameterTypes()
Symbol.TypeSymbol returnType()
List<Type> thrownTypes()
@Nullable MethodTree declaration()
Symbol
declaration
in interface Symbol
Copyright © 2012–2016 SonarSource. All rights reserved.