Gjsify LogoGjsify Logo

Hierarchy

  • Expr

Index

Constructors

Properties

name: string

Methods

  • new_getattr(attr: string): Expr
  • new_gi_call(name: string, params: Expr): Expr
  • new_invert_boolean(): Expr
  • new_setattr(attr: string, right: Expr): Expr
  • unref(): void
  • from_string(str: string): Expr
  • new_boolean(value: boolean): Expr
  • new_number(value: number): Expr
  • new_require(typelib: string, version: string): Expr
  • new_string(value: string, length: number): Expr
  • new_symbol_assign(symbol: string, right: Expr): Expr
  • new_symbol_ref(symbol: string): Expr
  • new_user_fn_call(name: string, param: Expr): Expr

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method