Skip to content

expr Subelements

Joshua Behler edited this page Nov 28, 2023 · 2 revisions

The following document details all elements within a language that could be a child element of an <expr> tag. The tags might not always be a child of an expression, but can be.

C

  • <name>
  • <operator>
  • <literal>
  • <index>
  • <call>
  • <ternary>
  • <block>
  • <sizeof>
  • <alignof>
  • <generic_selection>

C++

  • <name>
  • <operator>
  • <literal>
  • <index>
  • <call>
  • <ternary>
  • <block>
  • <lambda>
  • <cast>
  • <sizeof>
  • <typeid>
  • <noexcept>
  • <alignof>
  • <decltype>

C#

  • <name>
  • <operator>
  • <literal>
  • <call>
  • <ternary>
  • <block>
  • <lambda>
  • <linq>
  • <sizeof>
  • <typeof>
  • <default>
  • <specifier>
  • <macro>

Java

  • <name>
  • <operator>
  • <literal>
  • <call>
  • <ternary>
  • <block>
  • <lambda>
  • <class>
Clone this wiki locally