WithStatement

@Serializable
@SerialName(value = "WithStatement")
class WithStatement : Node, HasSpan, Statement

conflict with @SerialName remove class property override var type : String? = "WithStatement"

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
@EncodeDefault
var body: Statement?
Link copied to clipboard
@EncodeDefault
var object: Expression?
Link copied to clipboard
open override var span: Span

Functions

Link copied to clipboard

WithStatement#object: Expression? extension function for create Expression? -> ArrayExpression

Link copied to clipboard

WithStatement#object: Expression? extension function for create Expression? -> ArrowFunctionExpression

Link copied to clipboard

WithStatement#object: Expression? extension function for create Expression? -> AssignmentExpression

Link copied to clipboard

WithStatement#object: Expression? extension function for create Expression? -> AwaitExpression

Link copied to clipboard

WithStatement#object: Expression? extension function for create Expression? -> BigIntLiteral

Link copied to clipboard

WithStatement#object: Expression? extension function for create Expression? -> BinaryExpression

Link copied to clipboard

WithStatement#body: Statement? extension function for create Statement? -> BlockStatement

Link copied to clipboard

WithStatement#object: Expression? extension function for create Expression? -> BooleanLiteral

Link copied to clipboard

WithStatement#body: Statement? extension function for create Statement? -> BreakStatement

Link copied to clipboard

WithStatement#object: Expression? extension function for create Expression? -> CallExpression

Link copied to clipboard

WithStatement#body: Statement? extension function for create Statement? -> ClassDeclaration

Link copied to clipboard

WithStatement#object: Expression? extension function for create Expression? -> ClassExpression

Link copied to clipboard

WithStatement#object: Expression? extension function for create Expression? -> ConditionalExpression

Link copied to clipboard

WithStatement#body: Statement? extension function for create Statement? -> ContinueStatement

Link copied to clipboard

WithStatement#body: Statement? extension function for create Statement? -> DebuggerStatement

Link copied to clipboard

WithStatement#body: Statement? extension function for create Statement? -> DoWhileStatement

Link copied to clipboard

WithStatement#body: Statement? extension function for create Statement? -> EmptyStatement

Link copied to clipboard

WithStatement#body: Statement? extension function for create Statement? -> ExpressionStatement

Link copied to clipboard

WithStatement#body: Statement? extension function for create Statement? -> ForInStatement

Link copied to clipboard

WithStatement#body: Statement? extension function for create Statement? -> ForOfStatement

Link copied to clipboard

WithStatement#body: Statement? extension function for create Statement? -> ForStatement

Link copied to clipboard

WithStatement#body: Statement? extension function for create Statement? -> FunctionDeclaration

Link copied to clipboard

WithStatement#object: Expression? extension function for create Expression? -> FunctionExpression

Link copied to clipboard

WithStatement#object: Expression? extension function for create Expression? -> Identifier

Link copied to clipboard

WithStatement#body: Statement? extension function for create Statement? -> IfStatement

Link copied to clipboard

WithStatement#object: Expression? extension function for create Expression? -> Invalid

Link copied to clipboard

WithStatement#object: Expression? extension function for create Expression? -> JSXElement

Link copied to clipboard

WithStatement#object: Expression? extension function for create Expression? -> JSXEmptyExpression

Link copied to clipboard

WithStatement#object: Expression? extension function for create Expression? -> JSXFragment

Link copied to clipboard

WithStatement#object: Expression? extension function for create Expression? -> JSXMemberExpression

Link copied to clipboard

WithStatement#object: Expression? extension function for create Expression? -> JSXNamespacedName

Link copied to clipboard

WithStatement#object: Expression? extension function for create Expression? -> JSXText

Link copied to clipboard

WithStatement#body: Statement? extension function for create Statement? -> LabeledStatement

Link copied to clipboard

WithStatement#object: Expression? extension function for create Expression? -> MemberExpression

Link copied to clipboard

WithStatement#object: Expression? extension function for create Expression? -> MetaProperty

Link copied to clipboard

WithStatement#object: Expression? extension function for create Expression? -> NewExpression

Link copied to clipboard

WithStatement#object: Expression? extension function for create Expression? -> NullLiteral

Link copied to clipboard

WithStatement#object: Expression? extension function for create Expression? -> NumericLiteral

Link copied to clipboard

WithStatement#object: Expression? extension function for create Expression? -> ObjectExpression

Link copied to clipboard

WithStatement#object: Expression? extension function for create Expression? -> OptionalChainingExpression

Link copied to clipboard

WithStatement#object: Expression? extension function for create Expression? -> ParenthesisExpression

Link copied to clipboard

WithStatement#object: Expression? extension function for create Expression? -> PrivateName

Link copied to clipboard

WithStatement#object: Expression? extension function for create Expression? -> RegExpLiteral

Link copied to clipboard

WithStatement#body: Statement? extension function for create Statement? -> ReturnStatement

Link copied to clipboard

WithStatement#object: Expression? extension function for create Expression? -> SequenceExpression

Link copied to clipboard

WithStatement#object: Expression? extension function for create Expression? -> StringLiteral

Link copied to clipboard

WithStatement#object: Expression? extension function for create Expression? -> SuperPropExpression

Link copied to clipboard

WithStatement#body: Statement? extension function for create Statement? -> SwitchStatement

Link copied to clipboard

WithStatement#object: Expression? extension function for create Expression? -> TaggedTemplateExpression

Link copied to clipboard

WithStatement#object: Expression? extension function for create Expression? -> TemplateLiteral

Link copied to clipboard

WithStatement#object: Expression? extension function for create Expression? -> ThisExpression

Link copied to clipboard

WithStatement#body: Statement? extension function for create Statement? -> ThrowStatement

Link copied to clipboard

WithStatement#body: Statement? extension function for create Statement? -> TryStatement

Link copied to clipboard

WithStatement#object: Expression? extension function for create Expression? -> TsAsExpression

Link copied to clipboard

WithStatement#object: Expression? extension function for create Expression? -> TsConstAssertion

Link copied to clipboard

WithStatement#body: Statement? extension function for create Statement? -> TsEnumDeclaration

Link copied to clipboard

WithStatement#object: Expression? extension function for create Expression? -> TsInstantiation

Link copied to clipboard

WithStatement#body: Statement? extension function for create Statement? -> TsInterfaceDeclaration

Link copied to clipboard

WithStatement#body: Statement? extension function for create Statement? -> TsModuleDeclaration

Link copied to clipboard

WithStatement#object: Expression? extension function for create Expression? -> TsNonNullExpression

Link copied to clipboard

WithStatement#object: Expression? extension function for create Expression? -> TsSatisfiesExpression

Link copied to clipboard

WithStatement#body: Statement? extension function for create Statement? -> TsTypeAliasDeclaration

Link copied to clipboard

WithStatement#object: Expression? extension function for create Expression? -> TsTypeAssertion

Link copied to clipboard

WithStatement#object: Expression? extension function for create Expression? -> UnaryExpression

Link copied to clipboard

WithStatement#object: Expression? extension function for create Expression? -> UpdateExpression

Link copied to clipboard

WithStatement#body: Statement? extension function for create Statement? -> VariableDeclaration

Link copied to clipboard

WithStatement#body: Statement? extension function for create Statement? -> WhileStatement

Link copied to clipboard

WithStatement#object: Expression? extension function for create Expression? -> YieldExpression