# Enum: com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.IWildcardType.Group

Group \(category\) of a wildcard type.

## Constant: FLOAT
Description: IEEE\-754 floating point number.

## Constant: INTEGER
Description: Signed integer using 2\-complement arithmetic. By default, unspecified wildcard types will resolve to this group.

## Constant: POINTER
Description: Memory pointer.

## Constant: UINT
Description: Unsigned integer.

## Static Method: valueOf
- parameter: `name`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.IWildcardType.Group`


## Static Method: values
- return type: `com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.IWildcardType.Group[]`


