Exemple #1
0
 State getTransition(JsonToken token, State enclosingState) {
   return transitions.get(token);
 }