public

Description

Public Static Attributes

   
   
const uint32_t TYPE_ID

Public Attributes

   
   
bool value

Public Static Functions

   
   
uint32_t getTypeId()

Public Functions

   
   
  TValueBool(bool v)
   
std::string toString() const
   
Token * clone() const
   
bool getValue() const

Documentation

variable
EScript::TValueBool::TYPE_ID

public static
 
 
const uint32_t TYPE_ID

Defined in EScript/EScript/Compiler/Token.h:241


variable
EScript::TValueBool::value

public
 
 
bool value

Defined in EScript/EScript/Compiler/Token.h:248


function
EScript::TValueBool::getTypeId

public static inline
   
   
uint32_t getTypeId( )

Defined in EScript/EScript/Compiler/Token.h:242


function
EScript::TValueBool::TValueBool

public inline
     
     
TValueBool( bool v )

Defined in EScript/EScript/Compiler/Token.h:243


function
EScript::TValueBool::toString

public const inline virtual
   
   
std::string toString( ) const

Defined in EScript/EScript/Compiler/Token.h:244


function
EScript::TValueBool::clone

public const inline virtual
   
   
Token * clone( ) const

Defined in EScript/EScript/Compiler/Token.h:245


function
EScript::TValueBool::getValue

public const inline
   
   
bool getValue( ) const

Defined in EScript/EScript/Compiler/Token.h:246