T
- the return type for the visitorclass TypeVisitorBase<T> extends javax.lang.model.util.SimpleTypeVisitor6<T,State>
Constructor and Description |
---|
TypeVisitorBase() |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<javax.lang.model.type.DeclaredType> |
getValueTypes(State state)
This method should be kept in sync with
ValueCodex.getAllValueTypes() . |
defaultAction, visitArray, visitDeclared, visitError, visitExecutable, visitNoType, visitNull, visitPrimitive, visitTypeVariable, visitWildcard
protected java.util.List<javax.lang.model.type.DeclaredType> getValueTypes(State state)
ValueCodex.getAllValueTypes()
. It doesn't use
getAllValueTypes()
because a dependency on ValueCodex
would
pull in a large number of dependencies into the minimal
requestfactory-apt.jar
.