# Interface: com.pnfsoftware.jeb.core.units.code.android.ir.IDEmuMember

An emulated [Member](Member) object. An emulated member object can only represent a Field, Method, or Constructor reflection object.

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

Description: Retrieve the member access flags.
return: the access flags

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

Description: Retrieve the member name.
return: the member name

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

Description: Retrieve the member signature.
return: the member signature

## Method: isConstructor
- return type: `boolean`

Description: Determine whether this member represents a constructor.
return: true for a constructor

## Method: isField
- return type: `boolean`

Description: Determine whether this member represents a field.
return: true for a field

## Method: isMethod
- return type: `boolean`

Description: Determine whether this member represents a method.
return: true for a method

