|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.lang.resolve.constants.NumberValueTypeConstructor
public abstract class NumberValueTypeConstructor
| Constructor Summary | |
|---|---|
NumberValueTypeConstructor()
|
|
| Method Summary | |
|---|---|
java.util.List<AnnotationDescriptor> |
getAnnotations()
|
ClassifierDescriptor |
getDeclarationDescriptor()
|
java.util.List<TypeParameterDescriptor> |
getParameters()
|
boolean |
isDenotable()
If the type is non-denotable, it can't be written in code directly, it only can appear internally inside a type checker. |
boolean |
isFinal()
Cannot have subtypes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jetbrains.jet.lang.types.TypeConstructor |
|---|
getSupertypes |
| Constructor Detail |
|---|
public NumberValueTypeConstructor()
| Method Detail |
|---|
@NotNull public java.util.List<TypeParameterDescriptor> getParameters()
getParameters in interface TypeConstructorpublic boolean isFinal()
TypeConstructor
isFinal in interface TypeConstructorpublic boolean isDenotable()
TypeConstructor
isDenotable in interface TypeConstructor@Nullable public ClassifierDescriptor getDeclarationDescriptor()
getDeclarationDescriptor in interface TypeConstructor@NotNull public java.util.List<AnnotationDescriptor> getAnnotations()
getAnnotations in interface Annotated
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||