Package one.empty3.library.core.script
Interface Interprete
-
- All Known Implementing Classes:
InterpreteAttracteurEtrange
,InterpreteBezier
,InterpreteBezier2D
,InterpreteBSpline
,InterpreteCamera
,InterpreteCaractere
,InterpreteCouleur
,InterpreteDouble
,InterpreteFontes
,InterpreteFunction
,InterpreteHomothetie
,InterpreteIdDef
,InterpreteIdentifier
,InterpreteListePoints
,InterpreteListeTriangle
,InterpreteLumiere
,InterpreteMatrix33
,InterpreteModdificateur
,InterpreteNomFichier
,InterpreteNurbs
,InterpretePGM
,InterpretePlan3D
,InterpretePoint3D
,InterpretePoint3DBAK
,InterpretePoint3DCouleur
,InterpretePolygone
,InterpretePosition
,InterpreteQuads
,InterpreteRepresentableConteneur
,InterpreteSegment
,InterpreteShapeIdentifier
,InterpreteSimpleSphere
,InterpreteSimpleSphereTexture
,InterpreteSphere
,InterpreteString
,InterpreteTColor
,InterpreteTetraedre
,InterpreteTexture
,InterpreteTour
,InterpreteTriangle
,InterpreteTRIEllipsoide
,InterpreteTRISphere
,InterpreteTubes
,InterpreteTubulaire
,Pile
public interface Interprete
-
-
Method Summary
All Methods Instance Methods Abstract 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)
-
-
-
Method Detail
-
constant
InterpreteConstants constant()
-
getPosition
int getPosition()
-
interprete
java.lang.Object interprete(java.lang.String text, int pos) throws InterpreteException
- Throws:
InterpreteException
-
setConstant
void setConstant(InterpreteConstants c)
-
setRepertoire
void setRepertoire(java.lang.String r)
-
-