skadistats.clarity.event.AbstractInvocationPoint Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of clarity Show documentation
Show all versions of clarity Show documentation
Clarity is an open source replay parser for Dota 2 and CSGO 1 and 2 written in Java.
package skadistats.clarity.event;
import skadistats.clarity.processor.runner.Context;
import skadistats.clarity.util.Predicate;
import java.lang.annotation.Annotation;
import java.lang.invoke.MethodHandle;
import java.lang.invoke.MethodHandles;
import java.lang.reflect.Method;
public abstract class AbstractInvocationPoint extends UsagePoint implements InvocationPoint {
protected final int arity;
protected MethodHandle methodHandle;
protected Class[] parameterClasses;
protected Predicate
© 2015 - 2025 Weber Informatics LLC | Privacy Policy