Uses of Class
org.eclipse.epsilon.eol.dom.OperationList
-
Packages that use OperationList Package Description org.eclipse.epsilon.egl org.eclipse.epsilon.eol -
-
Uses of OperationList in org.eclipse.epsilon.egl
Methods in org.eclipse.epsilon.egl that return OperationList Modifier and Type Method Description OperationList
EglTemplate. getDeclaredOperations()
OperationList
EglTemplateFactoryModuleAdapter. getDeclaredOperations()
OperationList
EglTemplate. getOperations()
OperationList
EglTemplateFactoryModuleAdapter. getOperations()
-
Uses of OperationList in org.eclipse.epsilon.eol
Fields in org.eclipse.epsilon.eol declared as OperationList Modifier and Type Field Description protected OperationList
EolModule. declaredOperations
protected OperationList
EolModule. operations
Methods in org.eclipse.epsilon.eol that return OperationList Modifier and Type Method Description OperationList
EolModule. getDeclaredOperations()
OperationList
IEolModule. getDeclaredOperations()
OperationList
EolModule. getOperations()
OperationList
IEolModule. getOperations()
-