Uses of Class
org.eclipse.epsilon.egl.patch.Line
Packages that use Line
-
Uses of Line in org.eclipse.epsilon.egl.patch
Fields in org.eclipse.epsilon.egl.patch declared as LineModifier and TypeFieldDescriptionprotected LineMatch.endLineprotected LinePatchValidationDiagnostic.lineprotected LineMatch.startLineFields in org.eclipse.epsilon.egl.patch with type parameters of type LineMethods in org.eclipse.epsilon.egl.patch that return LineModifier and TypeMethodDescriptionLineFactory.createLine(String text, int number) Match.getEndLine()protected LineTextBlock.getFirstLine()protected LineTextBlock.getLastLine()PatchValidationDiagnostic.getLine()protected LineTextBlock.getNextLine(Line line) protected LineTextBlock.getPreviousLine(Line line) Match.getStartLine()Methods in org.eclipse.epsilon.egl.patch that return types with arguments of type LineMethods in org.eclipse.epsilon.egl.patch with parameters of type LineModifier and TypeMethodDescriptionprotected LineTextBlock.getNextLine(Line line) protected LineTextBlock.getPreviousLine(Line line) protected booleanTextBlock.isFirstLine(Line line) protected booleanTextBlock.isLastLine(Line line) voidvoidMatch.setEndLine(Line endLine) voidvoidMatch.setStartLine(Line startLine) Constructors in org.eclipse.epsilon.egl.patch with parameters of type Line