allocationSize static method

int allocationSize(
  1. AddressParseException value
)

Implementation

static int allocationSize(AddressParseException value) {
  return value.allocationSize();
}