Class IdentifierPool

java.lang.Object
com.llamalad7.mixinextras.expression.impl.pool.IdentifierPool
Direct Known Subclasses:
BytecodeIdentifierPool

public class IdentifierPool extends Object
  • Constructor Details

    • IdentifierPool

      public IdentifierPool()
  • Method Details

    • matchesMember

      public boolean matchesMember(String id, FlowValue node)
    • matchesType

      public boolean matchesType(String id, org.objectweb.asm.Type type)
    • addMember

      public void addMember(String id, MemberDefinition entry)
    • addType

      public void addType(String id, TypeDefinition entry)
    • memberExists

      public boolean memberExists(String id)
    • typeExists

      public boolean typeExists(String id)