Class GeneratorNodeProcessor.CompletableTraceRegion.CompletableTextRegion

  • All Implemented Interfaces:
    org.eclipse.xtext.util.ITextRegion, org.eclipse.xtext.util.ITextRegionWithLineInformation
    Enclosing class:
    GeneratorNodeProcessor.CompletableTraceRegion

    public static class GeneratorNodeProcessor.CompletableTraceRegion.CompletableTextRegion
    extends java.lang.Object
    implements org.eclipse.xtext.util.ITextRegionWithLineInformation
    • Field Summary

      • Fields inherited from interface org.eclipse.xtext.util.ITextRegionWithLineInformation

        EMPTY_REGION
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean contains​(int offset)  
      boolean contains​(org.eclipse.xtext.util.ITextRegion other)  
      org.eclipse.xtext.util.ITextRegionWithLineInformation getDelegate()  
      int getEndLineNumber()  
      int getLength()  
      int getLineNumber()  
      int getOffset()  
      org.eclipse.xtext.util.ITextRegion merge​(org.eclipse.xtext.util.ITextRegion region)  
      org.eclipse.xtext.util.ITextRegionWithLineInformation merge​(org.eclipse.xtext.util.ITextRegionWithLineInformation other)  
      • Methods inherited from class java.lang.Object

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

      • CompletableTextRegion

        public CompletableTextRegion()
    • Method Detail

      • getDelegate

        @Delegate
        public org.eclipse.xtext.util.ITextRegionWithLineInformation getDelegate()
      • contains

        public boolean contains​(org.eclipse.xtext.util.ITextRegion other)
        Specified by:
        contains in interface org.eclipse.xtext.util.ITextRegion
      • contains

        public boolean contains​(int offset)
        Specified by:
        contains in interface org.eclipse.xtext.util.ITextRegion
      • getEndLineNumber

        public int getEndLineNumber()
        Specified by:
        getEndLineNumber in interface org.eclipse.xtext.util.ITextRegionWithLineInformation
      • getLength

        public int getLength()
        Specified by:
        getLength in interface org.eclipse.xtext.util.ITextRegion
      • getLineNumber

        public int getLineNumber()
        Specified by:
        getLineNumber in interface org.eclipse.xtext.util.ITextRegionWithLineInformation
      • getOffset

        public int getOffset()
        Specified by:
        getOffset in interface org.eclipse.xtext.util.ITextRegion
      • merge

        public org.eclipse.xtext.util.ITextRegion merge​(org.eclipse.xtext.util.ITextRegion region)
        Specified by:
        merge in interface org.eclipse.xtext.util.ITextRegion
      • merge

        public org.eclipse.xtext.util.ITextRegionWithLineInformation merge​(org.eclipse.xtext.util.ITextRegionWithLineInformation other)
        Specified by:
        merge in interface org.eclipse.xtext.util.ITextRegionWithLineInformation