public class JavaClassValue extends java.lang.Object implements CompileTimeConstant<JetType>
Constructor and Description |
---|
JavaClassValue(JetType value) |
Modifier and Type | Method and Description |
---|---|
<R,D> R |
accept(AnnotationArgumentVisitor<R,D> visitor,
D data) |
JetType |
getType(KotlinBuiltIns kotlinBuiltIns) |
JetType |
getValue() |
java.lang.String |
toString() |
public JavaClassValue(JetType value)
public JetType getValue()
getValue
in interface CompileTimeConstant<JetType>
@NotNull public JetType getType(@NotNull KotlinBuiltIns kotlinBuiltIns)
getType
in interface CompileTimeConstant<JetType>
public <R,D> R accept(AnnotationArgumentVisitor<R,D> visitor, D data)
accept
in interface CompileTimeConstant<JetType>
public java.lang.String toString()
toString
in class java.lang.Object