webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Public Member Functions | List of all members
google::protobuf::compiler::Parser Class Reference

#include <parser.h>

Public Member Functions

 Parser ()
 
 ~Parser ()
 
bool Parse (io::Tokenizer *input, FileDescriptorProto *file)
 
void RecordSourceLocationsTo (SourceLocationTable *location_table)
 
void RecordErrorsTo (io::ErrorCollector *error_collector)
 
const stringGetSyntaxIdentifier ()
 
void SetRequireSyntaxIdentifier (bool value)
 
void SetStopAfterSyntaxIdentifier (bool value)
 

Constructor & Destructor Documentation

◆ Parser()

google::protobuf::compiler::Parser::Parser ( )

◆ ~Parser()

google::protobuf::compiler::Parser::~Parser ( )

Member Function Documentation

◆ GetSyntaxIdentifier()

const string& google::protobuf::compiler::Parser::GetSyntaxIdentifier ( )
inline

◆ Parse()

bool google::protobuf::compiler::Parser::Parse ( io::Tokenizer input,
FileDescriptorProto file 
)

◆ RecordErrorsTo()

void google::protobuf::compiler::Parser::RecordErrorsTo ( io::ErrorCollector error_collector)
inline

◆ RecordSourceLocationsTo()

void google::protobuf::compiler::Parser::RecordSourceLocationsTo ( SourceLocationTable location_table)
inline

◆ SetRequireSyntaxIdentifier()

void google::protobuf::compiler::Parser::SetRequireSyntaxIdentifier ( bool  value)
inline

◆ SetStopAfterSyntaxIdentifier()

void google::protobuf::compiler::Parser::SetStopAfterSyntaxIdentifier ( bool  value)
inline

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