*/ class TokenLeftBracket implements InterfaceToken { /** * @return string */ public static function getRegex() { return '\('; } }