Struct moore_vhdl::hir::Expr [] [src]

pub struct Expr {
    pub parent: ScopeRef,
    pub span: Span,
    pub data: ExprData,
}

An expression.

See IEEE 1076-2008 section 9.

Fields

The parent scope.

The range in the source file that this expression covers.

The expression data.

Trait Implementations

impl Debug for Expr
[src]

[src]

Formats the value using the given formatter.