public abstract class IsXXX extends ClassMethod
access, argNames, argTypes, enhancer, exceptions, methodName, returnType, visitor
Constructor and Description |
---|
IsXXX(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 IsXXX(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 dnStateManager != null ? dnStateManager.isXXX(this) : false;where "isXXX" is replaced by the output of "getStateManagerIsMethod"
execute
in class ClassMethod
Copyright © 2019. All rights reserved.