public abstract class ReflectionVisitor<E,R> extends Object implements Visitor<E,R>
Visitor.Implement| Constructor and Description |
|---|
ReflectionVisitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
generateCode() |
protected abstract R |
getDefault(Object elem) |
R |
visit(E elem) |
Copyright © 2021. All rights reserved.