Uses of Interface
org.eclipse.jface.text.reconciler.IReconcileStep
Packages that use IReconcileStep
Package
Description
Provides a reconciler add-on for an
ITextViewer.-
Uses of IReconcileStep in org.eclipse.jface.text.reconciler
Classes in org.eclipse.jface.text.reconciler that implement IReconcileStepModifier and TypeClassDescriptionclassAbstract implementation of a reconcile step.Methods in org.eclipse.jface.text.reconciler with parameters of type IReconcileStepModifier and TypeMethodDescriptionvoidAbstractReconcileStep.setPreviousStep(IReconcileStep step) voidIReconcileStep.setPreviousStep(IReconcileStep step) Sets the step which is in front of this step in the pipe.Constructors in org.eclipse.jface.text.reconciler with parameters of type IReconcileStepModifierConstructorDescriptionCreates an intermediate reconcile step which adds the given step to the pipe.