Uses of Class
org.eclipse.epsilon.eol.execute.introspection.IntrospectionManager
-
Packages that use IntrospectionManager Package Description org.eclipse.epsilon.eol.execute.context -
-
Uses of IntrospectionManager in org.eclipse.epsilon.eol.execute.context
Fields in org.eclipse.epsilon.eol.execute.context declared as IntrospectionManager Modifier and Type Field Description protected IntrospectionManager
EolContext. introspectionManager
Methods in org.eclipse.epsilon.eol.execute.context that return IntrospectionManager Modifier and Type Method Description IntrospectionManager
EolContext. getIntrospectionManager()
IntrospectionManager
IEolContext. getIntrospectionManager()
Methods in org.eclipse.epsilon.eol.execute.context with parameters of type IntrospectionManager Modifier and Type Method Description void
EolContext. setIntrospectionManager(IntrospectionManager introspectionManager)
void
IEolContext. setIntrospectionManager(IntrospectionManager introspectionManager)
-