Class IntLikeBehaviour

java.lang.Object
com.llamalad7.mixinextras.injector.IntLikeBehaviour
Direct Known Subclasses:
IntLikeBehaviour.MatchArgType, IntLikeBehaviour.MatchReturnType

public abstract class IntLikeBehaviour extends Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.objectweb.asm.Type
    replaceIntLike(org.spongepowered.asm.mixin.injection.struct.InjectionInfo info, org.objectweb.asm.Type desc, org.objectweb.asm.Type replacement)
     
    org.objectweb.asm.Type
    transform(org.spongepowered.asm.mixin.injection.struct.InjectionInfo info, org.objectweb.asm.Type expected, org.objectweb.asm.Type handler)
     
    protected abstract org.objectweb.asm.Type
    transformImpl(org.spongepowered.asm.mixin.injection.struct.InjectionInfo info, org.objectweb.asm.Type expected, org.objectweb.asm.Type handler)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • transform

      public org.objectweb.asm.Type transform(org.spongepowered.asm.mixin.injection.struct.InjectionInfo info, org.objectweb.asm.Type expected, org.objectweb.asm.Type handler)
    • transformImpl

      protected abstract org.objectweb.asm.Type transformImpl(org.spongepowered.asm.mixin.injection.struct.InjectionInfo info, org.objectweb.asm.Type expected, org.objectweb.asm.Type handler)
    • replaceIntLike

      protected org.objectweb.asm.Type replaceIntLike(org.spongepowered.asm.mixin.injection.struct.InjectionInfo info, org.objectweb.asm.Type desc, org.objectweb.asm.Type replacement)