V8 Project
v8::internal::Comparator::Input Class Referenceabstract

#include <liveedit.h>

+ Inheritance diagram for v8::internal::Comparator::Input:
+ Collaboration diagram for v8::internal::Comparator::Input:

Public Member Functions

virtual int GetLength1 ()=0
 
virtual int GetLength2 ()=0
 
virtual bool Equals (int index1, int index2)=0
 

Protected Member Functions

virtual ~Input ()
 

Detailed Description

Definition at line 193 of file liveedit.h.

Constructor & Destructor Documentation

◆ ~Input()

virtual v8::internal::Comparator::Input::~Input ( )
inlineprotectedvirtual

Definition at line 200 of file liveedit.h.

200 {}

Member Function Documentation

◆ Equals()

virtual bool v8::internal::Comparator::Input::Equals ( int  index1,
int  index2 
)
pure virtual

Implemented in v8::internal::LineArrayCompareInput, and v8::internal::TokensCompareInput.

Referenced by v8::internal::Differencer::CompareUpToTail(), and v8::internal::NarrowDownInput().

+ Here is the caller graph for this function:

◆ GetLength1()

virtual int v8::internal::Comparator::Input::GetLength1 ( )
pure virtual

Implemented in v8::internal::LineArrayCompareInput, and v8::internal::TokensCompareInput.

Referenced by v8::internal::NarrowDownInput().

+ Here is the caller graph for this function:

◆ GetLength2()

virtual int v8::internal::Comparator::Input::GetLength2 ( )
pure virtual

Implemented in v8::internal::LineArrayCompareInput, and v8::internal::TokensCompareInput.

Referenced by v8::internal::NarrowDownInput().

+ Here is the caller graph for this function:

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