Class CodeGenMemberInjector
java.lang.Object
org.apache.drill.exec.physical.impl.common.CodeGenMemberInjector
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
injectMembers
(ClassGenerator<?> cg, Object instance, FragmentContext context) Generated code for a class may have several class members, they are initialized by invoking this method when the instance created.
-
Constructor Details
-
CodeGenMemberInjector
public CodeGenMemberInjector()
-
-
Method Details
-
injectMembers
Generated code for a class may have several class members, they are initialized by invoking this method when the instance created.- Parameters:
cg
- the class generatorinstance
- the class instance created by the compilercontext
- the fragment context
-