Skip to content

CodexShaper Framework Reserved Keywords

This document lists the reserved keywords for the CodexShaper framework. These keywords should not be used as variable names, function names, or identifiers in custom implementations.

Reserved Keywords

General

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

Custom Post Type

  • PostType

Custom Taxonomy

  • Taxonomy

Custom Metabox

  • Metabox

Notes

  • These keywords are reserved for core framework functionality.
  • Using these keywords for other purposes may result in unexpected behavior.
  • Future versions of the framework may introduce additional reserved keywords.