|
|
| substitution (shared_origin origin, bool optional, token_list expression) |
| |
|
bool | optional () const |
| |
|
token_list const & | expression () const |
| |
| std::string | token_text () const override |
| |
| std::string | to_string () const override |
| |
| bool | operator== (const token &other) const override |
| |
|
virtual token_type | get_token_type () const |
| |
|
virtual shared_origin const & | origin () const |
| |
|
int | line_number () const |
| |
Definition at line 96 of file tokens.hpp.
◆ operator==()
| bool hocon::substitution::operator== |
( |
const token & |
other | ) |
const |
|
overridevirtual |
◆ to_string()
| std::string hocon::substitution::to_string |
( |
| ) |
const |
|
overridevirtual |
◆ token_text()
| std::string hocon::substitution::token_text |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following file: