Interface IJLSField
public interface IJLSField
A field, as defined by the JLS.
-
Method Details
-
getName
String getName()Get the field name.- Returns:
- the field name
-
getDescriptor
String getDescriptor()Get the field descriptor.- Returns:
- the field descriptor
-
getAccessFlags
int getAccessFlags()Get the field access flags.- Returns:
- the access flags
-
getSignature
Get the field signature.- Returns:
- the field signature
-