A class code visitor which is capable of remembering the context of the current visit. This makes it easier for subclasses to perform context-dependent transformations, where for example it is necessary to check the parent nodes of an AST node before performing some operations.
| Constructor and description | 
|---|
                                ContextualClassCodeVisitor
                                () | 
                        
Copyright © 2003-2020 The Apache Software Foundation. All rights reserved.