public interface JCMTypeVisitor<V>
Modifier and Type | Method and Description |
---|---|
V |
visit(JCMArrayClass type) |
V |
visit(JCMClass type) |
V |
visit(JCMNullType type) |
V |
visit(JCMPrimitiveType type) |
V |
visit(JCMTypeVar type) |
V |
visit(JCMTypeWildcard type) |
V visit(JCMNullType type)
V visit(JCMPrimitiveType type)
V visit(JCMTypeVar type)
V visit(JCMArrayClass type)
V visit(JCMTypeWildcard type)
Copyright © 2005–2018. All rights reserved.