Class JavaLangDoubleIntrinsic
- java.lang.Object
-
- de.mirkosertic.bytecoder.core.backend.wasm.JavaLangDoubleIntrinsic
-
-
Constructor Summary
Constructors Constructor Description JavaLangDoubleIntrinsic()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Value
intrinsifyMethodInvocationWithReturnValue(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
-
-
-
-
Method Detail
-
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
-
-