This is the complete list of members for CompositeProperty, including all inherited members.
CompositeProperty(const CodeSpan &codeSpan_, std::string_view name_, std::vector< std::unique_ptr< PropertyNode >> &&nodes_) | CompositeProperty | inline |
CompositeProperty(CompositeProperty &&rhs) noexcept | CompositeProperty | inline |
getCodeSpan() const | PropertyNode | inline |
getName() const | CompositeProperty | inline |
getNodes() const | CompositeProperty | inline |
normalise(std::string_view input) | PropertyNode | inlinestatic |
operator!=(const PropertyNode &rhs) const | PropertyNode | inline |
operator==(const PropertyNode &rhs) const override | CompositeProperty | inlinevirtual |
visit(Payload &payload, PropertyVisitor &visitor) const override | CompositeProperty | inlinevirtual |
~PropertyNode()=default | PropertyNode | virtual |