webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
JSC::JSTokenLocation Struct Reference

#include <ParserTokens.h>

Public Member Functions

 JSTokenLocation ()
 
 JSTokenLocation (const JSTokenLocation &location)
 
 JSTokenLocation ()
 
 JSTokenLocation (const JSTokenLocation &location)
 

Public Attributes

int line
 
unsigned lineStartOffset
 
unsigned startOffset
 
unsigned endOffset
 

Constructor & Destructor Documentation

◆ JSTokenLocation() [1/4]

JSC::JSTokenLocation::JSTokenLocation ( )
inline

◆ JSTokenLocation() [2/4]

JSC::JSTokenLocation::JSTokenLocation ( const JSTokenLocation location)
inline

◆ JSTokenLocation() [3/4]

JSC::JSTokenLocation::JSTokenLocation ( )
inline

◆ JSTokenLocation() [4/4]

JSC::JSTokenLocation::JSTokenLocation ( const JSTokenLocation location)
inline

Member Data Documentation

◆ endOffset

unsigned JSC::JSTokenLocation::endOffset

◆ line

int JSC::JSTokenLocation::line

◆ lineStartOffset

unsigned JSC::JSTokenLocation::lineStartOffset

◆ startOffset

unsigned JSC::JSTokenLocation::startOffset

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