![]() |
EOS 2
1.1.0
Einfache Objektbasierte Sprache
|
Öffentliche Methoden | |
boolean | checkType (Type[] args) |
Type | getReturnType () |
Type | getParameterType (int i) |
MType[] | getParameters () |
String | getName () |
void | compile (ArrayList< Command > ops, Expression target, boolean autowindow) throws Exception |
Methodendefinition.
Definiert in Zeile 13 der Datei MethodType.java.
boolean de.lathanda.eos.baseparser.MethodType.checkType | ( | Type[] | args | ) |
void de.lathanda.eos.baseparser.MethodType.compile | ( | ArrayList< Command > | ops, |
Expression | target, | ||
boolean | autowindow | ||
) | throws Exception |
String de.lathanda.eos.baseparser.MethodType.getName | ( | ) |
MType [] de.lathanda.eos.baseparser.MethodType.getParameters | ( | ) |
Type de.lathanda.eos.baseparser.MethodType.getParameterType | ( | int | i | ) |
Type de.lathanda.eos.baseparser.MethodType.getReturnType | ( | ) |