Interface SubruleMethodOpts<ARGS>

interface SubruleMethodOpts<ARGS> {
    ARGS: undefined | ARGS;
    LABEL?: string;
}

Type Parameters

  • ARGS

Properties

Properties

ARGS: undefined | ARGS
LABEL?: string

A label to be used instead of the subrule's name in the created CST.