Class NamedArg

All Implemented Interfaces:
IAttributeNode, Named

public final class NamedArg extends InsnArg implements Named
  • Field Details

    • name

      @NotNull private @NotNull String name
  • Constructor Details

    • NamedArg

      public NamedArg(@NotNull @NotNull String name, @NotNull @NotNull ArgType type)
  • Method Details