@Deprecated public class DefaultSemanticHighlightingCalculator extends DefaultSemanticHighlightingCalculator implements ISemanticHighlightingCalculator
ISemanticHighlightingCalculator.NewToOldDelegate| Constructor and Description |
|---|
DefaultSemanticHighlightingCalculator()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doProvideHighlightingFor(XtextResource resource,
IHighlightedPositionAcceptor acceptor)
Deprecated.
Use org.eclipse.xtext.ide.editor.syntaxcoloring.DefaultSemanticHighlightingCalculator instead.
|
protected void |
doProvideHighlightingFor(XtextResource resource,
IHighlightedPositionAcceptor acceptor,
CancelIndicator cancelIndicator)
Deprecated.
|
protected boolean |
highlightElement(org.eclipse.emf.ecore.EObject object,
IHighlightedPositionAcceptor acceptor)
Deprecated.
Use org.eclipse.xtext.ide.editor.syntaxcoloring.DefaultSemanticHighlightingCalculator instead.
|
protected boolean |
highlightElement(org.eclipse.emf.ecore.EObject object,
IHighlightedPositionAcceptor acceptor,
CancelIndicator cancelIndicator)
Deprecated.
|
protected void |
highlightElementRecursively(org.eclipse.emf.ecore.EObject element,
IHighlightedPositionAcceptor acceptor)
Deprecated.
Use org.eclipse.xtext.ide.editor.syntaxcoloring.DefaultSemanticHighlightingCalculator instead.
|
protected void |
highlightElementRecursively(org.eclipse.emf.ecore.EObject element,
IHighlightedPositionAcceptor acceptor,
CancelIndicator cancelIndicator)
Deprecated.
|
protected void |
highlightFeature(IHighlightedPositionAcceptor acceptor,
org.eclipse.emf.ecore.EObject object,
org.eclipse.emf.ecore.EStructuralFeature feature,
String... styleIds)
Deprecated.
|
protected void |
highlightFeature(IHighlightedPositionAcceptor acceptor,
org.eclipse.emf.ecore.EObject object,
org.eclipse.emf.ecore.EStructuralFeature feature,
String... styleIds)
Deprecated.
Use org.eclipse.xtext.ide.editor.syntaxcoloring.DefaultSemanticHighlightingCalculator instead.
|
protected void |
highlightNode(IHighlightedPositionAcceptor acceptor,
INode node,
String... styleIds)
Deprecated.
|
protected void |
highlightNode(IHighlightedPositionAcceptor acceptor,
INode node,
String... styleIds)
Deprecated.
Use org.eclipse.xtext.ide.editor.syntaxcoloring.DefaultSemanticHighlightingCalculator instead.
|
protected void |
highlightTasks(XtextResource resource,
IHighlightedPositionAcceptor acceptor)
Deprecated.
|
protected void |
highlightTasks(XtextResource resource,
IHighlightedPositionAcceptor acceptor)
Deprecated.
Use org.eclipse.xtext.ide.editor.syntaxcoloring.DefaultSemanticHighlightingCalculator instead.
|
void |
provideHighlightingFor(XtextResource resource,
IHighlightedPositionAcceptor acceptor)
Deprecated.
|
void |
provideHighlightingFor(XtextResource resource,
IHighlightedPositionAcceptor acceptor,
CancelIndicator cancelIndicator)
Deprecated.
|
protected void |
searchAndHighlightElements(XtextResource resource,
IHighlightedPositionAcceptor acceptor)
Deprecated.
Use org.eclipse.xtext.ide.editor.syntaxcoloring.DefaultSemanticHighlightingCalculator instead.
|
protected void |
searchAndHighlightElements(XtextResource resource,
IHighlightedPositionAcceptor acceptor,
CancelIndicator cancelIndicator)
Deprecated.
|
public DefaultSemanticHighlightingCalculator()
public void provideHighlightingFor(XtextResource resource, IHighlightedPositionAcceptor acceptor, CancelIndicator cancelIndicator)
provideHighlightingFor in interface ISemanticHighlightingCalculatorprovideHighlightingFor in class DefaultSemanticHighlightingCalculatorpublic void provideHighlightingFor(XtextResource resource, IHighlightedPositionAcceptor acceptor)
resource - the resource that will be highlighted. May be null in some rare cases.acceptor - used to announce the mapping from text-range to the style's id. The acceptor will never be null.protected void doProvideHighlightingFor(XtextResource resource, IHighlightedPositionAcceptor acceptor, CancelIndicator cancelIndicator)
doProvideHighlightingFor in class DefaultSemanticHighlightingCalculatorprotected void searchAndHighlightElements(XtextResource resource, IHighlightedPositionAcceptor acceptor, CancelIndicator cancelIndicator)
searchAndHighlightElements in class DefaultSemanticHighlightingCalculatorprotected void highlightElementRecursively(org.eclipse.emf.ecore.EObject element,
IHighlightedPositionAcceptor acceptor,
CancelIndicator cancelIndicator)
highlightElementRecursively in class DefaultSemanticHighlightingCalculatorprotected boolean highlightElement(org.eclipse.emf.ecore.EObject object,
IHighlightedPositionAcceptor acceptor,
CancelIndicator cancelIndicator)
highlightElement in class DefaultSemanticHighlightingCalculatorprotected void highlightTasks(XtextResource resource, IHighlightedPositionAcceptor acceptor)
highlightTasks in class DefaultSemanticHighlightingCalculatorprotected void highlightFeature(IHighlightedPositionAcceptor acceptor, org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, String... styleIds)
highlightFeature in class DefaultSemanticHighlightingCalculatorprotected void highlightNode(IHighlightedPositionAcceptor acceptor, INode node, String... styleIds)
highlightNode in class DefaultSemanticHighlightingCalculator@Deprecated protected void doProvideHighlightingFor(XtextResource resource, IHighlightedPositionAcceptor acceptor)
@Deprecated protected void searchAndHighlightElements(XtextResource resource, IHighlightedPositionAcceptor acceptor)
@Deprecated protected void highlightElementRecursively(org.eclipse.emf.ecore.EObject element, IHighlightedPositionAcceptor acceptor)
@Deprecated protected boolean highlightElement(org.eclipse.emf.ecore.EObject object, IHighlightedPositionAcceptor acceptor)
@Deprecated protected void highlightTasks(XtextResource resource, IHighlightedPositionAcceptor acceptor)
@Deprecated protected void highlightFeature(IHighlightedPositionAcceptor acceptor, org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, String... styleIds)
@Deprecated protected void highlightNode(IHighlightedPositionAcceptor acceptor, INode node, String... styleIds)
Copyright © 2016. All Rights Reserved.