org.jetbrains.jet.lang.resolve.constants
Class ErrorValue
java.lang.Object
org.jetbrains.jet.lang.resolve.constants.ErrorValue
- All Implemented Interfaces:
- CompileTimeConstant<java.lang.Void>
public class ErrorValue
- extends java.lang.Object
- implements CompileTimeConstant<java.lang.Void>
|
Constructor Summary |
ErrorValue(java.lang.String message)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ErrorValue
public ErrorValue(@NotNull
java.lang.String message)
getValue
@Deprecated
public java.lang.Void getValue()
- Deprecated.
- Specified by:
getValue in interface CompileTimeConstant<java.lang.Void>
getType
@NotNull
public JetType getType(@NotNull
KotlinBuiltIns kotlinBuiltIns)
- Specified by:
getType in interface CompileTimeConstant<java.lang.Void>
accept
public <R,D> R accept(AnnotationArgumentVisitor<R,D> visitor,
D data)
- Specified by:
accept in interface CompileTimeConstant<java.lang.Void>
getMessage
@NotNull
public java.lang.String getMessage()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object