com.kenai.jaffl
public final class ParameterFlags extends Object
| Field Summary | |
|---|---|
| static int | DIRECT |
| static int | IN |
| static int | NULTERMINATE |
| static int | OUT |
| static int | PINNED |
| static int | TRANSIENT |
| Method Summary | |
|---|---|
| static boolean | isDirect(int flags) |
| static boolean | isFlag(Annotation annotation)
Checks if the annotation is a recognised parameter flag.
|
| static boolean | isIn(int flags) |
| static boolean | isNulTerminate(int flags) |
| static boolean | isOut(int flags) |
| static boolean | isPinned(int flags) |
| static boolean | isTransient(int flags) |
| static int | parse(Annotation[] annotations) |
Parameters: annotation the annotation to check.
Returns: true if the annotation is a parameter flag