public static class Clazz.FieldDef extends Object implements Comparable<Clazz.FieldDef>
Modifier and Type | Field and Description |
---|---|
int |
access |
String |
clazz |
Object |
constant |
String |
descriptor |
String |
name |
String |
signature |
Constructor and Description |
---|
FieldDef(int access,
String clazz,
String name,
String descriptor) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Clazz.FieldDef o) |
boolean |
equals(Object other) |
String |
getPretty() |
int |
hashCode() |
boolean |
isEnum() |
String |
toString() |
public final int access
public final String clazz
public final String name
public final String descriptor
public String signature
public Object constant
public int compareTo(Clazz.FieldDef o)
compareTo
in interface Comparable<Clazz.FieldDef>
public String getPretty()
public boolean isEnum()
Copyright © 2016 aQute SARL. All Rights Reserved.