| Modifier and Type | Class and Description |
|---|---|
static class |
ObjectType.BuiltInObjectType |
static class |
ObjectType.FrameworkType |
static class |
ObjectType.WebApiType |
Type.Callability, Type.Kind| Modifier and Type | Field and Description |
|---|---|
protected Type.Callability |
callability |
protected ClassType |
classType |
| Modifier | Constructor and Description |
|---|---|
protected |
ObjectType(Type.Callability callability) |
| Modifier and Type | Method and Description |
|---|---|
Type.Callability |
callability() |
ClassType |
classType() |
void |
classType(ClassType classType) |
static ObjectType |
create() |
static ObjectType |
create(Type.Callability callability) |
Type.Kind |
kind() |
Symbol |
property(String name) |
String |
toString() |
protected Type.Callability callability
protected ClassType classType
protected ObjectType(Type.Callability callability)
public void classType(ClassType classType)
public Type.Callability callability()
callability in interface Typepublic static ObjectType create()
public static ObjectType create(Type.Callability callability)
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.