Lines Matching refs:PE_Interface
49 #define DF &PE_Interface::On_Default
51 PE_Interface::F_TOK
52 PE_Interface::aDispatcher[PE_Interface::e_STATES_MAX][PE_Interface::tt_MAX] =
54 { &PE_Interface::On_need_uik_MetaType,
56 { DF, &PE_Interface::On_uik_Identifier,
57 &PE_Interface::On_uik_Punctuation,
59 { &PE_Interface::On_need_ident_MetaType,
61 { DF, &PE_Interface::On_ident_Identifier,
62 &PE_Interface::On_ident_Punctuation,
64 { &PE_Interface::On_need_interface_MetaType,
66 { DF, &PE_Interface::On_need_name_Identifer,
68 { DF, DF, &PE_Interface::On_wait_for_base_Punctuation,
71 { DF, DF, &PE_Interface::On_need_curlbr_open_Punctuation,
73 { &PE_Interface::On_std_Metatype,
74 &PE_Interface::On_std_GotoFunction,
75 &PE_Interface::On_std_Punctuation,
76 &PE_Interface::On_std_GotoFunction,
77 &PE_Interface::On_std_Stereotype }, // e_std
80 { DF, DF, &PE_Interface::On_need_finish_Punctuation,
88 PE_Interface::CallHandler( const char * i_sTokenText, in CallHandler()
94 PE_Interface::PE_Interface() in PE_Interface() function in csi::uidl::PE_Interface
112 PE_Interface::EstablishContacts( UnoIDL_PE * io_pParentPE, in EstablishContacts()
122 PE_Interface::~PE_Interface() in ~PE_Interface()
127 PE_Interface::ProcessToken( const Token & i_rToken ) in ProcessToken()
134 PE_Interface::Process_MetaType( const TokMetaType & i_rToken ) in Process_MetaType()
140 PE_Interface::Process_Identifier( const TokIdentifier & i_rToken ) in Process_Identifier()
146 PE_Interface::Process_Punctuation( const TokPunctuation & i_rToken ) in Process_Punctuation()
152 PE_Interface::Process_NameSeparator() in Process_NameSeparator()
158 PE_Interface::Process_BuiltInType( const TokBuiltInType & i_rToken ) in Process_BuiltInType()
164 PE_Interface::Process_TypeModifier( const TokTypeModifier & i_rToken ) in Process_TypeModifier()
170 PE_Interface::Process_Stereotype( const TokStereotype & i_rToken ) in Process_Stereotype()
176 PE_Interface::Process_Default() in Process_Default()
183 PE_Interface::On_need_uik_MetaType(const char *) in On_need_uik_MetaType()
191 PE_Interface::On_uik_Identifier(const char *) in On_uik_Identifier()
198 PE_Interface::On_uik_Punctuation(const char * i_sText) in On_uik_Punctuation()
209 PE_Interface::On_need_ident_MetaType(const char *) in On_need_ident_MetaType()
216 PE_Interface::On_ident_Identifier(const char *) in On_ident_Identifier()
222 PE_Interface::On_ident_Punctuation(const char * i_sText) in On_ident_Punctuation()
232 PE_Interface::On_need_interface_MetaType(const char *) in On_need_interface_MetaType()
239 PE_Interface::On_need_name_Identifer(const char * i_sText) in On_need_name_Identifer()
247 PE_Interface::On_wait_for_base_Punctuation(const char * i_sText) in On_wait_for_base_Punctuation()
277 PE_Interface::On_need_curlbr_open_Punctuation(const char * i_sText) in On_need_curlbr_open_Punctuation()
293 PE_Interface::On_std_Metatype(const char * i_sText) in On_std_Metatype()
304 PE_Interface::On_std_Punctuation(const char * i_sText) in On_std_Punctuation()
322 PE_Interface::On_std_Stereotype(const char * i_sText) in On_std_Stereotype()
339 PE_Interface::On_std_GotoFunction(const char * ) in On_std_GotoFunction()
346 PE_Interface::On_std_GotoAttribute(const char * ) in On_std_GotoAttribute()
353 PE_Interface::On_std_GotoBaseInterface(const char * ) in On_std_GotoBaseInterface()
360 PE_Interface::On_need_finish_Punctuation(const char * i_sText) in On_need_finish_Punctuation()
375 PE_Interface::On_Default(const char *) in On_Default()
381 PE_Interface::InitData() in InitData()
394 PE_Interface::TransferData() in TransferData()
412 PE_Interface::ReceiveData() in ReceiveData()
443 PE_Interface::MyPE() in MyPE()
449 PE_Interface::store_Interface() in store_Interface()