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 void
CodeRefactorManager.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.MoveInstruction
GosuRefactorUtil.findElementToMoveToBefore
(IParseTree child) GosuRefactorUtil.getMoveDownInstruction
(IParseTree elementToMoveAfter) GosuRefactorUtil.getMoveUpInstruction
(IParseTree elementToMoveBefore)