/*** check if the transition from "currState" is caused by "." ***/ private static bool checkSomeChar(AutomataState currState) { return currState.getExactTransition(RExpr_Parser.Tokens.TOK_SOMECHAR_TRANS) != null; }