Class LocalVariableDiscriminator.Context.Local

java.lang.Object
org.spongepowered.asm.mixin.injection.modify.LocalVariableDiscriminator.Context.Local
Enclosing class:
LocalVariableDiscriminator.Context

public class LocalVariableDiscriminator.Context.Local
extends java.lang.Object
Information about a local variable in the LVT, used during discrimination
  • Constructor Summary

    Constructors
    Constructor Description
    Local​(java.lang.String name, org.objectweb.asm.Type type)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Local

      public Local​(java.lang.String name, org.objectweb.asm.Type type)
  • Method Details

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object