Package org.eolang
Interface Atom
-
- All Known Implementing Classes:
AtomSafe
,EOas_phi
,EObool$EOif
,EObool$EOwhile
,EObytes$EOand
,EObytes$EOas_float
,EObytes$EOas_int
,EObytes$EOas_string
,EObytes$EOconcat
,EObytes$EOeq
,EObytes$EOnot
,EObytes$EOor
,EObytes$EOright
,EObytes$EOsize
,EObytes$EOslice
,EObytes$EOxor
,EOcage
,EOerror
,EOfloat$EOdiv
,EOfloat$EOgt
,EOfloat$EOplus
,EOfloat$EOtimes
,EOgoto
,EOheap$EOpointer$EOblock
,EOint$EOdiv
,EOint$EOgt
,EOint$EOplus
,EOint$EOtimes
,EOmemory
,EOram$EOram_slice$EOwrite
,EOram$EOram_slice$EOφ
,EOram$EOslice
,EOram$EOwrite
,EOrust
,EOseq
,EOstdin$EOnext_line
,EOstdin$EOφ
,EOstdout
,EOstring$EOas_bytes
,EOstring$EOlength
,EOstring$EOslice
,EOtry
public interface Atom
Atom. A native object implemented in the language EO is compiled into. For EO end user atoms look like magic box. That's why all atoms have λ function, that calculates the final object.- Since:
- 0.36.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Phi
lambda()
Executes λ function and calculates object.
-