Struct biome_js_semantic::FunctionCall
source · pub struct FunctionCall { /* private fields */ }Expand description
Provides all information regarding a specific function or method call.
Implementations§
source§impl FunctionCall
impl FunctionCall
sourcepub fn syntax(&self) -> &JsSyntaxNode
pub fn syntax(&self) -> &JsSyntaxNode
Returns the node of this reference
sourcepub fn tree(&self) -> JsCallExpression
pub fn tree(&self) -> JsCallExpression
Returns the typed AST node of this reference
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FunctionCall
impl RefUnwindSafe for FunctionCall
impl !Send for FunctionCall
impl !Sync for FunctionCall
impl Unpin for FunctionCall
impl UnwindSafe for FunctionCall
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