public class DefaultJCMTypeVisitor<V> extends Object implements JCMTypeVisitor<V>
| Constructor and Description |
|---|
DefaultJCMTypeVisitor() |
| Modifier and Type | Method and 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-2016. All Rights Reserved.