Package one.empty3.library.core.script
Class InterpretesBase
- java.lang.Object
-
- one.empty3.library.core.script.InterpretesBase
-
public class InterpretesBase extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
InterpretesBase.CODE
-
Field Summary
Fields Modifier and Type Field Description int
AROBASE
int
BLANK
int
CARACTERE
int
COMA
int
DECIMAL
int
DIESE
int
INTEGER
int
LEFTPARENTHESIS
int
MULTIPLICATION
int
PERCENT
int
RIGHTPARENTHESIS
-
Constructor Summary
Constructors Constructor Description InterpretesBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
compile(java.util.ArrayList<java.lang.Integer> pattern)
java.util.ArrayList<java.lang.Object>
get()
int
getPosition()
java.util.ArrayList<java.lang.Object>
read(java.lang.String chaine, int pos)
void
setPosition(int pos)
-
-
-
Field Detail
-
BLANK
public final int BLANK
- See Also:
- Constant Field Values
-
DECIMAL
public final int DECIMAL
- See Also:
- Constant Field Values
-
INTEGER
public final int INTEGER
- See Also:
- Constant Field Values
-
LEFTPARENTHESIS
public final int LEFTPARENTHESIS
- See Also:
- Constant Field Values
-
RIGHTPARENTHESIS
public final int RIGHTPARENTHESIS
- See Also:
- Constant Field Values
-
COMA
public final int COMA
- See Also:
- Constant Field Values
-
CARACTERE
public final int CARACTERE
- See Also:
- Constant Field Values
-
DIESE
public final int DIESE
- See Also:
- Constant Field Values
-
AROBASE
public final int AROBASE
- See Also:
- Constant Field Values
-
MULTIPLICATION
public final int MULTIPLICATION
- See Also:
- Constant Field Values
-
PERCENT
public final int PERCENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
compile
public void compile(java.util.ArrayList<java.lang.Integer> pattern)
-
get
public java.util.ArrayList<java.lang.Object> get()
-
getPosition
public int getPosition()
-
setPosition
public void setPosition(int pos)
-
read
public java.util.ArrayList<java.lang.Object> read(java.lang.String chaine, int pos) throws InterpreteException
- Throws:
InterpreteException
-
-