Package com. github. adriantodt. lin. ast. node. misc
Types
Binary Operation
Link copied to clipboard
data class BinaryOperation(left: Expr, right: Expr, operator: BinaryOperationType, section: Section?) : Expr
Content copied to clipboard
Ensure Not Null Expr
Link copied to clipboard
Typeof Expr
Link copied to clipboard
Unary Operation
Link copied to clipboard
class UnaryOperation(target: Expr, operator: UnaryOperationType, section: Section?) : Expr
Content copied to clipboard