|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.jet.lang.resolve.constants.CompileTimeConstant<T>
public abstract class CompileTimeConstant<T>
Field Summary | |
---|---|
protected T |
value
|
Constructor Summary | |
---|---|
protected |
CompileTimeConstant(T value,
boolean canBeUsedInAnnotations)
|
Method Summary | ||
---|---|---|
abstract
|
accept(AnnotationArgumentVisitor<R,D> visitor,
D data)
|
|
boolean |
canBeUsedInAnnotations()
|
|
abstract JetType |
getType(KotlinBuiltIns kotlinBuiltIns)
|
|
T |
getValue()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final T value
Constructor Detail |
---|
protected CompileTimeConstant(T value, boolean canBeUsedInAnnotations)
Method Detail |
---|
public boolean canBeUsedInAnnotations()
@Nullable public T getValue()
@NotNull public abstract JetType getType(@NotNull KotlinBuiltIns kotlinBuiltIns)
public abstract <R,D> R accept(AnnotationArgumentVisitor<R,D> visitor, D data)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |