Symbol.MethodSymbol, Symbol.PackageSymbol, Symbol.TypeSymbol, Symbol.TypeVariableSymbol, Symbol.VariableSymbol| Constructor and Description |
|---|
Symbol.MethodSymbol(int flags,
String name,
Symbol owner) |
Symbol.MethodSymbol(int flags,
String name,
Type type,
Symbol owner) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTypeParameter(Type.TypeVariableType typeVariableType) |
List<Type> |
getParametersTypes() |
Symbol.TypeSymbol |
getReturnType() |
List<Symbol.TypeSymbol> |
getThrownTypes() |
Boolean |
isOverriden() |
boolean |
isVarArgs() |
void |
setMethodType(Type.MethodType methodType) |
Scope |
typeParameters() |
complete, enclosingClass, flags, getName, getType, isAbstract, isDeprecated, isEnum, isFinal, isFlag, isKind, isPackageVisibility, isPrivate, isPublic, isStatic, metadata, outermostClass, owner, packgepublic Symbol.TypeSymbol getReturnType()
public List<Symbol.TypeSymbol> getThrownTypes()
public Scope typeParameters()
public void setMethodType(Type.MethodType methodType)
public Boolean isOverriden()
public boolean isVarArgs()
public void addTypeParameter(Type.TypeVariableType typeVariableType)
Copyright © 2012–2015 SonarSource. All rights reserved.