Uses of Class
org.eclipse.epsilon.eol.execute.prettyprinting.PrettyPrinterManager
Packages that use PrettyPrinterManager
Package
Description
-
Uses of PrettyPrinterManager in org.eclipse.epsilon.eol.dap
Methods in org.eclipse.epsilon.eol.dap that return PrettyPrinterManagerMethods in org.eclipse.epsilon.eol.dap with parameters of type PrettyPrinterManagerModifier and TypeMethodDescriptionvoidEvaluatorContext.setPrettyPrinterManager(PrettyPrinterManager prettyPrinterManager) -
Uses of PrettyPrinterManager in org.eclipse.epsilon.eol.dt.userinput
Fields in org.eclipse.epsilon.eol.dt.userinput declared as PrettyPrinterManagerModifier and TypeFieldDescriptionprotected PrettyPrinterManagerJFaceUserInput.prettyPrinterManagerMethods in org.eclipse.epsilon.eol.dt.userinput that return PrettyPrinterManagerModifier and TypeMethodDescriptionprotected PrettyPrinterManagerJFaceUserInput.getPrettyPrinterManager()Constructors in org.eclipse.epsilon.eol.dt.userinput with parameters of type PrettyPrinterManager -
Uses of PrettyPrinterManager in org.eclipse.epsilon.eol.exceptions
Fields in org.eclipse.epsilon.eol.exceptions declared as PrettyPrinterManagerModifier and TypeFieldDescriptionprotected PrettyPrinterManagerEolIllegalOperationException.prettyPrintManagerConstructors in org.eclipse.epsilon.eol.exceptions with parameters of type PrettyPrinterManagerModifierConstructorDescriptionEolIllegalOperationException(Object object, String methodName, ModuleElement ast, PrettyPrinterManager prettyPrintManger) -
Uses of PrettyPrinterManager in org.eclipse.epsilon.eol.execute.context
Fields in org.eclipse.epsilon.eol.execute.context declared as PrettyPrinterManagerMethods in org.eclipse.epsilon.eol.execute.context that return PrettyPrinterManagerModifier and TypeMethodDescriptionEolContext.getPrettyPrinterManager()IEolContext.getPrettyPrinterManager()Methods in org.eclipse.epsilon.eol.execute.context with parameters of type PrettyPrinterManagerModifier and TypeMethodDescriptionvoidEolContext.setPrettyPrinterManager(PrettyPrinterManager prettyPrinterManager) voidIEolContext.setPrettyPrinterManager(PrettyPrinterManager prettyPrinterManager) -
Uses of PrettyPrinterManager in org.eclipse.epsilon.eol.execute.operations.declarative
Fields in org.eclipse.epsilon.eol.execute.operations.declarative declared as PrettyPrinterManagerModifier and TypeFieldDescriptionprotected PrettyPrinterManagerSortByOperation.DecoratedObjectComparator.pConstructors in org.eclipse.epsilon.eol.execute.operations.declarative with parameters of type PrettyPrinterManager -
Uses of PrettyPrinterManager in org.eclipse.epsilon.eol.execute.prettyprinting
Fields in org.eclipse.epsilon.eol.execute.prettyprinting declared as PrettyPrinterManagerConstructors in org.eclipse.epsilon.eol.execute.prettyprinting with parameters of type PrettyPrinterManager -
Uses of PrettyPrinterManager in org.eclipse.epsilon.eol.util
Methods in org.eclipse.epsilon.eol.util with parameters of type PrettyPrinterManagerModifier and TypeMethodDescriptionstatic MethodReflectionUtil.findApplicableMethodOrThrow(Object obj, String methodName, Predicate<Method> criteria, Collection<?> parameters, ModuleElement ast, PrettyPrinterManager ppm) Searches for a method matching the name and criteria for the given object, including all super methods and super-interfaces recursively. -
Uses of PrettyPrinterManager in org.eclipse.epsilon.flock.emc.wrappers
Constructors in org.eclipse.epsilon.flock.emc.wrappers with parameters of type PrettyPrinterManagerModifierConstructorDescriptionModel(IReflectiveModel underlyingModel, PrettyPrinterManager printer)