彩音 - Adobe AIR - 研究室:XION -Adobe AIR-laboratory
「予約語」と「キーワード」

「予約語」とは、あらかじめ Action Script 3.0 で設定されている名前で、予約語を識別子として利用することはできない。

レキシカル・キーワード

  • as
  • break
  • case
  • catch
  • class
  • const
  • continue
  • default
  • delete
  • do
  • else
  • extends
  • false
  • finally
  • for
  • function
  • if
  • implements
  • import
  • in
  • instanceof
  • interface
  • internal
  • is
  • native
  • new
  • null
  • package
  • private
  • protected
  • public
  • return
  • super
  • switch
  • thid
  • throw
  • to
  • true
  • try
  • typeof
  • use
  • var
  • void
  • while
  • with

シンタックス・キーワード

  • each
  • get
  • set
  • namespace
  • include
  • dynamic
  • final
  • native
  • override
  • static

将来の予約語

  • abstract
  • boolean
  • byte
  • cast
  • char
  • debugger
  • double
  • enum
  • export
  • float
  • goto
  • intrinsic
  • long
  • prototype
  • short
  • synchronized
  • throws
  • to
  • transient
  • type
  • virtual
  • volatile

「将来の予約語」とは、新しいバージョンの Action Script 3.0 でキーワードとして表示される可能性が高いキーワードで、使わないことが推奨されているものである。

索引