get method

ATNConfig get(
  1. int i
)

Implementation

ATNConfig get(int i) {
  return configs[i];
}