Package com.sun.jna

Klasse FunctionParameterContext

java.lang.Object
com.sun.jna.ToNativeContext
com.sun.jna.FunctionParameterContext
Bekannte direkte Unterklassen:
MethodParameterContext

public class FunctionParameterContext extends ToNativeContext
  • Konstruktordetails

    • FunctionParameterContext

      FunctionParameterContext(Function f, Object[] args, int index)
  • Methodendetails

    • getFunction

      public Function getFunction()
      Get the function that was invoked.
    • getParameters

      public Object[] getParameters()
      Get the arguments used in this function call.
    • getParameterIndex

      public int getParameterIndex()