Class JavaLangFloatIntrinsic
- java.lang.Object
-
- de.mirkosertic.bytecoder.core.backend.wasm.JavaLangFloatIntrinsic
-
-
Constructor Summary
Constructors Constructor Description JavaLangFloatIntrinsic()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValueintrinsifyMethodInvocationWithReturnValue(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, intrinsifyStaticFieldAccess, intrinsifyWriteStaticField
-
-
-
-
Method Detail
-
intrinsifyMethodInvocationWithReturnValue
public Value intrinsifyMethodInvocationWithReturnValue(CompileUnit compileUnit, AnalysisStack analysisStack, org.objectweb.asm.tree.MethodInsnNode node, Value[] incomingData, Graph graph, GraphParser graphParser)
- Specified by:
intrinsifyMethodInvocationWithReturnValuein interfaceIntrinsic
-
-