|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.cfg.pseudocode.PseudocodeUtil
public class PseudocodeUtil
| Constructor Summary | |
|---|---|
PseudocodeUtil()
|
|
| Method Summary | |
|---|---|
static VariableDescriptor |
extractVariableDescriptorIfAny(Instruction instruction,
boolean onlyReference,
BindingContext bindingContext)
|
static Pseudocode |
generatePseudocode(JetDeclaration declaration,
BindingContext bindingContext)
|
static boolean |
isThisOrNoDispatchReceiver(AccessValueInstruction instruction,
BindingContext bindingContext)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PseudocodeUtil()
| Method Detail |
|---|
@NotNull
public static Pseudocode generatePseudocode(@NotNull
JetDeclaration declaration,
@NotNull
BindingContext bindingContext)
@Nullable
public static VariableDescriptor extractVariableDescriptorIfAny(@NotNull
Instruction instruction,
boolean onlyReference,
@NotNull
BindingContext bindingContext)
public static boolean isThisOrNoDispatchReceiver(@NotNull
AccessValueInstruction instruction,
@NotNull
BindingContext bindingContext)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||