cz.cuni.amis.introspection.python
Class PythonEngineFolder
java.lang.Object
cz.cuni.amis.introspection.Feature
cz.cuni.amis.introspection.Folder
cz.cuni.amis.introspection.AbstractObjectFolder<ScriptEngine>
cz.cuni.amis.introspection.ScriptFolder
cz.cuni.amis.introspection.python.PythonEngineFolder
public class PythonEngineFolder
- extends ScriptFolder
| Fields inherited from class cz.cuni.amis.introspection.Feature |
name |
| Methods inherited from class cz.cuni.amis.introspection.Feature |
getName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PythonEngineFolder
public PythonEngineFolder(ScriptEngine engine)
computeFolders
protected Folder[] computeFolders(ScriptEngine object)
- Description copied from class:
AbstractObjectFolder
- Computes list of introspectable children of object to be introspected.
- Specified by:
computeFolders in class AbstractObjectFolder<ScriptEngine>
- Parameters:
object - Object to be introspected.
- Returns:
- Array of introspectable children.
computeProperties
protected Property[] computeProperties(ScriptEngine object)
- Description copied from class:
AbstractObjectFolder
- Computes list of properties of object to be introspected.
- Specified by:
computeProperties in class AbstractObjectFolder<ScriptEngine>
- Parameters:
object - Object to be introspected.
- Returns:
- Array of properties.
main
public static void main(String[] args)
Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.