Class MethodInfo
- java.lang.Object
-
- org.aion.avm.tooling.deploy.eliminator.MethodInfo
-
public class MethodInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description booleanisReachablebooleanisStaticjava.lang.StringmethodIdentifierjava.util.Set<MethodInvocation>methodInvocations
-
Constructor Summary
Constructors Constructor Description MethodInfo(java.lang.String methodIdentifier, boolean isStatic)MethodInfo(java.lang.String methodIdentifier, boolean isStatic, java.util.Set<MethodInvocation> methodInvocations)
-
-
-
Field Detail
-
methodIdentifier
public final java.lang.String methodIdentifier
-
isStatic
public final boolean isStatic
-
methodInvocations
public final java.util.Set<MethodInvocation> methodInvocations
-
isReachable
public boolean isReachable
-
-
Constructor Detail
-
MethodInfo
public MethodInfo(java.lang.String methodIdentifier, boolean isStatic)
-
MethodInfo
public MethodInfo(java.lang.String methodIdentifier, boolean isStatic, java.util.Set<MethodInvocation> methodInvocations)
-
-