v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Scanner::Location Struct Reference

#include <scanner.h>

Public Member Functions

 Location (int b, int e)
 
 Location ()
 
bool IsValid () const
 

Static Public Member Functions

static Location invalid ()
 

Data Fields

int beg_pos
 
int end_pos
 

Detailed Description

Definition at line 348 of file scanner.h.

Constructor & Destructor Documentation

Location ( int  b,
int  e 
)
inline

Definition at line 349 of file scanner.h.

Location ( )
inline

Definition at line 350 of file scanner.h.

Referenced by Scanner::Location::invalid().

Member Function Documentation

static Location invalid ( )
inlinestatic
bool IsValid ( ) const
inline

Field Documentation


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