public class Info extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) String[] |
annotations |
(package private) String |
base |
(package private) boolean |
cast |
(package private) String[] |
cppNames |
(package private) String |
cppText |
(package private) String[] |
cppTypes |
(package private) boolean |
define |
(package private) String[] |
javaNames |
(package private) String |
javaText |
(package private) String[] |
pointerTypes |
(package private) boolean |
skip |
(package private) boolean |
translate |
(package private) String[] |
valueTypes |
| Constructor and Description |
|---|
Info() |
Info(Info i) |
Info(String... cppNames) |
| Modifier and Type | Method and Description |
|---|---|
Info |
annotations(String... annotations) |
Info |
base(String base) |
Info |
cast() |
Info |
cast(boolean cast) |
Info |
cppNames(String... cppNames) |
Info |
cppText(String cppText) |
Info |
cppTypes(String... cppTypes) |
Info |
define() |
Info |
define(boolean define) |
Info |
javaNames(String... javaNames) |
Info |
javaText(String javaText) |
Info |
pointerTypes(String... pointerTypes) |
Info |
skip() |
Info |
skip(boolean skip) |
Info |
translate() |
Info |
translate(boolean translate) |
Info |
valueTypes(String... valueTypes) |
String[] cppNames
String[] javaNames
String[] annotations
String[] cppTypes
String[] valueTypes
String[] pointerTypes
boolean cast
boolean define
boolean translate
boolean skip
String base
String cppText
String javaText
Copyright © 2014. All Rights Reserved.