Package org.eolang
Interface Phi
-
- All Superinterfaces:
Term
- All Known Implementing Classes:
Data.ToPhi,Data.Value,EOangle,EOangle$EOcos,EOangle$EOsin,EOarray,EOarray$EOat,EOarray$EOeach,EOarray$EOeq,EOarray$EOeq$EOt1$EOt1$EOa2,EOarray$EOis_empty,EOarray$EOlength,EOarray$EOmap,EOarray$EOmap$EOt1$EOa1,EOarray$EOmapi,EOarray$EOmapi$EOt1$EOa2,EOarray$EOreduce,EOarray$EOreduce$EOt2$EOa2,EOarray$EOreducei,EOarray$EOreducei$EOfunc,EOarray$EOreducei$EOfunc$EOt5$EOt2$EOa1,EOarray$EOwith,EOarray$EOwithout,EOarray$EOwithout$EOt1$EOa2,EOas_phi,EObool,EObool$EOand,EObool$EOas_bytes,EObool$EOas_hash,EObool$EOeq,EObool$EOif,EObool$EOnot,EObool$EOor,EObool$EOwhile,EObytes,EObytes$EOand,EObytes$EOas_bool,EObytes$EOas_bytes,EObytes$EOas_float,EObytes$EOas_hash,EObytes$EOas_int,EObytes$EOas_string,EObytes$EOconcat,EObytes$EOeq,EObytes$EOleft,EObytes$EOnot,EObytes$EOor,EObytes$EOright,EObytes$EOsize,EObytes$EOslice,EObytes$EOxor,EOcage,EOerror,EOfloat,EOfloat$EOas_bytes,EOfloat$EOas_hash,EOfloat$EOdiv,EOfloat$EOeq,EOfloat$EOgt,EOfloat$EOgte,EOfloat$EOlt,EOfloat$EOlte,EOfloat$EOminus,EOfloat$EOneg,EOfloat$EOplus,EOfloat$EOtimes,EOgoto,EOheap,EOheap$EOfree,EOheap$EOmalloc,EOheap$EOpointer,EOheap$EOpointer$EOadd,EOheap$EOpointer$EOblock,EOheap$EOpointer$EOsub,EOint,EOint$EOas_bytes,EOint$EOas_hash,EOint$EOdiv,EOint$EOeq,EOint$EOgt,EOint$EOgte,EOint$EOlt,EOint$EOlte,EOint$EOminus,EOint$EOneg,EOint$EOplus,EOint$EOtimes,EOmemory,EOnumber,EOnumber$EOabs,EOnumber$EOand,EOnumber$EOand$EOt1$EOa2,EOnumber$EOas_float,EOnumber$EOas_int,EOnumber$EOas_string,EOnumber$EOis_float,EOnumber$EOis_int,EOnumber$EOleft,EOnumber$EOleft$EOt1$EOa2,EOnumber$EOmod,EOnumber$EOmod$EOabs_mod,EOnumber$EOmod$EOt3$EOa1,EOnumber$EOneq,EOnumber$EOor,EOnumber$EOor$EOt1$EOa2,EOnumber$EOpow,EOnumber$EOright,EOnumber$EOright$EOt1$EOa2,EOnumber$EOsignum,EOnumber$EOxor,EOnumber$EOxor$EOt1$EOa2,EOram,EOram$EOread,EOram$EOwrite,EOrandom,EOregex,EOregex$EOcompile,EOregex$EOmatch,EOregex$EOmatches,EOseq,EOsprintf,EOsscanf,EOstdout,EOstring,EOstring$EOas_bytes,EOstring$EOas_hash,EOstring$EOeq,EOstring$EOlength,EOstring$EOslice,EOswitch,EOswitch$EOarr,EOswitch$EOarr$EOt0$EOa2,EOswitch$EOt1$EOa2,EOtext,EOtext$EOjoined,EOtext$EOtrim,EOtry,PhConst,PhCopy,PhDefault,PhLocated,PhLogged,PhMethod,PhUnvar,PhWith
public interface Phi extends Term
A simple object. We call it Phi because of the name of the φ-calculus. Actually, a better name would be "Object", but it's already occupied by Java. That's why we call it Phi.- Since:
- 0.1
-
-
Field Detail
-
Φ
static final Phi Φ
The global scope object, which owns all other objects.
-
-