public class Type
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
annotations |
boolean |
anonymous |
Type[] |
arguments |
org.bytedeco.javacpp.tools.Attribute[] |
attributes |
boolean |
constExpr |
boolean |
constPointer |
boolean |
constructor |
boolean |
constValue |
java.lang.String |
cppName |
boolean |
destructor |
boolean |
friend |
int |
indirections |
java.lang.String |
javaName |
java.lang.String[] |
javaNames |
boolean |
operator |
boolean |
reference |
boolean |
simple |
boolean |
staticMember |
boolean |
typedef |
boolean |
using |
boolean |
value |
boolean |
virtual |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
public int indirections
public boolean anonymous
public boolean constExpr
public boolean constPointer
public boolean constValue
public boolean constructor
public boolean destructor
public boolean operator
public boolean simple
public boolean staticMember
public boolean using
public boolean reference
public boolean value
public boolean friend
public boolean typedef
public boolean virtual
public java.lang.String annotations
public java.lang.String cppName
public java.lang.String javaName
public java.lang.String[] javaNames
public Type[] arguments
public org.bytedeco.javacpp.tools.Attribute[] attributes