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