Package one.empty3.library.core.script
Class InterpreteTexture
- java.lang.Object
-
- one.empty3.library.core.script.InterpreteTexture
-
- All Implemented Interfaces:
Interprete
public class InterpreteTexture extends java.lang.Object implements Interprete
-
-
Constructor Summary
Constructors Constructor Description InterpreteTexture()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InterpreteConstants
constant()
int
getPosition()
java.lang.String
getRep()
java.lang.Object
interprete(java.lang.String text, int pos)
void
setConstant(InterpreteConstants c)
void
setRep(java.lang.String rep)
void
setRepertoire(java.lang.String r)
-
-
-
Method Detail
-
constant
public InterpreteConstants constant()
- Specified by:
constant
in interfaceInterprete
-
getPosition
public int getPosition()
- Specified by:
getPosition
in interfaceInterprete
-
getRep
public java.lang.String getRep()
-
setRep
public void setRep(java.lang.String rep)
-
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
-
-