Uses of Class
org.eclipse.emf.mwe.core.debug.model.SyntaxElement
Packages that use SyntaxElement
Package
Description
Implementation of the debug model
Packet implementation needed for the communication with the debugger
-
Uses of SyntaxElement in org.eclipse.emf.mwe.core.debug.model
Methods in org.eclipse.emf.mwe.core.debug.model with parameters of type SyntaxElement -
Uses of SyntaxElement in org.eclipse.emf.mwe.core.debug.processing
Methods in org.eclipse.emf.mwe.core.debug.processing that return SyntaxElementModifier and TypeMethodDescriptionElementAdapter.createElement
(Object element) computes a SyntaxElement for a specific element type
the containerName should be the name of the underlying file name
the element name should be the name of the surrounding element (e.g.ElementAdapter.createEndElementTO
(Object element) computes a SyntaxElement for a surrounding element representing the end position to be highlighted before returning
the containerName should be the name of the file that holds the element
the element name should be a description of the end element
start, end and line should point to the end text to be highlightedMethods in org.eclipse.emf.mwe.core.debug.processing with parameters of type SyntaxElementModifier and TypeMethodDescriptionElementAdapter.findElement
(SyntaxElement se, Object actual, int flag) find the element that corresponds to the given syntax element information -
Uses of SyntaxElement in org.eclipse.emf.mwe.internal.core.debug.communication.packages
Fields in org.eclipse.emf.mwe.internal.core.debug.communication.packages declared as SyntaxElementFields in org.eclipse.emf.mwe.internal.core.debug.communication.packages with type parameters of type SyntaxElementConstructors in org.eclipse.emf.mwe.internal.core.debug.communication.packages with parameters of type SyntaxElement -
Uses of SyntaxElement in org.eclipse.emf.mwe.internal.core.debug.mwe
Methods in org.eclipse.emf.mwe.internal.core.debug.mwe that return SyntaxElementModifier and TypeMethodDescriptionWorkflowElementAdapter.createElement
(Object element) WorkflowElementAdapter.createEndElementTO
(Object element) Methods in org.eclipse.emf.mwe.internal.core.debug.mwe with parameters of type SyntaxElementModifier and TypeMethodDescriptionWorkflowElementAdapter.findElement
(SyntaxElement se, Object actual, int flag) -
Uses of SyntaxElement in org.eclipse.emf.mwe.internal.ui.debug.model
Method parameters in org.eclipse.emf.mwe.internal.ui.debug.model with type arguments of type SyntaxElementConstructors in org.eclipse.emf.mwe.internal.ui.debug.model with parameters of type SyntaxElement -
Uses of SyntaxElement in org.eclipse.emf.mwe.internal.ui.debug.processing
Method parameters in org.eclipse.emf.mwe.internal.ui.debug.processing with type arguments of type SyntaxElementModifier and TypeMethodDescriptionvoid
DebugModelManager.adaptStackFrames
(int cleanStackLevel, List<SyntaxElement> frames) -
Uses of SyntaxElement in org.eclipse.emf.mwe.ui.debug.model
Methods in org.eclipse.emf.mwe.ui.debug.model that return SyntaxElement