public interface InlinedClassInspectionOption
The compiler invokes the callback for each inlined-class that it compiles.
Modifier and Type | Method and Description |
---|---|
void |
visit(InlinedClassInspectionContext env)
Provides Janino-specific class detail for inlined-classes
|
void visit(InlinedClassInspectionContext env)
env
- compiler-specific information for inlined classes