Class FunctionMetadata

java.lang.Object
ai.timefold.jpyinterpreter.FunctionMetadata

public class FunctionMetadata extends Object
  • Field Details

    • functionType

      public PythonFunctionType functionType
    • method

      public MethodDescriptor method
    • className

      public String className
    • methodVisitor

      public org.objectweb.asm.MethodVisitor methodVisitor
    • pythonCompiledFunction

      public PythonCompiledFunction pythonCompiledFunction
    • bytecodeCounterToLabelMap

      public Map<Integer,org.objectweb.asm.Label> bytecodeCounterToLabelMap
    • bytecodeCounterToCodeArgumenterList

      public Map<Integer,List<Runnable>> bytecodeCounterToCodeArgumenterList
  • Constructor Details

    • FunctionMetadata

      public FunctionMetadata()