Class InPlaceVarDeclCommand<I extends VariableDeclaration>

  • Type Parameters:
    I - the variable declaration type

    public class InPlaceVarDeclCommand<I extends VariableDeclaration>
    extends InPlaceCommand<I>
    Represents an in-place variable declaration command.
    Author:
    Holger Eichelberger
    • Constructor Detail

      • InPlaceVarDeclCommand

        public InPlaceVarDeclCommand​(I decl)
        Creates an in-place variable declaration command.
        Parameters:
        decl - the variable declaration