|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.lang.resolve.scopes.receivers.ScriptReceiver
public class ScriptReceiver
| Field Summary |
|---|
| Fields inherited from interface org.jetbrains.jet.lang.resolve.scopes.receivers.ReceiverValue |
|---|
NO_RECEIVER |
| Constructor Summary | |
|---|---|
ScriptReceiver(ScriptDescriptor scriptDescriptor)
|
|
| Method Summary | ||
|---|---|---|
|
accept(ReceiverValueVisitor<R,D> visitor,
D data)
|
|
boolean |
exists()
|
|
ScriptDescriptor |
getDeclarationDescriptor()
|
|
JetType |
getType()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ScriptReceiver(@NotNull
ScriptDescriptor scriptDescriptor)
| Method Detail |
|---|
@NotNull public ScriptDescriptor getDeclarationDescriptor()
getDeclarationDescriptor in interface ThisReceiver@NotNull public JetType getType()
getType in interface ReceiverValuepublic boolean exists()
exists in interface ReceiverValue
public <R,D> R accept(@NotNull
ReceiverValueVisitor<R,D> visitor,
D data)
accept in interface ReceiverValue
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||