pub struct JavaParser;Expand description
Java language parser.
Implementations§
Source§impl JavaParser
impl JavaParser
Trait Implementations§
Source§impl Default for JavaParser
impl Default for JavaParser
Source§impl LanguageParser for JavaParser
impl LanguageParser for JavaParser
Source§fn extract_units(
&self,
tree: &Tree,
source: &str,
file_path: &Path,
) -> AcbResult<Vec<RawCodeUnit>>
fn extract_units( &self, tree: &Tree, source: &str, file_path: &Path, ) -> AcbResult<Vec<RawCodeUnit>>
Extract code units from a parsed tree.
Auto Trait Implementations§
impl Freeze for JavaParser
impl RefUnwindSafe for JavaParser
impl Send for JavaParser
impl Sync for JavaParser
impl Unpin for JavaParser
impl UnsafeUnpin for JavaParser
impl UnwindSafe for JavaParser
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more