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

A method, as defined by the JLS.

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

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

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

Description: Get the method descriptor.
return: the method descriptor

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

Description: Get the method name.
return: the method name

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

Description: Get the method signature.
return: the method signature

