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