Nodes
@safe
alias Nodes =
AliasSeq!(
BinaryOp,
Block,
Branch,
BranchBundle,
Call,
Condition,
Constructor,
Expr,
Function,
Loop,
Node,
OpAdd,
OpAnd,
OpAndBitwise,
OpAssign,
OpAssignAdd,
OpAssignAndBitwise,
OpAssignDiv,
OpAssignMod,
OpAssignMul,
OpAssignOrBitwise,
OpAssignSub,
OpDiv,
OpEqual,
OpGreater,
OpGreaterEq,
OpLess,
OpLessEq,
OpMod,
OpMul,
OpNegate,
OpNotEqual,
OpOr,
OpOrBitwise,
OpSub,
Operator,
Poision,
Return,
Statement,
TranslationUnit,
UnaryOp,
VarDecl,
VarRef)
dextool plugin mutate backend analyze ast
aliasesclassesenumsfunctionsinterfacesstructs
All nodes that a visitor must be able to handle.