public abstract class JdoIsXXX extends ClassMethod
access, argNames, argTypes, enhancer, exceptions, LOCALISER, methodName, returnType, visitor
Constructor and Description |
---|
JdoIsXXX(ClassEnhancer enhancer,
String name,
int access,
Object returnType,
Object[] argTypes,
String[] argNames)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
execute()
Method to add the contents of the class method.
|
protected abstract String |
getStateManagerIsMethod()
Method returning the name of the method on the StateManager that gives the return info.
|
close, equals, getAccess, getClassEnhancer, getDescriptor, getMethodAdditionMessage, getName, getNamer, hashCode, initialise, initialise
public JdoIsXXX(ClassEnhancer enhancer, String name, int access, Object returnType, Object[] argTypes, String[] argNames)
enhancer
- ClassEnhancername
- Name of methodaccess
- Access typereturnType
- Return typeargTypes
- Argument typesargNames
- Argument namesprotected abstract String getStateManagerIsMethod()
public void execute()
return jdoStateManager != null ? jdoStateManager.isXXX(this) : false;where "isXXX" is replaced by the output of "getStateManagerIsMethod"
execute
in class ClassMethod
Copyright © 2021. All rights reserved.