public class JStaticInitializer extends JOperation
Modifier | Constructor and Description |
---|---|
protected |
JStaticInitializer(javassist.bytecode.MethodInfo methodInfo,
JType enclosingType,
ClasspathResolver resolver) |
Modifier and Type | Method and Description |
---|---|
void |
acceptVisitor(IntrospectionVisitor visitor) |
boolean |
equals(Object obj) |
static JStaticInitializer |
getJStaticInitializer(javassist.bytecode.MethodInfo methodInfo,
JType enclosingType,
ClasspathResolver resolver) |
int |
hashCode() |
getActualMethod, getAnnotation, getAnnotations, getEnclosingElement, getEnclosingType, getMethodInfo, getMethodParamClasses, getParameters, toString
findClassFile, getName, getResolver
protected JStaticInitializer(javassist.bytecode.MethodInfo methodInfo, JType enclosingType, ClasspathResolver resolver)
public static JStaticInitializer getJStaticInitializer(javassist.bytecode.MethodInfo methodInfo, JType enclosingType, ClasspathResolver resolver)
public void acceptVisitor(IntrospectionVisitor visitor) throws ClasspathAccessException
acceptVisitor
in class JElement
ClasspathAccessException
public boolean equals(Object obj)
equals
in class JOperation
public int hashCode()
hashCode
in class JOperation
Copyright © 2010–2018 Jadira Systems. All rights reserved.