Class SimulinkObjectMethod
- java.lang.Object
-
- org.eclipse.epsilon.eol.execute.introspection.java.ObjectMethod
-
- org.eclipse.epsilon.emc.simulink.introspection.java.SimulinkObjectMethod
-
- All Implemented Interfaces:
AutoCloseable
public class SimulinkObjectMethod extends ObjectMethod
-
-
Field Summary
Fields Modifier and Type Field Description protected MatlabEngine
engine
protected String
name
protected Object
object
-
Fields inherited from class org.eclipse.epsilon.eol.execute.introspection.java.ObjectMethod
method
-
-
Constructor Summary
Constructors Constructor Description SimulinkObjectMethod(MatlabEngine engine, Object object, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
Object
execute(Object[] parameters, ModuleElement ast)
-
-
-
Field Detail
-
name
protected String name
-
engine
protected MatlabEngine engine
-
object
protected Object object
-
-
Constructor Detail
-
SimulinkObjectMethod
public SimulinkObjectMethod(MatlabEngine engine, Object object, String name)
-
-
Method Detail
-
execute
public Object execute(Object[] parameters, ModuleElement ast) throws EolRuntimeException
- Overrides:
execute
in classObjectMethod
- Throws:
EolRuntimeException
-
close
public void close()
- Specified by:
close
in interfaceAutoCloseable
-
-