gbf_core::decompiler::ast

Function member_access

Source
pub fn member_access<L, R>(
    lhs: L,
    rhs: R,
) -> Result<MemberAccessNode, AstNodeError>
Expand description

Creates a new member access node.