public class StaticCompilationMopWriter
extends MopWriter
A MOP Writer that skips the generation of MOP methods. This writer is used when a class is *fully* statically compiled. In mixed mode, MOP methods are still generated.
| Fields inherited from class | Fields |
|---|---|
class MopWriter |
FACTORY, controller |
| Constructor and description |
|---|
StaticCompilationMopWriter(WriterController wc)Creates a MOP writer for fully statically compiled classes. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
createMopMethods()* Generates MOP methods for the current class. |
| Methods inherited from class | Name |
|---|---|
class MopWriter |
createMopMethods, equalParameterTypes, generateMopCalls, getMopMethodName, isMopMethod |
Factory for statically compiled MOP writers.
Creates a MOP writer for fully statically compiled classes.
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.