DBusGeneratorHandler class

Available extensions

Constructors

DBusGeneratorHandler({required ClassElement classElement, required ConstantReader annotation, required BuildStep buildStep})

Properties

annotation → ConstantReader
final
buffer StringBuffer
final
buildStep → BuildStep
final
classElement → ClassElement
final
classInfo ClassInfo
latefinal
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildClientHelper() → void

Available on DBusGeneratorHandler, provided by the GeneratorClient extension

buildClientLocalProperty(DartType dartType, String name, String signature) → void

Available on DBusGeneratorHandler, provided by the GeneratorClient extension

buildClientLocalPropertySetValue(String name, String signature) → void

Available on DBusGeneratorHandler, provided by the GeneratorClient extension

buildClientLocalPropertySetValueVN(String name, String signature) → void

Available on DBusGeneratorHandler, provided by the GeneratorClient extension

buildClientLocalPropertyVN(DartType dartType, String name, String signature) → void

Available on DBusGeneratorHandler, provided by the GeneratorClient extension

buildClientMethod(MethodInfo methodInfo) → void

Available on DBusGeneratorHandler, provided by the GeneratorClient extension

buildClientProperty_Get(PropertyGeSetInfo propertyInfo) → void

Available on DBusGeneratorHandler, provided by the GeneratorClient extension

buildClientProperty_Set(PropertyGeSetInfo propertyInfo) → void

Available on DBusGeneratorHandler, provided by the GeneratorClient extension

buildClientReleaseVN(String name) → void

Available on DBusGeneratorHandler, provided by the GeneratorClient extension

buildClientSignal(SignalInfo signalInfo) → void

Available on DBusGeneratorHandler, provided by the GeneratorClient extension

buildClientSignalDeclaration(SignalInfo signalInfo) → void

Available on DBusGeneratorHandler, provided by the GeneratorClient extension

buildServiceGetAllProperty() → void

Available on DBusGeneratorHandler, provided by the GeneratorService extension

buildServiceGetAllPropertyInfo(String propertyName, PropertyInfo propertyInfo) → void

Available on DBusGeneratorHandler, provided by the GeneratorService extension

buildServiceGetProperty() → void

Available on DBusGeneratorHandler, provided by the GeneratorService extension

buildServiceGetPropertyInfo(String propertyName, PropertyInfo propertyInfo) → void

Available on DBusGeneratorHandler, provided by the GeneratorService extension

buildServiceHandleMethodCall() → void

Available on DBusGeneratorHandler, provided by the GeneratorService extension

buildServiceHandleMethodCallMethod(MethodInfo methodInfo) → void

Available on DBusGeneratorHandler, provided by the GeneratorService extension

buildServiceHelper() → void

Available on DBusGeneratorHandler, provided by the GeneratorService extension

buildServiceIntrospect() → void

Available on DBusGeneratorHandler, provided by the GeneratorService extension

buildServiceIntrospectMethodInfo(MethodInfo methodInfo) → void

Available on DBusGeneratorHandler, provided by the GeneratorService extension

buildServiceIntrospectPropertyInfo(String propertyName, PropertyInfo propertyInfo) → void

Available on DBusGeneratorHandler, provided by the GeneratorService extension

buildServiceIntrospectSignalInfo(SignalInfo signalInfo) → void

Available on DBusGeneratorHandler, provided by the GeneratorService extension

buildServiceSetProperty() → void

Available on DBusGeneratorHandler, provided by the GeneratorService extension

buildServiceSetPropertyInfo(String propertyName, PropertyInfo propertyInfo) → void

Available on DBusGeneratorHandler, provided by the GeneratorService extension

buildTitle() → void
dataSummary() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run() String
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited