Class XbaseStratumBreakpointSupport

  • All Implemented Interfaces:
    org.eclipse.xtext.debug.IStratumBreakpointSupport

    public class XbaseStratumBreakpointSupport
    extends java.lang.Object
    implements org.eclipse.xtext.debug.IStratumBreakpointSupport
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.eclipse.xtext.debug.IStratumBreakpointSupport

        org.eclipse.xtext.debug.IStratumBreakpointSupport.DefaultImpl
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean isValidLineForBreakpoint​(org.eclipse.xtext.nodemodel.ICompositeNode node, int line)  
      boolean isValidLineForBreakPoint​(org.eclipse.xtext.resource.XtextResource resource, int line)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XbaseStratumBreakpointSupport

        public XbaseStratumBreakpointSupport()
    • Method Detail

      • isValidLineForBreakPoint

        public boolean isValidLineForBreakPoint​(org.eclipse.xtext.resource.XtextResource resource,
                                                int line)
        Specified by:
        isValidLineForBreakPoint in interface org.eclipse.xtext.debug.IStratumBreakpointSupport
      • isValidLineForBreakpoint

        protected boolean isValidLineForBreakpoint​(org.eclipse.xtext.nodemodel.ICompositeNode node,
                                                   int line)