Searched refs:_coercionsByShape (Results 1 – 2 of 2) sorted by relevance
21 protected final CoercionAction[] _coercionsByShape; field in CoercionConfig24 _coercionsByShape = new CoercionAction[INPUT_SHAPE_COUNT]; in CoercionConfig()30 _coercionsByShape = Arrays.copyOf(src._coercionsByShape, in CoercionConfig()31 src._coercionsByShape.length); in CoercionConfig()35 return _coercionsByShape[shape.ordinal()]; in findAction()
28 _coercionsByShape[shape.ordinal()] = action; in setCoercion()