Class DBus::Type::Parser
In: lib/dbus/type.rb
Parent: Object

D-Bus type parser class

Helper class to parse a type signature in the protocol.

Methods

new   nextchar   parse   parse_one  

Public Class methods

Create a new parser for the given signature.

Public Instance methods

Returns the next character from the signature.

Parse the entire signature, return a DBus::Type object.

Parse one character c of the signature.

[Validate]