Gjsify LogoGjsify Logo

Hierarchy

  • Expr

Index

Constructors

Properties

name: string

Methods

  • newGetattr(attr: string): Expr
  • newGiCall(name: string, params: Expr): Expr
  • newInvertBoolean(): Expr
  • newSetattr(attr: string, right: Expr): Expr
  • unref(): void
  • fromString(str: string): Expr
  • newBoolean(value: boolean): Expr
  • newNumber(value: number): Expr
  • newRequire(typelib: string, version: string): Expr
  • newString(value: string, length: number): Expr
  • newSymbolAssign(symbol: string, right: Expr): Expr
  • newSymbolRef(symbol: string): Expr
  • newUserFnCall(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