The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Erlang::Parser::Node::BinaryExpr - a term within a binary term

DESCRIPTION

Any expression that can be part of the body of a binary list or string.

Accessors

output

The Erlang::Parser::Node which provides the output for this term.

size

A Erlang::Parser::Node which specifies the length (in bits) of this term, or undef.

qualifier

Qualifiers that specify how this term is to be output in string form, or undef.

Methods

print

Pretty-prints the node to its filehandle argument.

EXAMPLE

        X:8/integer-signed-big