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