![]() |
EOS 2
1.1.0
Einfache Objektbasierte Sprache
|

Öffentliche Methoden | |
| LoadProperty (MClass cls, String variable) | |
| boolean | execute (Machine m) throws Exception |
| String | toString () |
Öffentliche Methoden geerbt von de.lathanda.eos.vm.Command | |
| void | prepare (Machine m) |
Assembler Befehl: Wert aus Attribut eines benutzerdefinierten Objektes laden.
Definiert in Zeile 14 der Datei LoadProperty.java.
| de.lathanda.eos.vm.commands.LoadProperty.LoadProperty | ( | MClass | cls, |
| String | variable | ||
| ) |
Definiert in Zeile 17 der Datei LoadProperty.java.
| boolean de.lathanda.eos.vm.commands.LoadProperty.execute | ( | Machine | m | ) | throws Exception |
Erneute Implementation von de.lathanda.eos.vm.Command.
Definiert in Zeile 22 der Datei LoadProperty.java.
| String de.lathanda.eos.vm.commands.LoadProperty.toString | ( | ) |
Definiert in Zeile 29 der Datei LoadProperty.java.