Re-exports§
pub use attribute::*;pub use compilation_unit::*;pub use expr::*;pub use generics::*;pub use item::*;pub use lit::*;pub use op::*;pub use pat::*;pub use path::*;pub use stmt::*;pub use ty::*;
Modules§
- attribute
- Annotation types.
- compilation_
unit - Compilation unit (top-level Java file structure).
- expr
- Expression types.
- generics
- Generic type parameter types.
- item
- Item types (class, interface, enum, record, module declarations).
- lit
- Literal types.
- op
- Operator types.
- pat
- Pattern types.
- path
- Path types.
- stmt
- Statement types.
- ty
- Type types.
Structs§
- Comment
- A comment in the source code.
Enums§
- Comment
Kind - The kind of comment.