Uses of Class
gw.util.GosuRefactorUtil.MoveInstruction
Packages that use GosuRefactorUtil.MoveInstruction
-
Uses of GosuRefactorUtil.MoveInstruction in editor
Methods in editor with parameters of type GosuRefactorUtil.MoveInstructionModifier and TypeMethodDescriptionprivate voidCodeRefactorManager.handleMoveInstruction(String script, GosuRefactorUtil.MoveInstruction moveInstruction, int startClip, int endClip, boolean up) -
Uses of GosuRefactorUtil.MoveInstruction in gw.util
Methods in gw.util that return GosuRefactorUtil.MoveInstructionModifier and TypeMethodDescriptionGosuRefactorUtil.findElementToMoveToAfter(IParseTree child) private static GosuRefactorUtil.MoveInstructionGosuRefactorUtil.findElementToMoveToBefore(IParseTree child) GosuRefactorUtil.getMoveDownInstruction(IParseTree elementToMoveAfter) GosuRefactorUtil.getMoveUpInstruction(IParseTree elementToMoveBefore)