Documentation ¶
Overview ¶
summarize is a library used to produce a FIDL API summary from the FIDL intermediate representation (IR) abstract syntax tree. Please refer to the README.md file in this repository for usage hints.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Element ¶
type Element interface { // Stringer produces a string representation of this Element. fmt.Stringer // Member returns true if the Element is a member of something. Member() bool // Name returns the fully-qualified name of this Element. For example, // "library/protocol.Method". Name() Name // Serialize converts an Element into a serializable representation. Serialize() elementStr }
Element describes a single platform surface element. Use Summarize to convert a FIDL AST into Elements.
type Resourceness ¶
type Resourceness string
Resourceness is whether the aggregate has resources or not.
Click to show internal directories.
Click to hide internal directories.