public static class JavaVisitor.TypeData extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
arrayDepth
The number of array dimensions, if any, for this type.
|
String |
clsName
The fully qualified class (including parent classes, if any)
|
String |
generics
Any generics string, including enclosing < > characters.
|
static JavaVisitor.TypeData |
NONE |
String |
pkgName
The prefix of lowercase package fragments.
|
String |
simpleName
The last class fragment
|
| Constructor and Description |
|---|
TypeData(String className) |
TypeData(String pkgName,
String enclosingClass) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getArrayDefinition() |
String |
getImportName() |
String |
getQualifiedName() |
String |
getSimpleName() |
String |
toString() |
public static final JavaVisitor.TypeData NONE
public String pkgName
public String clsName
public String simpleName
public String generics
public int arrayDepth
public TypeData(String className)
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.