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

`dexdec` IR static field, including a type's `class` pseudo\-attribute. 

 Examples: 

```

 Foo.SomeStaticField = 1;
 ^^^^^^^^^^^^^^^^^^^

 Class cls = Foo.class;
             ^^^^^^^^^
 
```

## Method: duplicate
- return type: `com.pnfsoftware.jeb.core.units.code.android.ir.IDStaticField`


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

Description: Retrieve the signature of the class containing this static field.
return: the owner class signature

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

Description: Determine whether this object represents the pseudo\-field `Type.class`.
return: true for the `Type.class` pseudo\-field

