Keywords

The following words are treated as keywords in Java, and have special meaning:

Iodine Keywords

Iodine adds the following handful of keywords to support some Language Extensions to Oracle's standard Java implementation.

Standard Java Keywords

These standard keywords are defined by the Java language spec and are also all used by Iodine:

  • abstract
  • assert
  • boolean
  • break
  • byte
  • case
  • catch
  • char
  • class
  • const
  • continue
  • default
  • do
  • double
  • else
  • enum
  • extends
  • false
  • final
  • finally
  • float
  • for
  • goto
  • if
  • implements
  • import
  • instanceof
  • int
  • interface
  • long
  • native
  • new
  • null
  • package
  • private
  • protected
  • public
  • return
  • short
  • static
  • strictfp
  • super
  • switch
  • synchronized
  • this
  • throw
  • throws
  • transient
  • true
  • try
  • void
  • volatile
  • while