org.fusesource.hawtjni.generator.model
Class ReflectParameter
java.lang.Object
org.fusesource.hawtjni.generator.model.ReflectParameter
- All Implemented Interfaces:
- JNIParameter
public class ReflectParameter
- extends Object
- implements JNIParameter
- Author:
- Hiram Chirino
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReflectParameter
public ReflectParameter(ReflectMethod method,
int parameter,
Annotation[] annotations)
getCast
public String getCast()
- Specified by:
getCast in interface JNIParameter
isPointer
public boolean isPointer()
- Specified by:
isPointer in interface JNIParameter
getMethod
public JNIMethod getMethod()
- Specified by:
getMethod in interface JNIParameter
getFlag
public boolean getFlag(ArgFlag flag)
- Specified by:
getFlag in interface JNIParameter
getType32
public JNIType getType32()
- Specified by:
getType32 in interface JNIParameter
getType64
public JNIType getType64()
- Specified by:
getType64 in interface JNIParameter
getTypeClass
public JNIClass getTypeClass()
- Specified by:
getTypeClass in interface JNIParameter
getParameter
public int getParameter()
- Specified by:
getParameter in interface JNIParameter
Copyright © 2009-2010 Progress Software Inc.. All Rights Reserved.