@lcap/nasl-unified-frontend-generator > BindDirectiveIR
BindDirectiveIR type
绑定指令
Signature:
type BindDirectiveIR = {
kind: 'if';
expression: ExprIR;
concept: BindDirective['concept'];
__raw: BindDirective;
};
References: ExprIR
@lcap/nasl-unified-frontend-generator > BindDirectiveIR
绑定指令
Signature:
type BindDirectiveIR = {
kind: 'if';
expression: ExprIR;
concept: BindDirective['concept'];
__raw: BindDirective;
};
References: ExprIR