Docs.rs
java-ast-parser-0.1.2
java-ast-parser 0.1.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
n08i40k
Dependencies
bitflags ^2.10.0
normal
itertools ^0.14.0
normal
lalrpop-util ^0.22.2
normal
logos ^0.16.1
normal
ownable ^1.0.0
normal
lalrpop ^0.22.2
build
Versions
15.89%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
GetIdent
java_
ast_
parser
0.1.2
GetIdent
Required Methods
ident
Implementors
In java_
ast_
parser::
ast
java_ast_parser
::
ast
Trait
GetIdent
Copy item path
Source
pub trait GetIdent { // Required method fn
ident
(&self) -> &
str
; }
Required Methods
§
Source
fn
ident
(&self) -> &
str
Implementors
§
Source
§
impl
GetIdent
for
Class
Source
§
impl
GetIdent
for
Enum
Source
§
impl
GetIdent
for
Interface
Source
§
impl<T:
GetIdent
>
GetIdent
for
ObjectCell
<T>