Class BytecodeIdentifierPool
java.lang.Object
com.llamalad7.mixinextras.expression.impl.pool.IdentifierPool
com.llamalad7.mixinextras.expression.impl.pool.BytecodeIdentifierPool
-
Constructor Summary
ConstructorsConstructorDescriptionBytecodeIdentifierPool(org.spongepowered.asm.mixin.injection.struct.Target target, org.spongepowered.asm.mixin.injection.struct.InjectionInfo info, org.objectweb.asm.tree.AnnotationNode poolAnnotation) -
Method Summary
Methods inherited from class com.llamalad7.mixinextras.expression.impl.pool.IdentifierPool
addMember, addType, matchesMember, matchesType, memberExists, typeExists
-
Constructor Details
-
BytecodeIdentifierPool
public BytecodeIdentifierPool(org.spongepowered.asm.mixin.injection.struct.Target target, org.spongepowered.asm.mixin.injection.struct.InjectionInfo info, org.objectweb.asm.tree.AnnotationNode poolAnnotation)
-