# Class: com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.VariableArgumentInformation

Variable argument metadata resolved for a routine call.

## Constructor: VariableArgumentInformation
- parameter: `varArgTypes`, type: `java.util.List<com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.IWildcardType>`

Description: Create variable argument metadata.
parameter: varArgTypes: variable argument types

## Method: getVarArgTypes
- return type: `java.util.List<com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.IWildcardType>`

Description: Get the variable argument types.
return: variable argument types

