Package one.empty3.library.core.script
Class InterpreteHomothetie
- java.lang.Object
-
- one.empty3.library.core.script.InterpreteHomothetie
-
- All Implemented Interfaces:
Interprete
public class InterpreteHomothetie extends java.lang.Object implements Interprete
-
-
Constructor Summary
Constructors Constructor Description InterpreteHomothetie()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InterpreteConstants
constant()
int
getPosition()
java.lang.Object
interprete(java.lang.String text, int pos)
void
setConstant(InterpreteConstants c)
void
setRepertoire(java.lang.String r)
void
setRepresentable(Representable r)
-
-
-
Method Detail
-
constant
public InterpreteConstants constant()
- Specified by:
constant
in interfaceInterprete
-
getPosition
public int getPosition()
- Specified by:
getPosition
in interfaceInterprete
-
interprete
public java.lang.Object interprete(java.lang.String text, int pos) throws InterpreteException
- Specified by:
interprete
in interfaceInterprete
- Throws:
InterpreteException
-
setConstant
public void setConstant(InterpreteConstants c)
- Specified by:
setConstant
in interfaceInterprete
-
setRepertoire
public void setRepertoire(java.lang.String r)
- Specified by:
setRepertoire
in interfaceInterprete
-
setRepresentable
public void setRepresentable(Representable r)
-
-