Uses of Class
org.eclipse.emf.mwe.core.debug.model.SyntaxElement

Packages that use SyntaxElement
org.eclipse.emf.mwe.core.debug.model Implementation of the debug model 
org.eclipse.emf.mwe.core.debug.processing   
org.eclipse.emf.mwe.internal.core.debug.communication.packages Packet implementation needed for the communication with the debugger 
org.eclipse.emf.mwe.internal.core.debug.mwe   
org.eclipse.emf.mwe.internal.ui.debug.model   
org.eclipse.emf.mwe.internal.ui.debug.processing   
org.eclipse.emf.mwe.ui.debug.model   
 

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
 boolean SyntaxElement.equalsBP(SyntaxElement se)
           
 

Uses of SyntaxElement in org.eclipse.emf.mwe.core.debug.processing
 

Methods in org.eclipse.emf.mwe.core.debug.processing that return SyntaxElement
 SyntaxElement ElementAdapter.createElement(java.lang.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.
 SyntaxElement ElementAdapter.createEndElementTO(java.lang.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 highlighted
 

Methods in org.eclipse.emf.mwe.core.debug.processing with parameters of type SyntaxElement
 java.lang.Object ElementAdapter.findElement(SyntaxElement se, java.lang.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 SyntaxElement
 SyntaxElement BreakpointPackage.se
           
 

Fields in org.eclipse.emf.mwe.internal.core.debug.communication.packages with type parameters of type SyntaxElement
 java.util.List<SyntaxElement> EventPackageWithFrames.frames
           
 

Constructors in org.eclipse.emf.mwe.internal.core.debug.communication.packages with parameters of type SyntaxElement
BreakpointPackage(int type, SyntaxElement se)
           
 

Uses of SyntaxElement in org.eclipse.emf.mwe.internal.core.debug.mwe
 

Methods in org.eclipse.emf.mwe.internal.core.debug.mwe that return SyntaxElement
 SyntaxElement WorkflowElementAdapter.createElement(java.lang.Object element)
           
 SyntaxElement WorkflowElementAdapter.createEndElementTO(java.lang.Object element)
           
 

Methods in org.eclipse.emf.mwe.internal.core.debug.mwe with parameters of type SyntaxElement
 java.lang.Object WorkflowElementAdapter.findElement(SyntaxElement se, java.lang.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 SyntaxElement
 void DebugThread.pushStackFrames(java.util.List<SyntaxElement> list)
           
 

Constructors in org.eclipse.emf.mwe.internal.ui.debug.model with parameters of type SyntaxElement
DebugStackFrame(DebugThread thread, SyntaxElement to)
           
 

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 SyntaxElement
 void DebugModelManager.adaptStackFrames(int cleanStackLevel, java.util.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
 SyntaxElement MWEBreakpoint.createTO()