@NotThreadSafe public final class TypeHierarchyCollector extends Object
| Constructor and Description |
|---|
TypeHierarchyCollector() |
| Modifier and Type | Method and Description |
|---|---|
void |
collectFrom(TypeMirror typeMirror) |
com.google.common.collect.ImmutableList<DeclaredType> |
extendedClasses() |
com.google.common.collect.ImmutableList<String> |
extendedClassNames() |
com.google.common.collect.ImmutableSet<String> |
implementedInterfaceNames() |
com.google.common.collect.ImmutableSet<DeclaredType> |
implementedInterfaces() |
public void collectFrom(TypeMirror typeMirror)
public com.google.common.collect.ImmutableList<DeclaredType> extendedClasses()
public com.google.common.collect.ImmutableSet<DeclaredType> implementedInterfaces()
public com.google.common.collect.ImmutableList<String> extendedClassNames()
public com.google.common.collect.ImmutableSet<String> implementedInterfaceNames()
Copyright © 2015 The Immutables.org authors. All rights reserved.