public class ReflectParameter extends Object implements JNIParameter
Constructor and Description |
---|
ReflectParameter(ReflectMethod method,
int parameter,
Annotation[] annotations) |
Modifier and Type | Method and Description |
---|---|
String |
getCast() |
boolean |
getFlag(ArgFlag flag) |
JNIMethod |
getMethod() |
int |
getParameter() |
JNIType |
getType32() |
JNIType |
getType64() |
JNIClass |
getTypeClass() |
boolean |
isPointer() |
public ReflectParameter(ReflectMethod method, int parameter, Annotation[] annotations)
public String getCast()
getCast
in interface JNIParameter
public boolean isPointer()
isPointer
in interface JNIParameter
public JNIMethod getMethod()
getMethod
in interface JNIParameter
public boolean getFlag(ArgFlag flag)
getFlag
in interface JNIParameter
public JNIType getType32()
getType32
in interface JNIParameter
public JNIType getType64()
getType64
in interface JNIParameter
public JNIClass getTypeClass()
getTypeClass
in interface JNIParameter
public int getParameter()
getParameter
in interface JNIParameter
Copyright © 2009–2024 FuseSource, Corp.. All rights reserved.