webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Member Functions | List of all members
WebCore::IdentifierRep Class Reference

#include <IdentifierRep.h>

Public Member Functions

bool isString () const
 
int number () const
 
const char * string () const
 
bool isString () const
 
int number () const
 
const char * string () const
 

Static Public Member Functions

static WEBCORE_EXPORT IdentifierRepget (int)
 
static WEBCORE_EXPORT IdentifierRepget (const char *)
 
static WEBCORE_EXPORT bool isValid (IdentifierRep *)
 
static WEBCORE_EXPORT IdentifierRepget (int)
 
static WEBCORE_EXPORT IdentifierRepget (const char *)
 
static WEBCORE_EXPORT bool isValid (IdentifierRep *)
 

Member Function Documentation

◆ get() [1/4]

IdentifierRep * WebCore::IdentifierRep::get ( int  intID)
static

◆ get() [2/4]

static WEBCORE_EXPORT IdentifierRep* WebCore::IdentifierRep::get ( int  )
static

◆ get() [3/4]

IdentifierRep * WebCore::IdentifierRep::get ( const char *  name)
static

◆ get() [4/4]

static WEBCORE_EXPORT IdentifierRep* WebCore::IdentifierRep::get ( const char *  )
static

◆ isString() [1/2]

bool WebCore::IdentifierRep::isString ( ) const
inline

◆ isString() [2/2]

bool WebCore::IdentifierRep::isString ( ) const
inline

◆ isValid() [1/2]

static WEBCORE_EXPORT bool WebCore::IdentifierRep::isValid ( IdentifierRep )
static

◆ isValid() [2/2]

bool WebCore::IdentifierRep::isValid ( IdentifierRep identifier)
static

◆ number() [1/2]

int WebCore::IdentifierRep::number ( ) const
inline

◆ number() [2/2]

int WebCore::IdentifierRep::number ( ) const
inline

◆ string() [1/2]

const char* WebCore::IdentifierRep::string ( ) const
inline

◆ string() [2/2]

const char* WebCore::IdentifierRep::string ( ) const
inline

Member Data Documentation

◆ m_number

int WebCore::IdentifierRep::m_number

◆ m_string

const char* WebCore::IdentifierRep::m_string

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