public class ClassDef extends LocatedDef
Modifier and Type | Field and Description |
---|---|
static String |
ANNOTATION_TYPE |
static String |
CLASS |
static String |
ENUM |
Set |
extendz |
Set |
implementz |
static String |
INTERFACE |
Set |
modifiers |
String |
name |
String |
type |
List |
typeParams |
lineNumber
Constructor and Description |
---|
ClassDef() |
public static final String CLASS
public static final String INTERFACE
public static final String ENUM
public static final String ANNOTATION_TYPE
public String name
public Set modifiers
public List typeParams
public Set extendz
public Set implementz
public String type
Copyright © 2002-2013. All Rights Reserved.