EOS 2  1.1.0
Einfache Objektbasierte Sprache
Öffentliche Methoden | Aufstellung aller Elemente
de.lathanda.eos.baseparser.MethodType Schnittstellenreferenz
Klassendiagramm für de.lathanda.eos.baseparser.MethodType:
Inheritance graph
[Legende]

Ö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
 

Ausführliche Beschreibung

Methodendefinition.

Autor
Peter (Lathanda) Schneider

Definiert in Zeile 13 der Datei MethodType.java.

Dokumentation der Elementfunktionen

◆ checkType()

boolean de.lathanda.eos.baseparser.MethodType.checkType ( Type[]  args)

◆ compile()

void de.lathanda.eos.baseparser.MethodType.compile ( ArrayList< Command ops,
Expression  target,
boolean  autowindow 
) throws Exception

◆ getName()

String de.lathanda.eos.baseparser.MethodType.getName ( )

◆ getParameters()

MType [] de.lathanda.eos.baseparser.MethodType.getParameters ( )

◆ getParameterType()

Type de.lathanda.eos.baseparser.MethodType.getParameterType ( int  i)

◆ getReturnType()

Type de.lathanda.eos.baseparser.MethodType.getReturnType ( )

Die Dokumentation für diese Schnittstelle wurde erzeugt aufgrund der Datei:
Impressum