|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StructIO.FieldDecl | |
---|---|
org.bridj | BridJ core classes and C runtime (Pointer , BridJ , SizeT , Platform , LastError ...). |
Uses of StructIO.FieldDecl in org.bridj |
---|
Fields in org.bridj with type parameters of type StructIO.FieldDecl | |
---|---|
List<StructIO.FieldDecl> |
StructIO.AggregatedFieldDesc.fields
|
Methods in org.bridj that return StructIO.FieldDecl | |
---|---|
protected StructIO.FieldDecl |
StructIO.createFieldDecl(Field getter)
|
protected StructIO.FieldDecl |
StructIO.createFieldDecl(Member member)
|
protected StructIO.FieldDecl |
StructIO.createFieldDecl(Method getter)
|
Methods in org.bridj that return types with arguments of type StructIO.FieldDecl | |
---|---|
protected List<StructIO.FieldDecl> |
StructIO.listFields()
Creates a list of structure fields |
Method parameters in org.bridj with type arguments of type StructIO.FieldDecl | |
---|---|
protected StructIO.AggregatedFieldDesc |
StructIO.aggregateFields(List<StructIO.FieldDecl> fieldGroup)
|
void |
StructIO.Customizer.beforeAggregation(StructIO io,
List<StructIO.FieldDecl> fieldDecls)
Deprecated. Last chance to remove field declarations |
void |
StructIO.DefaultCustomizer.beforeAggregation(StructIO io,
List<StructIO.FieldDecl> fieldDecls)
|
protected void |
StructIO.orderFields(List<StructIO.FieldDecl> fields)
Orders the fields to match the actual structure layout |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |