public final class NativeSignature extends Object
| Modifier and Type | Method and Description |
|---|---|
List<NativeTypeMirror> |
getArgTypes() |
int |
getFixedArgCount() |
NativeTypeMirror |
getRetType() |
boolean |
isVarargs() |
public NativeTypeMirror getRetType()
public List<NativeTypeMirror> getArgTypes()
public boolean isVarargs()
public int getFixedArgCount()