clang API Documentation

Public Member Functions | Static Public Member Functions | Protected Member Functions
clang::ento::BinarySymExpr Class Reference

Represents a symbolic expression involving a binary operator. More...

#include <SymbolManager.h>

Inheritance diagram for clang::ento::BinarySymExpr:
Inheritance graph
[legend]
Collaboration diagram for clang::ento::BinarySymExpr:
Collaboration graph
[legend]

List of all members.

Public Member Functions

QualType getType () const override
BinaryOperator::Opcode getOpcode () const

Static Public Member Functions

static bool classof (const SymExpr *SE)

Protected Member Functions

 BinarySymExpr (Kind k, BinaryOperator::Opcode op, QualType t)

Detailed Description

Represents a symbolic expression involving a binary operator.

Definition at line 345 of file SymbolManager.h.


Constructor & Destructor Documentation

Definition at line 350 of file SymbolManager.h.


Member Function Documentation

static bool clang::ento::BinarySymExpr::classof ( const SymExpr SE) [inline, static]
QualType clang::ento::BinarySymExpr::getType ( ) const [inline, override, virtual]

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