v8  3.14.5(node0.10.28)
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 301 of file scanner.h.

Constructor & Destructor Documentation

Location ( int  b,
int  e 
)
inline

Definition at line 302 of file scanner.h.

Location ( )
inline

Definition at line 303 of file scanner.h.

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

Member Function Documentation

static Location invalid ( )
inlinestatic

Definition at line 309 of file scanner.h.

References Scanner::Location::Location().

Referenced by Scanner::clear_octal_position().

bool IsValid ( ) const
inline

Definition at line 305 of file scanner.h.

References Scanner::Location::beg_pos, and Scanner::Location::end_pos.

Field Documentation


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