Package one.empty3.library.core.script
Interface IInterprete
-
public interface IInterprete
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IInterprete
interprete(int TYPE)
IInterprete
liste(int TYPE)
Representable
resultat()
java.lang.Class<Representable>
typeResultat(int TYPE)
-
-
-
Method Detail
-
interprete
IInterprete interprete(int TYPE)
-
liste
IInterprete liste(int TYPE)
-
resultat
Representable resultat()
-
typeResultat
java.lang.Class<Representable> typeResultat(int TYPE)
-
-