Uses of Class
gw.util.GosuRefactorUtil.MoveInstruction
-
Packages that use GosuRefactorUtil.MoveInstruction Package Description editor gw.util -
-
Uses of GosuRefactorUtil.MoveInstruction in editor
Methods in editor with parameters of type GosuRefactorUtil.MoveInstruction Modifier and Type Method Description private voidCodeRefactorManager. handleMoveInstruction(java.lang.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.MoveInstruction Modifier and Type Method Description static GosuRefactorUtil.MoveInstructionGosuRefactorUtil. findElementToMoveToAfter(IParseTree child)private static GosuRefactorUtil.MoveInstructionGosuRefactorUtil. findElementToMoveToBefore(IParseTree child)static GosuRefactorUtil.MoveInstructionGosuRefactorUtil. getMoveDownInstruction(IParseTree elementToMoveAfter)static GosuRefactorUtil.MoveInstructionGosuRefactorUtil. getMoveUpInstruction(IParseTree elementToMoveBefore)
-