Cast Expression Node
data class CastExpressionNode(lineNumber: Int, targetType: PrimitiveType, expr: ExpressionNode) : ExpressionNode
Content copied to clipboard
Cast expression node
Constructors
CastExpressionNode
Link copied to clipboard
fun CastExpressionNode(lineNumber: Int, targetType: PrimitiveType, expr: ExpressionNode)
Content copied to clipboard
Create empty Cast expression node
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
copy
Link copied to clipboard
fun copy(lineNumber: Int, targetType: PrimitiveType, expr: ExpressionNode): CastExpressionNode
Content copied to clipboard
Properties
expr
Link copied to clipboard
lineNumber
Link copied to clipboard
targetType
Link copied to clipboard