Class JavaLangObjectIntrinsics
java.lang.Object
de.mirkosertic.bytecoder.core.parser.JavaLangObjectIntrinsics
- All Implemented Interfaces:
Intrinsic
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintrinsifyMethodInvocationWithReturnValue
(CompileUnit compileUnit, AnalysisStack analysisStack, org.objectweb.asm.tree.MethodInsnNode node, Value[] incomingData, Graph graph, GraphParser graphParser) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.mirkosertic.bytecoder.core.parser.Intrinsic
intrinsifyMethodInvocation
-
Constructor Details
-
JavaLangObjectIntrinsics
public JavaLangObjectIntrinsics()
-
-
Method Details
-
intrinsifyMethodInvocationWithReturnValue
public Value intrinsifyMethodInvocationWithReturnValue(CompileUnit compileUnit, AnalysisStack analysisStack, org.objectweb.asm.tree.MethodInsnNode node, Value[] incomingData, Graph graph, GraphParser graphParser) - Specified by:
intrinsifyMethodInvocationWithReturnValue
in interfaceIntrinsic
-