deserialize_property


Description:

[ Version ( since = "2.4" ) ]
public TokenType deserialize_property (Scanner scanner, int nest_level)

This function deserializes a single property of this.

You shouldn't need to call this function directly. If possible, use deserialize_properties instead.

Parameters:

this

a Config.

scanner

a Scanner.

nest_level

the nest level

Returns:

g_token_right_paren on success, otherwise the expected TokenType or g_token_none if the expected token was found but couldn't be parsed.