[−][src]Trait tremor_script::ast::BaseExpr
A Basic expression that can be turned into a location
Required methods
Loading content...Provided methods
fn s(&self, meta: &NodeMetas) -> Location
The start location of the expression
fn e(&self, meta: &NodeMetas) -> Location
The end location of the expression
fn extent(&self, meta: &NodeMetas) -> Range
The span (range) of the expression