Package | Description |
---|---|
jme.script | |
jme.script.appacciones | |
jme.script.ctx2d | |
jme.script.ctx2d.clausulas | |
jme.script.sql | |
jme.script.sql.clausulas |
Modifier and Type | Method and Description |
---|---|
static java.lang.String[] |
Script.cargarScriptDesdeArchivo(java.lang.String filename)
Carga líneas de script desde archivo
|
boolean |
VarMap.compilar() |
boolean |
SiNo.compilar() |
boolean |
Si.compilar() |
boolean |
SetMutable.compilar() |
boolean |
Set.compilar() |
boolean |
SentenciaErronea.compilar() |
abstract boolean |
Sentencia.compilar()
Compila la sentencia
|
boolean |
Seleccionar.compilar() |
boolean |
Rutina.compilar() |
boolean |
Romper.compilar() |
boolean |
RepetirHasta.compilar() |
boolean |
Pausar.compilar() |
boolean |
Pasar.compilar() |
boolean |
ParaCada.compilar() |
boolean |
Para.compilar() |
boolean |
MultiSet.compilar() |
boolean |
Mientras.compilar() |
boolean |
Llamar.compilar() |
boolean |
Limpiar.compilar() |
boolean |
Leer.compilar() |
boolean |
Intentar.compilar() |
boolean |
Imprimir.compilar() |
boolean |
Fin.compilar() |
boolean |
Evaluar.compilar() |
boolean |
Devolver.compilar() |
boolean |
DefOp.compilar() |
boolean |
DefFunc.compilar() |
boolean |
Caso.compilar() |
boolean |
Capturar.compilar() |
boolean |
AsignacionUnaria.compilar() |
boolean |
AsignacionBinaria.compilar() |
boolean |
Asegurar.compilar() |
void |
VarMap.ejecutar() |
void |
SiNo.ejecutar() |
void |
Si.ejecutar() |
void |
SetMutable.ejecutar() |
void |
Set.ejecutar() |
void |
SentenciaErronea.ejecutar() |
void |
Sentencia.ejecutar()
Ejecutar script
|
void |
Seleccionar.ejecutar() |
Script |
Script.ejecutar()
Ejecuta el script sin ninguna variable externa
|
void |
Rutina.ejecutar() |
void |
RepetirHasta.ejecutar() |
void |
Pausar.ejecutar() |
void |
Pasar.ejecutar() |
void |
ParaCada.ejecutar() |
void |
Para.ejecutar() |
void |
MultiSet.ejecutar() |
void |
Mientras.ejecutar() |
void |
Llamar.ejecutar() |
void |
Leer.ejecutar() |
void |
Intentar.ejecutar() |
void |
Imprimir.ejecutar() |
void |
Fin.ejecutar() |
void |
Evaluar.ejecutar() |
void |
Devolver.ejecutar() |
void |
Caso.ejecutar() |
void |
Capturar.ejecutar() |
void |
AsignacionUnaria.ejecutar() |
void |
AsignacionBinaria.ejecutar() |
void |
Asegurar.ejecutar() |
Script |
Script.ejecutar(java.util.HashMap<java.lang.String,Token> varMapIni)
Ejecuta el script con opcionalmente un mapa de variables externas
|
Constructor and Description |
---|
Script(java.lang.String... lineas)
Compila script a partir de líneas del código fuente JMEScript
|
Script(java.lang.String script)
Compila script a partir de cadena de código fuente JMEScript
|
Modifier and Type | Method and Description |
---|---|
boolean |
AppAccion.compilar() |
void |
AppAccion.ejecutar() |
Modifier and Type | Method and Description |
---|---|
boolean |
Contexto2D.compilar() |
void |
Contexto2D.ejecutar() |
Modifier and Type | Method and Description |
---|---|
boolean |
Ctx2dTrazo.compilar() |
boolean |
Ctx2dToque.compilar() |
boolean |
Ctx2dTexto.compilar() |
boolean |
Ctx2dSelectorArchivos.compilar() |
boolean |
Ctx2dSegmento.compilar() |
boolean |
Ctx2dRuta.compilar() |
boolean |
Ctx2dRepintar.compilar() |
boolean |
Ctx2dRectangulo.compilar() |
boolean |
Ctx2dPunto.compilar() |
boolean |
Ctx2dPulsacion.compilar() |
boolean |
Ctx2dPoligono.compilar() |
boolean |
Ctx2dMensaje.compilar() |
boolean |
Ctx2dMatrizTransformacion.compilar() |
boolean |
Ctx2dLimpiar.compilar() |
boolean |
Ctx2dLeer.compilar() |
boolean |
Ctx2dIniciar.compilar() |
boolean |
Ctx2dGradiente.compilar() |
boolean |
Ctx2dEntorno.compilar() |
boolean |
Ctx2dElipse.compilar() |
boolean |
Ctx2dColor.compilar() |
boolean |
Ctx2dCircunferencia.compilar() |
abstract boolean |
AbstractClausula2D.compilar() |
void |
Ctx2dTrazo.ejecutar() |
void |
Ctx2dToque.ejecutar() |
void |
Ctx2dTexto.ejecutar() |
void |
Ctx2dSelectorArchivos.ejecutar() |
void |
Ctx2dSegmento.ejecutar() |
void |
Ctx2dRuta.ejecutar() |
void |
Ctx2dRepintar.ejecutar() |
void |
Ctx2dRectangulo.ejecutar() |
void |
Ctx2dPunto.ejecutar() |
void |
Ctx2dPulsacion.ejecutar() |
void |
Ctx2dPoligono.ejecutar() |
void |
Ctx2dMensaje.ejecutar() |
void |
Ctx2dMatrizTransformacion.ejecutar() |
void |
Ctx2dLimpiar.ejecutar() |
void |
Ctx2dLeer.ejecutar() |
void |
Ctx2dIniciar.ejecutar() |
void |
Ctx2dGradiente.ejecutar() |
void |
Ctx2dEntorno.ejecutar() |
void |
Ctx2dElipse.ejecutar() |
void |
Ctx2dColor.ejecutar() |
void |
Ctx2dCircunferencia.ejecutar() |
abstract void |
AbstractClausula2D.ejecutar() |
Modifier and Type | Method and Description |
---|---|
boolean |
SentenciaSQL.compilar() |
void |
SentenciaSQL.ejecutar() |
Modifier and Type | Method and Description |
---|---|
boolean |
SQLResultado.compilar() |
boolean |
SQLEjecutar.compilar() |
boolean |
SQLConectar.compilar() |
boolean |
SQLCerrar.compilar() |
abstract boolean |
AbstractClausulaSQL.compilar() |
void |
SQLResultado.ejecutar() |
void |
SQLEjecutar.ejecutar() |
void |
SQLConectar.ejecutar() |
void |
SQLCerrar.ejecutar() |
abstract void |
AbstractClausulaSQL.ejecutar() |