Class Typed

java.lang.Object
jadx.core.dex.attributes.AttrNode
jadx.core.dex.instructions.args.Typed
All Implemented Interfaces:
IAttributeNode
Direct Known Subclasses:
InsnArg

public abstract class Typed extends AttrNode
  • Field Details

  • Constructor Details

    • Typed

      public Typed()
  • Method Details

    • getType

      public ArgType getType()
    • setType

      public void setType(ArgType type)
    • isTypeImmutable

      public boolean isTypeImmutable()