GNU Octave 10.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 
Loading...
Searching...
No Matches
tree_classdef_attribute Class Reference

#include "pt-classdef.h"

Public Member Functions

 tree_classdef_attribute (const token &not_tok, tree_identifier *i, bool b)
 
 tree_classdef_attribute (tree_identifier *i)
 
 tree_classdef_attribute (tree_identifier *i, const token eq_tok, tree_expression *e)
 
 ~tree_classdef_attribute ()
 
void accept (tree_walker &tw)
 
filepos beg_pos () const
 
filepos end_pos () const
 
tree_expressionexpression ()
 
tree_identifierident ()
 
bool negate ()
 

Detailed Description

Definition at line 137 of file pt-classdef.h.

Constructor & Destructor Documentation

◆ tree_classdef_attribute() [1/3]

tree_classdef_attribute::tree_classdef_attribute ( tree_identifier i)
inline

Definition at line 141 of file pt-classdef.h.

◆ tree_classdef_attribute() [2/3]

tree_classdef_attribute::tree_classdef_attribute ( tree_identifier i,
const token  eq_tok,
tree_expression e 
)
inline

Definition at line 145 of file pt-classdef.h.

◆ tree_classdef_attribute() [3/3]

tree_classdef_attribute::tree_classdef_attribute ( const token not_tok,
tree_identifier i,
bool  b 
)
inline

Definition at line 149 of file pt-classdef.h.

◆ ~tree_classdef_attribute()

tree_classdef_attribute::~tree_classdef_attribute ( )
inline

Definition at line 155 of file pt-classdef.h.

Member Function Documentation

◆ accept()

void tree_classdef_attribute::accept ( tree_walker tw)
inline

Definition at line 170 of file pt-classdef.h.

References tree_walker::visit_classdef_attribute().

◆ beg_pos()

filepos tree_classdef_attribute::beg_pos ( ) const
inline

Definition at line 161 of file pt-classdef.h.

References tree_identifier::beg_pos(), and token::beg_pos().

◆ end_pos()

filepos tree_classdef_attribute::end_pos ( ) const
inline

Definition at line 162 of file pt-classdef.h.

References tree_identifier::end_pos(), and tree::end_pos().

◆ expression()

tree_expression * tree_classdef_attribute::expression ( )
inline

Definition at line 166 of file pt-classdef.h.

Referenced by tree_walker::visit_classdef_attribute().

◆ ident()

tree_identifier * tree_classdef_attribute::ident ( )
inline

Definition at line 164 of file pt-classdef.h.

Referenced by tree_walker::visit_classdef_attribute().

◆ negate()

bool tree_classdef_attribute::negate ( )
inline

Definition at line 168 of file pt-classdef.h.


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