Skip to content

Tokens Bytecodes

Alexander edited this page Jul 27, 2020 · 2 revisions
  1. New line - token which means that starts new line = 0
  2. Public security modifer - token which means that programmer write public modifer there are = 1
  3. Private security modifer - token which means that programmer write private modifer there are = 2
  4. Protected security modifer - token which means that programmer write protected modifer there are = 3
  5. Internal security modifer - token which means that programmer write internal modifer there are = 4
  6. Static modifer - token which means that programmer write static modifer there are = 5
  7. Abstract modifer - token which means that programmer write abstract modifer there are = 6
  8. Final modifer - token which means that programmer write final modifer there are = 7
  9. Virtual modifer - token which means that programmer write virtual modifer there are = 8
  10. Override modifer - token which means that programmer write override modifer there are = 9
  11. Data modifer - token which means that programmer write data modifer for class there are = 10
  12. Constant keyword - token which means that programmer create constant there are = 11
  13. Funcalias keyword - token which means that programmer create funcalias there are = 12

Clone this wiki locally