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