JCMTypeVisitor<V>public class DefaultJCMTypeVisitor<V> extends java.lang.Object implements JCMTypeVisitor<V>
| Constructor | Description |
|---|---|
DefaultJCMTypeVisitor() |
| Modifier and Type | Method | Description |
|---|---|---|
V |
defaultVisit(JCMType<?> type) |
|
V |
visit(JCMArrayClass type) |
|
V |
visit(JCMClass type) |
|
V |
visit(JCMNullType type) |
|
V |
visit(JCMPrimitiveType type) |
|
V |
visit(JCMTypeVar type) |
|
V |
visit(JCMTypeWildcard type) |
public V visit(JCMClass type)
visit in interface JCMTypeVisitor<V>public V visit(JCMNullType type)
visit in interface JCMTypeVisitor<V>public V visit(JCMPrimitiveType type)
visit in interface JCMTypeVisitor<V>public V visit(JCMTypeVar type)
visit in interface JCMTypeVisitor<V>public V visit(JCMArrayClass type)
visit in interface JCMTypeVisitor<V>public V visit(JCMTypeWildcard type)
visit in interface JCMTypeVisitor<V>Copyright © 2005–2018. All rights reserved.