clang: clang::syntax::BinaryOperatorExpression Class Reference (original) (raw)

More...

#include "[clang/Tooling/Syntax/Nodes.h](Nodes%5F8h%5Fsource.html)"

Inheritance diagram for clang::syntax::BinaryOperatorExpression:

Public Member Functions
BinaryOperatorExpression ()
Expression * getLhs ()
Leaf * getOperatorToken ()
Expression * getRhs ()

Detailed Description

For example: a + b a bitor 1 a |= b a and_eq b

Definition at line 198 of file Nodes.h.

Constructor & Destructor Documentation

clang::syntax::BinaryOperatorExpression::BinaryOperatorExpression ( ) inline

Member Function Documentation

classof()

static bool clang::syntax::BinaryOperatorExpression::classof ( const Node * N) static

getLhs()

getOperatorToken()

syntax::Leaf * syntax::BinaryOperatorExpression::getOperatorToken ( )

getRhs()


The documentation for this class was generated from the following files: