Cppcheck
Public Types | Public Member Functions | Public Attributes | List of all members
FwdAnalysis::Result Struct Reference

Result of forward analysis. More...

Public Types

enum class  Type {
  NONE , READ , WRITE , BREAK ,
  RETURN , BAILOUT
}
 

Public Member Functions

 Result (Type type)
 
 Result (Type type, const Token *token)
 

Public Attributes

enum FwdAnalysis::Result::Type type
 
const Tokentoken {}
 

Detailed Description

Result of forward analysis.

Definition at line 75 of file fwdanalysis.h.

Member Enumeration Documentation

◆ Type

Enumerator
NONE 
READ 
WRITE 
BREAK 
RETURN 
BAILOUT 

Definition at line 76 of file fwdanalysis.h.

Constructor & Destructor Documentation

◆ Result() [1/2]

FwdAnalysis::Result::Result ( Type  type)
inlineexplicit

Definition at line 77 of file fwdanalysis.h.

◆ Result() [2/2]

FwdAnalysis::Result::Result ( Type  type,
const Token token 
)
inline

Definition at line 78 of file fwdanalysis.h.

Member Data Documentation

◆ token

const Token* FwdAnalysis::Result::token {}

◆ type

enum FwdAnalysis::Result::Type FwdAnalysis::Result::type

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