Class JavaLangSystemIntrinsics
java.lang.Object
de.mirkosertic.bytecoder.core.parser.JavaLangSystemIntrinsics
- All Implemented Interfaces:
Intrinsic
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintrinsifyMethodInvocation
(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
intrinsifyMethodInvocationWithReturnValue
-
Constructor Details
-
JavaLangSystemIntrinsics
public JavaLangSystemIntrinsics()
-
-
Method Details
-
intrinsifyMethodInvocation
public ControlTokenConsumer intrinsifyMethodInvocation(CompileUnit compileUnit, AnalysisStack analysisStack, org.objectweb.asm.tree.MethodInsnNode node, Value[] incomingData, Graph graph, GraphParser graphParser) - Specified by:
intrinsifyMethodInvocation
in interfaceIntrinsic
-