Uses of Class
gw.util.GosuRefactorUtil.MoveInstruction
-
Packages that use GosuRefactorUtil.MoveInstruction Package Description gw.util -
-
Uses of GosuRefactorUtil.MoveInstruction in gw.util
Methods in gw.util that return GosuRefactorUtil.MoveInstruction Modifier and Type Method Description static GosuRefactorUtil.MoveInstruction
GosuRefactorUtil. findElementToMoveToAfter(IParseTree child)
static GosuRefactorUtil.MoveInstruction
GosuRefactorUtil. getMoveDownInstruction(IParseTree elementToMoveAfter)
static GosuRefactorUtil.MoveInstruction
GosuRefactorUtil. getMoveUpInstruction(IParseTree elementToMoveBefore)
-