|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.jet.codegen.intrinsics.IntrinsicMethod
org.jetbrains.jet.codegen.intrinsics.MonitorInstruction
public class MonitorInstruction
Field Summary | |
---|---|
static MonitorInstruction |
MONITOR_ENTER
|
static MonitorInstruction |
MONITOR_EXIT
|
Method Summary | |
---|---|
protected org.jetbrains.org.objectweb.asm.Type |
generateImpl(ExpressionCodegen codegen,
org.jetbrains.org.objectweb.asm.commons.InstructionAdapter v,
org.jetbrains.org.objectweb.asm.Type returnType,
com.intellij.psi.PsiElement element,
java.util.List<JetExpression> arguments,
StackValue receiver)
|
Methods inherited from class org.jetbrains.jet.codegen.intrinsics.IntrinsicMethod |
---|
generate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final MonitorInstruction MONITOR_ENTER
public static final MonitorInstruction MONITOR_EXIT
Method Detail |
---|
@NotNull protected org.jetbrains.org.objectweb.asm.Type generateImpl(@NotNull ExpressionCodegen codegen, @NotNull org.jetbrains.org.objectweb.asm.commons.InstructionAdapter v, @NotNull org.jetbrains.org.objectweb.asm.Type returnType, @Nullable com.intellij.psi.PsiElement element, @NotNull java.util.List<JetExpression> arguments, @NotNull StackValue receiver)
generateImpl
in class IntrinsicMethod
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |