Struct lib_ruby_parser::nodes::File [−][src]
#[repr(C)]pub struct File {
pub expression_l: Loc,
}Expand description
Represents a special __FILE__ literal
Fields
expression_l: LocLocation of the __FILE__ literal
__FILE__
~~~~~~~~Implementations
Returns expression_l field
Sets expression_l field
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for File
impl UnwindSafe for File
Blanket Implementations
Mutably borrows from an owned value. Read more