Uses of Interface
com.vaadin.copilot.rewriter.InsertionRef
Packages that use InsertionRef
-
Uses of InsertionRef in com.vaadin.copilot.javarewriter
Classes in com.vaadin.copilot.javarewriter that implement InsertionRefModifier and TypeClassDescriptionclassRepresents a point in the source code where new code can be inserted.Methods in com.vaadin.copilot.javarewriter with parameters of type InsertionRefModifier and TypeMethodDescriptionbooleanInsertionPoint.isAfter(InsertionRef referenceLocation) Checks if this location is inside the same block as the reference location but after it. -
Uses of InsertionRef in com.vaadin.copilot.rewriter
Methods in com.vaadin.copilot.rewriter with parameters of type InsertionRefModifier and TypeMethodDescriptionbooleanInsertionRef.isAfter(InsertionRef other) Whether this position comes after the given one in the same scope.