astx.types.casting

astx.types.casting

Source: packages/astx/src/astx/types/casting.py

title: AST types module.

Classes

TypeCastExpr(Expr)

title: AST class for type casting expressions.
attributes:
  kind:
    type: ASTKind
  expr:
    type: Expr
  target_type:
    type: DataType

Methods

get_struct(self, simplified: bool=False) -> ReprStruct
title: Return the AST structure of the TypeCast expression.
parameters:
  simplified:
    type: bool
returns:
  type: ReprStruct