|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Type | |
|---|---|
| org.sonar.java.resolve | |
| Uses of Type in org.sonar.java.resolve |
|---|
| Subclasses of Type in org.sonar.java.resolve | |
|---|---|
static class |
Type.ArrayType
|
static class |
Type.ClassType
|
static class |
Type.MethodType
|
| Methods in org.sonar.java.resolve that return Type | |
|---|---|
Type |
Symbol.TypeSymbol.getSuperclass()
|
Type |
ExpressionVisitor.getType(com.sonar.sslr.api.AstNode astNode)
Returns type associated with given AST node. |
| Methods in org.sonar.java.resolve that return types with arguments of type Type | |
|---|---|
List<Type> |
Symbol.TypeSymbol.getInterfaces()
|
| Methods in org.sonar.java.resolve with parameters of type Type | |
|---|---|
boolean |
Types.isSubtype(Type t,
Type s)
JLS7 4.10. |
| Method parameters in org.sonar.java.resolve with type arguments of type Type | |
|---|---|
Symbol |
Resolve.findMethod(org.sonar.java.resolve.Resolve.Env env,
String name,
List<Type> argTypes)
Finds method matching given name and types of arguments. |
Symbol |
Resolve.findMethod(org.sonar.java.resolve.Resolve.Env env,
Symbol.TypeSymbol site,
String name,
List<Type> argTypes)
|
| Constructors in org.sonar.java.resolve with parameters of type Type | |
|---|---|
Symbol.MethodSymbol(int flags,
String name,
Type type,
Symbol owner)
|
|
Symbol.VariableSymbol(int flags,
String name,
Type type,
Symbol owner)
|
|
Type.ArrayType(Type elementType,
Symbol.TypeSymbol arrayClass)
|
|
Type.MethodType(List<Type> argTypes,
Type resultType,
List<Type> thrown,
Symbol.TypeSymbol symbol)
|
|
| Constructor parameters in org.sonar.java.resolve with type arguments of type Type | |
|---|---|
Type.MethodType(List<Type> argTypes,
Type resultType,
List<Type> thrown,
Symbol.TypeSymbol symbol)
|
|
Type.MethodType(List<Type> argTypes,
Type resultType,
List<Type> thrown,
Symbol.TypeSymbol symbol)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||