BWAPI
|
#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 string & | GetSyntaxIdentifier () |
void | SetRequireSyntaxIdentifier (bool value) |
void | SetStopAfterSyntaxIdentifier (bool value) |
const string& google::protobuf::compiler::Parser::GetSyntaxIdentifier | ( | ) | [inline] |
bool google::protobuf::compiler::Parser::Parse | ( | io::Tokenizer * | input, |
FileDescriptorProto * | file | ||
) |
void google::protobuf::compiler::Parser::RecordErrorsTo | ( | io::ErrorCollector * | error_collector | ) | [inline] |
void google::protobuf::compiler::Parser::RecordSourceLocationsTo | ( | SourceLocationTable * | location_table | ) | [inline] |
void google::protobuf::compiler::Parser::SetRequireSyntaxIdentifier | ( | bool | value | ) | [inline] |
void google::protobuf::compiler::Parser::SetStopAfterSyntaxIdentifier | ( | bool | value | ) | [inline] |