org.jetbrains.kotlin.resolve.constants
Class ShortValue
java.lang.Object
org.jetbrains.kotlin.resolve.constants.CompileTimeConstant<T>
org.jetbrains.kotlin.resolve.constants.IntegerValueConstant<java.lang.Short>
org.jetbrains.kotlin.resolve.constants.ShortValue
public class ShortValue
- extends IntegerValueConstant<java.lang.Short>
Constructor Summary |
ShortValue(short value,
boolean canBeUsedInAnnotations,
boolean pure,
boolean usesVariableAsConstant)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ShortValue
public ShortValue(short value,
boolean canBeUsedInAnnotations,
boolean pure,
boolean usesVariableAsConstant)
getType
@NotNull
public JetType getType(@NotNull
KotlinBuiltIns kotlinBuiltIns)
- Specified by:
getType
in class CompileTimeConstant<java.lang.Short>
accept
public <R,D> R accept(AnnotationArgumentVisitor<R,D> visitor,
D data)
- Specified by:
accept
in class CompileTimeConstant<java.lang.Short>
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object