|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.kotlin.codegen.optimization.transformer.MethodTransformer
org.jetbrains.kotlin.codegen.optimization.boxing.RedundantNullCheckMethodTransformer
public class RedundantNullCheckMethodTransformer
Constructor Summary | |
---|---|
RedundantNullCheckMethodTransformer()
|
Method Summary | |
---|---|
void |
transform(java.lang.String internalClassName,
org.jetbrains.org.objectweb.asm.tree.MethodNode methodNode)
|
Methods inherited from class org.jetbrains.kotlin.codegen.optimization.transformer.MethodTransformer |
---|
analyze, runAnalyzer |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RedundantNullCheckMethodTransformer()
Method Detail |
---|
public void transform(@NotNull java.lang.String internalClassName, @NotNull org.jetbrains.org.objectweb.asm.tree.MethodNode methodNode)
transform
in class MethodTransformer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |