org.jetbrains.kotlin.resolve.constants
Class ByteValue

java.lang.Object
  extended by org.jetbrains.kotlin.resolve.constants.CompileTimeConstant<T>
      extended by org.jetbrains.kotlin.resolve.constants.IntegerValueConstant<java.lang.Byte>
          extended by org.jetbrains.kotlin.resolve.constants.ByteValue

public class ByteValue
extends IntegerValueConstant<java.lang.Byte>


Field Summary
 
Fields inherited from class org.jetbrains.kotlin.resolve.constants.CompileTimeConstant
value
 
Constructor Summary
ByteValue(byte value, boolean canBeUsedInAnnotations, boolean pure, boolean usesVaraiableAsConstant)
           
 
Method Summary
<R,D> R
accept(AnnotationArgumentVisitor<R,D> visitor, D data)
           
 JetType getType(KotlinBuiltIns kotlinBuiltIns)
           
 java.lang.String toString()
           
 
Methods inherited from class org.jetbrains.kotlin.resolve.constants.CompileTimeConstant
canBeUsedInAnnotations, getValue, isPure, usesVariableAsConstant
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ByteValue

public ByteValue(byte value,
                 boolean canBeUsedInAnnotations,
                 boolean pure,
                 boolean usesVaraiableAsConstant)
Method Detail

getType

@NotNull
public JetType getType(@NotNull
                               KotlinBuiltIns kotlinBuiltIns)
Specified by:
getType in class CompileTimeConstant<java.lang.Byte>

accept

public <R,D> R accept(AnnotationArgumentVisitor<R,D> visitor,
                      D data)
Specified by:
accept in class CompileTimeConstant<java.lang.Byte>

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object