mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:17:36 +00:00
LibWeb: Rename CSS::Token::TokenType -> Type
This commit is contained in:
parent
8671d79ba4
commit
9c14504bbb
6 changed files with 124 additions and 124 deletions
|
@ -76,9 +76,9 @@ private:
|
|||
[[nodiscard]] U32Twin peek_twin() const;
|
||||
[[nodiscard]] U32Triplet peek_triplet() const;
|
||||
|
||||
[[nodiscard]] static Token create_new_token(Token::TokenType);
|
||||
[[nodiscard]] static Token create_value_token(Token::TokenType, String value);
|
||||
[[nodiscard]] static Token create_value_token(Token::TokenType, u32 value);
|
||||
[[nodiscard]] static Token create_new_token(Token::Type);
|
||||
[[nodiscard]] static Token create_value_token(Token::Type, String value);
|
||||
[[nodiscard]] static Token create_value_token(Token::Type, u32 value);
|
||||
[[nodiscard]] Token consume_a_token();
|
||||
[[nodiscard]] Token consume_string_token(u32 ending_code_point);
|
||||
[[nodiscard]] Token consume_a_numeric_token();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue