|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.lang.resolve.constants.ErrorValue
public abstract class ErrorValue
| Nested Class Summary | |
|---|---|
static class |
ErrorValue.ErrorValueWithMessage
|
| Constructor Summary | |
|---|---|
ErrorValue()
|
|
| Method Summary | ||
|---|---|---|
|
accept(AnnotationArgumentVisitor<R,D> visitor,
D data)
|
|
static ErrorValue |
create(java.lang.String message)
|
|
java.lang.Void |
getValue()
Deprecated. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jetbrains.jet.lang.resolve.constants.CompileTimeConstant |
|---|
getType |
| Constructor Detail |
|---|
public ErrorValue()
| Method Detail |
|---|
@Deprecated public java.lang.Void getValue()
getValue 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 static ErrorValue create(@NotNull
java.lang.String message)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||