# Interface: com.pnfsoftware.jeb.core.units.code.android.IJLSField

A field, as defined by the JLS.

## Method: getAccessFlags
- return type: `int`

Description: Get the field access flags.
return: the access flags

## Method: getDescriptor
- return type: `java.lang.String`

Description: Get the field descriptor.
return: the field descriptor

## Method: getName
- return type: `java.lang.String`

Description: Get the field name.
return: the field name

## Method: getSignature
- return type: `java.lang.String`

Description: Get the field signature.
return: the field signature

