HomeSort by relevance Sort by last modified time
    Searched refs:Lexical (Results 1 - 6 of 6) sorted by null

  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
TokenMgrError.java 26 * Lexical error occured.
36 * Tried to change to an invalid lexical state.
102 * token manager to indicate a lexical error.
105 * curLexState : lexical state in which this error occured
110 * Note: You can customize the lexical error message by modifying this method.
113 return("Lexical error at line " +
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/
TokenMgrError.java 26 * Lexical error occured.
36 * Tried to change to an invalid lexical state.
102 * token manager to indicate a lexical error.
105 * curLexState : lexical state in which this error occured
110 * Note: You can customize the lexical error message by modifying this method.
113 return("Lexical error at line " +
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
TokenMgrError.java 26 * Lexical error occured.
36 * Tried to change to an invalid lexical state.
102 * token manager to indicate a lexical error.
105 * curLexState : lexical state in which this error occured
110 * Note: You can customize the lexical error message by modifying this method.
113 return("Lexical error at line " +
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/
filter.rb 14 See http://www.antlr.org/wiki/display/ANTLR3/Lexical+filters for more info on
  /external/clang/lib/Sema/
SemaLookup.cpp 783 // differ from the lexical context (encoded directly in the Scope
790 DeclContext *Lexical = 0;
794 Lexical = static_cast<DeclContext *>(OuterS->getEntity());
819 // In this example, the lexical context we return is the
821 if (!Lexical || !DC || !S->getParent() ||
823 return std::make_pair(Lexical, false);
843 if (Lexical->isFileContext() && !Lexical->Equals(Semantic) &&
844 Lexical->Encloses(Semantic))
847 return std::make_pair(Lexical, false)
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/howto/sandbox/
handlebars-1.0.0.beta.6.js 390 this.parseError('Lexical error on line '+(this.yylineno+1)+'. Unrecognized text.\n'+this.showPosition(),
    [all...]

Completed in 564 milliseconds