JNA API 4.1.0
com.sun.jna

Class FunctionParameterContext

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      Function getFunction()
      Get the function that was invoked.
      int getParameterIndex() 
      java.lang.Object[] getParameters()
      Get the arguments used in this function call.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FunctionParameterContext

        FunctionParameterContext(Function f,
                                java.lang.Object[] args,
                                int index)
    • Method Detail

      • getFunction

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

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

        public int getParameterIndex()
JNA API 4.1.0

Copyright © 2007-2015 Timothy Wall. All Rights Reserved.