Class RenamePseudoCodeVariablesArguments.Item

java.lang.Object
com.pnfsoftware.jeb.client.mcp.wrappers.RenamePseudoCodeVariablesArguments.Item
Enclosing class:
RenamePseudoCodeVariablesArguments

public static class RenamePseudoCodeVariablesArguments.Item extends Object
  • Field Details

    • current_local_name

      @JsonPropertyDescription("The current name of the local variable or parameter to be renamed") public String current_local_name
    • new_local_name

      @JsonPropertyDescription("The desired new name for the local variable or parameter") public String new_local_name
  • Constructor Details

    • Item

      public Item()