public class StructTreeBuilder extends Object
| Constructor and Description |
|---|
StructTreeBuilder() |
| Modifier and Type | Method and Description |
|---|---|
String |
buildStructClasses(String _dbusSig,
String _structName,
ClassBuilderInfo _clzBldr,
List<ClassBuilderInfo> _generatedClasses)
Builds the struct(s) found in _dbusSig.
|
public String buildStructClasses(String _dbusSig, String _structName, ClassBuilderInfo _clzBldr, List<ClassBuilderInfo> _generatedClasses) throws DBusException
Collection, it will be unwrapped.
Collection.
_dbusSig - dbus Type string_structName - name the struct should have_clzBldr - class builder with the class where the struct was first seen_generatedClasses - a list, this will contain additional struct classes created, if any. Should never be null!DBusException - on DBus ErrorCopyright © 2020. All rights reserved.