org.fusesource.hawtjni.generator.model
Class ReflectParameter
java.lang.Object
org.fusesource.hawtjni.generator.model.ReflectParameter
- All Implemented Interfaces:
- JNIParameter
public class ReflectParameter
- extends java.lang.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,
java.lang.annotation.Annotation[] annotations)
getCast
public java.lang.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-2011 FuseSource, Corp.. All Rights Reserved.