public class SetNormal extends ClassMethod
static void setZZZ(MyClass objPC, YYY zzz)
{
objPC.ZZZ = zzz;
}
| Modifier and Type | Field and Description |
|---|---|
protected AbstractMemberMetaData |
fmd
Field that this setZZZ is for.
|
access, argNames, argTypes, enhancer, exceptions, methodName, returnType, visitor| Constructor and Description |
|---|
SetNormal(ClassEnhancer enhancer,
AbstractMemberMetaData fmd)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Method to add the contents of the class method.
|
close, equals, getAccess, getClassEnhancer, getDescriptor, getMethodAdditionMessage, getName, getNamer, hashCode, initialise, initialiseprotected AbstractMemberMetaData fmd
public SetNormal(ClassEnhancer enhancer, AbstractMemberMetaData fmd)
enhancer - ClassEnhancerfmd - MetaData for the field we are generating forpublic void execute()
execute in class ClassMethodCopyright © 2019. All rights reserved.