Package org.eolang.phi
Interface Phi
-
- All Known Implementing Classes:
Data.ToPhi
,Data.Value
,EOarray
,EOarray$EOappend
,EOarray$EOeach
,EOarray$EOempty
,EOarray$EOget
,EOarray$EOlength
,EOarray$EOmap
,EOarray$EOmap$EO1$EOα1
,EOarray$EOmapi
,EOarray$EOreduce
,EObool
,EObool$EOand
,EObool$EOif
,EObool$EOnot
,EObool$EOor
,EObool$EOwhile
,EOchar
,EOchar$EOtoString
,EOerror
,EOfloat
,EOfloat$EOabs
,EOfloat$EOadd
,EOfloat$EOdiv
,EOfloat$EOeq
,EOfloat$EOgeq
,EOfloat$EOgreater
,EOfloat$EOleq
,EOfloat$EOless
,EOfloat$EOmul
,EOfloat$EOneg
,EOfloat$EOneq
,EOfloat$EOpow
,EOfloat$EOsignum
,EOfloat$EOsub
,EOint
,EOint$EOadd
,EOint$EOdiv
,EOint$EOeq
,EOint$EOgeq
,EOint$EOgreater
,EOint$EOleq
,EOint$EOless
,EOint$EOmod
,EOint$EOmul
,EOint$EOneg
,EOint$EOneq
,EOint$EOpow
,EOint$EOsub
,EOint$EOtoFloat
,EOmemory
,EOrandom
,EOregex
,EOregex$EOmatch
,EOregex$EOmatches
,EOseq
,EOsprintf
,EOstdout
,EOstring
,EOstring$EOeq
,EOstring$EOtoInt
,EOstring$EOtrim
,PhCopy
,PhDefault
,PhEta
,PhMethod
,PhOnce
,PhWith
public interface Phi
A simple object.- Since:
- 0.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Attr
attr(int pos)
Get attribute by position.Attr
attr(String name)
Get attribute.Phi
copy()
Make a copy.
-