-
Notifications
You must be signed in to change notification settings - Fork 0
Tokens Bytecodes
Alexander edited this page Jul 27, 2020
·
2 revisions
- New line - token which means that starts new line = 0
-
Public security modifer - token which means that programmer write
publicmodifer there are = 1 -
Private security modifer - token which means that programmer write
privatemodifer there are = 2 -
Protected security modifer - token which means that programmer write
protectedmodifer there are = 3 -
Internal security modifer - token which means that programmer write
internalmodifer there are = 4 -
Static modifer - token which means that programmer write
staticmodifer there are = 5 -
Abstract modifer - token which means that programmer write
abstractmodifer there are = 6 -
Final modifer - token which means that programmer write
finalmodifer there are = 7 -
Virtual modifer - token which means that programmer write
virtualmodifer there are = 8 -
Override modifer - token which means that programmer write
overridemodifer there are = 9 -
Data modifer - token which means that programmer write
datamodifer for class there are = 10 - Constant keyword - token which means that programmer create constant there are = 11
- Funcalias keyword - token which means that programmer create funcalias there are = 12