Ejemplo n.º 1
0
 @NotNull
 @Override
 public Annotations getAnnotations() {
   return errorTypeConstructor.getAnnotations();
 }
Ejemplo n.º 2
0
 @Override
 public String toString() {
   return constructor.toString();
 }
Ejemplo n.º 3
0
 @Nullable
 @Override
 public ClassifierDescriptor getDeclarationDescriptor() {
   return errorTypeConstructor.getDeclarationDescriptor();
 }
Ejemplo n.º 4
0
 @Override
 public boolean isDenotable() {
   return errorTypeConstructor.isDenotable();
 }
Ejemplo n.º 5
0
 @Override
 public boolean isFinal() {
   return errorTypeConstructor.isFinal();
 }
Ejemplo n.º 6
0
 @NotNull
 @Override
 public Collection<JetType> getSupertypes() {
   return errorTypeConstructor.getSupertypes();
 }
Ejemplo n.º 7
0
 @NotNull
 @Override
 public List<TypeParameterDescriptor> getParameters() {
   return errorTypeConstructor.getParameters();
 }