Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
Irony.Resources Class Reference

A strongly-typed resource class, for looking up localized strings, etc. More...

Properties

static
global::System.Resources.ResourceManager 
ResourceManager [get]
 Returns the cached ResourceManager instance used by this class. More...
 
static
global::System.Globalization.CultureInfo 
Culture [get, set]
 Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class. More...
 
static string ConsoleNoChars [get]
 Looks up a localized string similar to Nn. More...
 
static string ConsoleYesChars [get]
 Looks up a localized string similar to Yy. More...
 
static string ErrAmbigGrammarRR [get]
 Looks up a localized string similar to Ambiguous grammar, unresolvable reduce-reduce conflicts. State {0}, lookaheads [{1}]. More...
 
static string ErrAmbigGrammarSR [get]
 Looks up a localized string similar to Ambiguous grammar, unresolvable shift-reduce conflicts. State {0}, lookaheads [{1}]. More...
 
static string ErrArgListNotFound [get]
 Looks up a localized string similar to Argument list not found in the stack. Expected: ValueList, found: {0}.. More...
 
static string ErrAssignLiteralValue [get]
 Looks up a localized string similar to Invalide operation, attempt to assign constant or literal value.. More...
 
static string ErrBadChar [get]
 Looks up a localized string similar to Invalid length of char literal - should be a single character.. More...
 
static string ErrBadStrLiteral [get]
 Looks up a localized string similar to Mal-formed string literal - cannot find termination symbol.. More...
 
static string ErrBadUnEscape [get]
 Looks up a localized string similar to Invalid unicode escape ({0}), expected {1} hex digits.. More...
 
static string ErrBadXEscape [get]
 Looks up a localized string similar to Invalid escape, at least one digit expected.. More...
 
static string ErrCannotConvertValue [get]
 Looks up a localized string similar to Cannot convert value from type {0} to type {1}, type converter not defined.. More...
 
static string ErrCannotConvertValueToType [get]
 Looks up a localized string similar to Cannot convert literal {0} to type {1}.. More...
 
static string ErrConflictMsgTemplate [get]
 Looks up a localized string similar to {0} State {1} on inputs: {2}. More...
 
static string ErrConsoleFatalError [get]
 Looks up a localized string similar to Fatal error:. More...
 
static string ErrConstructNotSupported [get]
 Looks up a localized string similar to Construct '{0}' is not supported (yet) by language implementation.. More...
 
static string ErrDsvNoClosingQuote [get]
 Looks up a localized string similar to Could not find a closing quote for quoted value.. More...
 
static string ErrDupRegexSwitch [get]
 Looks up a localized string similar to Duplicate switch '{0}' for regular expression.. More...
 
static string ErrDupStartSymbolStr [get]
 Looks up a localized string similar to Duplicate start symbol {0} in string literal [{1}].. More...
 
static string ErrFailedCreateNode [get]
 Looks up a localized string similar to Failed to create AST node for non-terminal [{0}], error: {1}. More...
 
static string ErrImpliedOpUseParserLink [get]
 Looks up a localized string similar to ImpliedSymbolTerminal cannot be used in grammar with DisableScannerParserLink flag set. More...
 
static string ErrInternalErrDataPopFailed [get]
 Looks up a localized string similar to Interpreter error, DataStack.Pop() operation failed - stack is empty.. More...
 
static string ErrInterpreterIsBusy [get]
 Looks up a localized string similar to Interpreter is busy.. More...
 
static string ErrInvalidArgsForIncDec [get]
 Looks up a localized string similar to Invalid arguments for IncDecNode AST node: either first or second argument should be '–' or '++'.. More...
 
static string ErrInvalidAstMode [get]
 Looks up a localized string similar to Invalid AstMode value in call to Evaluate method. Node: {0}, mode: {1}.. More...
 
static string ErrInvalidChar [get]
 Looks up a localized string similar to Invalid character: '{0}'.. More...
 
static string ErrInvalidEmbeddedPrefix [get]
 Looks up a localized string similar to Invalid embedded expression. . More...
 
static string ErrInvDedent [get]
 Looks up a localized string similar to Invalid dedent level, no previous matching indent found.. More...
 
static string ErrInvEscape [get]
 Looks up a localized string similar to Invalid escape sequence:0}.. More...
 
static string ErrInvEscSeq [get]
 Looks up a localized string similar to Invalid escape sequence.. More...
 
static string ErrInvEscSymbol [get]
 Looks up a localized string similar to Invalid escape symbol, expected 'u' or 'U' only.. More...
 
static string ErrInvNumber [get]
 Looks up a localized string similar to Invalid number.. More...
 
static string ErrInvRegexSwitch [get]
 Looks up a localized string similar to Invalid switch '{0}' for regular expression. More...
 
static string ErrInvStrDef [get]
 Looks up a localized string similar to Error in string literal [{0}]: No start/end symbols specified.. More...
 
static string ErrLastTermOfErrorProd [get]
 Looks up a localized string similar to The last term of production containing SyntaxError must be a terminal. NonTerminal: {0}. More...
 
static string ErrListCannotBeTransient [get]
 Looks up a localized string similar to List non-terminals cannot be marked transient; list: ({0}). More...
 
static string ErrNewLineExpected [get]
 Looks up a localized string similar to NewLine expected.. More...
 
static string ErrNLALRhang [get]
 Looks up a localized string similar to NLALR process is in indefinite loop, number of states exceeded 3000.. More...
 
static string ErrNoClosingBrace [get]
 Looks up a localized string similar to No closing pair for opening symbol {0}. More...
 
static string ErrNodeTypeNotSetOn [get]
 Looks up a localized string similar to Warning: AstNodeType or AstNodeCreator is not set on non-terminals: {0}.. More...
 
static string ErrNoEndForRegex [get]
 Looks up a localized string similar to No end symbol for regex literal.. More...
 
static string ErrNoEndTagInEmbExpr [get]
 Looks up a localized string similar to No ending tag '{0}' found in embedded expression.. More...
 
static string ErrNoImplForUnaryOp [get]
 Looks up a localized string similar to UnExprNode: no implementation for unary operator '{0}'.. More...
 
static string ErrNoLetterAfterNum [get]
 Looks up a localized string similar to Number cannot be followed by a letter.. More...
 
static string ErrNoLkhds [get]
 Looks up a localized string similar to ParserDataBuilder error: inadequate state {0}, reduce item '{1}' has no lookaheads.. More...
 
static string ErrNtRuleIsNull [get]
 Looks up a localized string similar to Non-terminal {0} has uninitialized Rule property.. More...
 
static string ErrNullNodeEval [get]
 Looks up a localized string similar to Attempt to evaluate NULL AST node. The AST node for term '{0}' was not created during parsing.. More...
 
static string ErrOpNotDefinedForTypes [get]
 Looks up a localized string similar to Operator '{0}' is not defined for types {1} and {2}.. More...
 
static string ErrOpNotImplemented [get]
 Looks up a localized string similar to Operator '{0} not imlemented.. More...
 
static string ErrOutErrorPrintFormat [get]
 Looks up a localized string similar to {0}: {1}. More...
 
static string ErrOutlineFilterContSymbol [get]
 Looks up a localized string similar to CodeOutlineFilter: line continuation symbol '{0}' should be added to Grammar.NonGrammarTerminals list.. More...
 
static string ErrParserUnexpInput [get]
 Looks up a localized string similar to Syntax error, expected: {0}. More...
 
static string ErrParseTreeNull [get]
 Looks up a localized string similar to Parsed tree is null, cannot evaluate.. More...
 
static string ErrParseTreeRootNull [get]
 Looks up a localized string similar to Parse tree root is null, cannot evaluate.. More...
 
static string ErrRootAstNodeNull [get]
 Looks up a localized string similar to Root AST node is null, cannot evaluate.. More...
 
static string ErrRootAstNoInterface [get]
 Looks up a localized string similar to Root AST node does not implement IInterpretedAstNode interface, cannot evaluate.. More...
 
static string ErrRootNotRegistered [get]
 Looks up a localized string similar to ({0}) term passed as 'root' paramater to parserr is not Root or snippet root of the grammar. Add it to SnippetRoots set in grammar constructor.. More...
 
static string ErrRootNotSet [get]
 Looks up a localized string similar to Root property of the grammar is not set.. More...
 
static string ErrRRConflict [get]
 Looks up a localized string similar to Reduce-reduce conflict. State {0}, lookaheads: {1}. Selected reduce on first production in conflict set.. More...
 
static string ErrRuleContainsNull [get]
 Looks up a localized string similar to Rule for NonTerminal {0} contains null as an operand in position {1} in one of productions.. More...
 
static string ErrSRConflict [get]
 Looks up a localized string similar to Shift-reduce conflict. State {0}, lookaheads [{1}]. Selected shift as preferred action.. More...
 
static string ErrSyntaxErrorNoInfo [get]
 Looks up a localized string similar to Syntax error.. More...
 
static string ErrTemplExprNotRoot [get]
 Looks up a localized string similar to Expression root non-terminal in template settings (AstNodeConfig property) in templated string literal [{0}] is not added to Roots set. Add it to SnippetRoots in grammar constructor.. More...
 
static string ErrTemplMissingExprRoot [get]
 Looks up a localized string similar to Expression root is not specified in template settings (AstNodeConfig property) in templated string literal [{0}]. . More...
 
static string ErrTemplNoSettings [get]
 Looks up a localized string similar to Error in string literal [{0}]: IsTemplate flag is set, but TemplateSettings is not provided in AstNodeConfig property.. More...
 
static string ErrTerminalHasEmptyPrefix [get]
 Looks up a localized string similar to A terminal {0} has empty prefix.. More...
 
static string ErrTransientNtMustHaveOneTerm [get]
 Looks up a localized string similar to Transient non-terminal must have zero or one non-punctuation child nodes; non-terminals: {0}.. More...
 
static string ErrUnclosedComment [get]
 Looks up a localized string similar to Unclosed comment block. More...
 
static string ErrUnexpEof [get]
 Looks up a localized string similar to Unexpected end of file.. More...
 
static string ErrUnexpIndent [get]
 Looks up a localized string similar to Unexpected indentation.. More...
 
static string ErrUnmatchedCloseBrace [get]
 Looks up a localized string similar to Unmatched closing brace '{0}'.. More...
 
static string ErrVarIsNotCallable [get]
 Looks up a localized string similar to Variable {0} is not a callable function.. More...
 
static string ErrVarNotDefined [get]
 Looks up a localized string similar to Variable {0} not defined.. More...
 
static string ErrWrongArgCount [get]
 Looks up a localized string similar to Invalid number of arguments. Expected {0}, found {1}.. More...
 
static string FmtRowCol [get]
 Looks up a localized string similar to {0}({1}:{2}). More...
 
static string LabelActionAccept [get]
 Looks up a localized string similar to Accept. More...
 
static string LabelActionOp [get]
 Looks up a localized string similar to Operator, shift to {0}/reduce on {1}.. More...
 
static string LabelActionReduce [get]
 Looks up a localized string similar to Reduce on {0}. More...
 
static string LabelActionShift [get]
 Looks up a localized string similar to Shift to {0}. More...
 
static string LabelActionUnknown [get]
 Looks up a localized string similar to (Unknown action type). More...
 
static string LabelEofMark [get]
 Looks up a localized string similar to (EOF). More...
 
static string LabelEosLabel [get]
 Looks up a localized string similar to [end-of-statement]. More...
 
static string LabelInitialState [get]
 Looks up a localized string similar to (INITIAL STATE). More...
 
static string LabelKeySymbol [get]
 Looks up a localized string similar to (Key symbol). More...
 
static string LabelKeyword [get]
 Looks up a localized string similar to (Keyword). More...
 
static string LabelLineBreak [get]
 Looks up a localized string similar to [line break]. More...
 
static string LabelLocation [get]
 Looks up a localized string similar to Location:. More...
 
static string LabelSrcHaveMore [get]
 Looks up a localized string similar to .... More...
 
static string LabelUnassigned [get]
 Looks up a localized string similar to (unassigned). More...
 
static string LabelUnnamed [get]
 Looks up a localized string similar to (unnamed). More...
 
static string MsgAbortScriptYN [get]
 Looks up a localized string similar to Abort script(y/n)?. More...
 
static string MsgDefaultConsoleGreeting [get]
 Looks up a localized string similar to {0} Console. Ctrl-C to exit the program.
. More...
 
static string MsgDefaultConsoleTitle [get]
 Looks up a localized string similar to Console. More...
 
static string MsgExitConsoleYN [get]
 Looks up a localized string similar to Exit console (y/n)?. More...
 
static string MsgNLALRAdvice [get]
 Looks up a localized string similar to NLALR transform: Add WrapTail() in '.' position to [{0}].. More...
 
static string MsgPressAnyKeyToExit [get]
 Looks up a localized string similar to Press any key to end the program.. More...
 
static string MsgSrcPosToString [get]
 Looks up a localized string similar to "[{0}], at {1}. More...
 
static string MsgTraceConflictResolved [get]
 Looks up a localized string similar to Parsing conflict resolved in code.. More...
 
static string MsgTraceOpResolved [get]
 Looks up a localized string similar to Operator - resolved to {0}. More...
 
static string MsgTracePoppedState [get]
 Looks up a localized string similar to Popped state from stack, pushing {0}. More...
 
static string MsgTraceRecoverAction [get]
 Looks up a localized string similar to RECOVERING: {0}. More...
 
static string MsgTraceRecoverFailed [get]
 Looks up a localized string similar to FAILED TO RECOVER. More...
 
static string MsgTraceRecoverFoundState [get]
 Looks up a localized string similar to RECOVERING: Found state with shift on error : {0}. More...
 
static string MsgTraceRecovering [get]
 Looks up a localized string similar to RECOVERING: popping stack, looking for state with error shift. More...
 
static string MsgTraceRecoverReducing [get]
 Looks up a localized string similar to RECOVERING: Reached end of error production, reducing.. More...
 
static string MsgTraceRecoverShiftError [get]
 Looks up a localized string similar to RECOVERING: Shifting Error term, {0}. More...
 
static string MsgTraceRecoverShiftTillEnd [get]
 Looks up a localized string similar to RECOVERING: shifting until the end of error production.. More...
 
static string MsgTraceRecoverSuccess [get]
 Looks up a localized string similar to RECOVERED. More...
 

Detailed Description

A strongly-typed resource class, for looking up localized strings, etc.

Definition at line 25 of file Resources.Designer.cs.

Property Documentation

string Irony.Resources.ConsoleNoChars
staticget

Looks up a localized string similar to Nn.

Definition at line 66 of file Resources.Designer.cs.

string Irony.Resources.ConsoleYesChars
staticget

Looks up a localized string similar to Yy.

Definition at line 75 of file Resources.Designer.cs.

global.System.Globalization.CultureInfo Irony.Resources.Culture
staticgetset

Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.

Definition at line 54 of file Resources.Designer.cs.

string Irony.Resources.ErrAmbigGrammarRR
staticget

Looks up a localized string similar to Ambiguous grammar, unresolvable reduce-reduce conflicts. State {0}, lookaheads [{1}].

Definition at line 84 of file Resources.Designer.cs.

string Irony.Resources.ErrAmbigGrammarSR
staticget

Looks up a localized string similar to Ambiguous grammar, unresolvable shift-reduce conflicts. State {0}, lookaheads [{1}].

Definition at line 93 of file Resources.Designer.cs.

string Irony.Resources.ErrArgListNotFound
staticget

Looks up a localized string similar to Argument list not found in the stack. Expected: ValueList, found: {0}..

Definition at line 102 of file Resources.Designer.cs.

Referenced by Irony.Interpreter.Ast.ParamListNode.EvaluateNode().

string Irony.Resources.ErrAssignLiteralValue
staticget

Looks up a localized string similar to Invalide operation, attempt to assign constant or literal value..

Definition at line 111 of file Resources.Designer.cs.

Referenced by Irony.Interpreter.Ast.LiteralValueNode.EvaluateNode(), and Irony.Interpreter.Ast.StringTemplateNode.EvaluateNode().

string Irony.Resources.ErrBadChar
staticget

Looks up a localized string similar to Invalid length of char literal - should be a single character..

Definition at line 120 of file Resources.Designer.cs.

Referenced by Irony.Parsing.StringLiteral.ConvertValue().

string Irony.Resources.ErrBadStrLiteral
staticget

Looks up a localized string similar to Mal-formed string literal - cannot find termination symbol..

Definition at line 129 of file Resources.Designer.cs.

string Irony.Resources.ErrBadUnEscape
staticget

Looks up a localized string similar to Invalid unicode escape ({0}), expected {1} hex digits..

Definition at line 138 of file Resources.Designer.cs.

Referenced by Irony.Parsing.StringLiteral.HandleSpecialEscape().

string Irony.Resources.ErrBadXEscape
staticget

Looks up a localized string similar to Invalid escape, at least one digit expected..

Definition at line 147 of file Resources.Designer.cs.

Referenced by Irony.Parsing.StringLiteral.HandleSpecialEscape().

string Irony.Resources.ErrCannotConvertValue
staticget

Looks up a localized string similar to Cannot convert value from type {0} to type {1}, type converter not defined..

Definition at line 156 of file Resources.Designer.cs.

Referenced by Irony.Interpreter.LanguageRuntime.GetConverter().

string Irony.Resources.ErrCannotConvertValueToType
staticget

Looks up a localized string similar to Cannot convert literal {0} to type {1}..

Definition at line 165 of file Resources.Designer.cs.

string Irony.Resources.ErrConflictMsgTemplate
staticget

Looks up a localized string similar to {0} State {1} on inputs: {2}.

Definition at line 174 of file Resources.Designer.cs.

string Irony.Resources.ErrConsoleFatalError
staticget

Looks up a localized string similar to Fatal error:.

Definition at line 183 of file Resources.Designer.cs.

Referenced by Irony.Interpreter.CommandLine.Run().

string Irony.Resources.ErrConstructNotSupported
staticget

Looks up a localized string similar to Construct '{0}' is not supported (yet) by language implementation..

Definition at line 192 of file Resources.Designer.cs.

Referenced by Irony.Interpreter.Ast.NotSupportedNode.EvaluateNode().

string Irony.Resources.ErrDsvNoClosingQuote
staticget

Looks up a localized string similar to Could not find a closing quote for quoted value..

Definition at line 201 of file Resources.Designer.cs.

string Irony.Resources.ErrDupRegexSwitch
staticget

Looks up a localized string similar to Duplicate switch '{0}' for regular expression..

Definition at line 210 of file Resources.Designer.cs.

Referenced by Irony.Parsing.RegExLiteral.TryMatch().

string Irony.Resources.ErrDupStartSymbolStr
staticget

Looks up a localized string similar to Duplicate start symbol {0} in string literal [{1}]..

Definition at line 219 of file Resources.Designer.cs.

Referenced by Irony.Parsing.StringLiteral.Init().

string Irony.Resources.ErrFailedCreateNode
staticget

Looks up a localized string similar to Failed to create AST node for non-terminal [{0}], error: {1}.

Definition at line 228 of file Resources.Designer.cs.

string Irony.Resources.ErrImpliedOpUseParserLink
staticget

Looks up a localized string similar to ImpliedSymbolTerminal cannot be used in grammar with DisableScannerParserLink flag set.

Definition at line 237 of file Resources.Designer.cs.

Referenced by Irony.Parsing.ImpliedSymbolTerminal.Init().

string Irony.Resources.ErrInternalErrDataPopFailed
staticget

Looks up a localized string similar to Interpreter error, DataStack.Pop() operation failed - stack is empty..

Definition at line 246 of file Resources.Designer.cs.

Referenced by Irony.Interpreter.DataStack.Pop().

string Irony.Resources.ErrInterpreterIsBusy
staticget

Looks up a localized string similar to Interpreter is busy..

Definition at line 255 of file Resources.Designer.cs.

string Irony.Resources.ErrInvalidArgsForIncDec
staticget

Looks up a localized string similar to Invalid arguments for IncDecNode AST node: either first or second argument should be '–' or '++'..

Definition at line 264 of file Resources.Designer.cs.

string Irony.Resources.ErrInvalidAstMode
staticget

Looks up a localized string similar to Invalid AstMode value in call to Evaluate method. Node: {0}, mode: {1}..

Definition at line 273 of file Resources.Designer.cs.

Referenced by Irony.Interpreter.Ast.AstNode.InvalidAstMode().

string Irony.Resources.ErrInvalidChar
staticget

Looks up a localized string similar to Invalid character: '{0}'..

Definition at line 282 of file Resources.Designer.cs.

string Irony.Resources.ErrInvalidEmbeddedPrefix
staticget

Looks up a localized string similar to Invalid embedded expression. .

Definition at line 291 of file Resources.Designer.cs.

string Irony.Resources.ErrInvDedent
staticget

Looks up a localized string similar to Invalid dedent level, no previous matching indent found..

Definition at line 300 of file Resources.Designer.cs.

Referenced by Irony.Parsing.CodeOutlineFilter.ProcessToken().

string Irony.Resources.ErrInvEscape
staticget

Looks up a localized string similar to Invalid escape sequence:0}..

Definition at line 309 of file Resources.Designer.cs.

Referenced by Irony.Parsing.StringLiteral.HandleSpecialEscape().

string Irony.Resources.ErrInvEscSeq
staticget

Looks up a localized string similar to Invalid escape sequence..

Definition at line 318 of file Resources.Designer.cs.

string Irony.Resources.ErrInvEscSymbol
staticget

Looks up a localized string similar to Invalid escape symbol, expected 'u' or 'U' only..

Definition at line 327 of file Resources.Designer.cs.

string Irony.Resources.ErrInvNumber
staticget

Looks up a localized string similar to Invalid number..

Definition at line 336 of file Resources.Designer.cs.

Referenced by Irony.Parsing.CompoundTerminalBase.TryMatch().

string Irony.Resources.ErrInvRegexSwitch
staticget

Looks up a localized string similar to Invalid switch '{0}' for regular expression.

Definition at line 345 of file Resources.Designer.cs.

Referenced by Irony.Parsing.RegExLiteral.TryMatch().

string Irony.Resources.ErrInvStrDef
staticget

Looks up a localized string similar to Error in string literal [{0}]: No start/end symbols specified..

Definition at line 354 of file Resources.Designer.cs.

Referenced by Irony.Parsing.StringLiteral.Init().

string Irony.Resources.ErrLastTermOfErrorProd
staticget

Looks up a localized string similar to The last term of production containing SyntaxError must be a terminal. NonTerminal: {0}.

Definition at line 363 of file Resources.Designer.cs.

string Irony.Resources.ErrListCannotBeTransient
staticget

Looks up a localized string similar to List non-terminals cannot be marked transient; list: ({0}).

Definition at line 372 of file Resources.Designer.cs.

string Irony.Resources.ErrNewLineExpected
staticget

Looks up a localized string similar to NewLine expected..

Definition at line 381 of file Resources.Designer.cs.

Referenced by Irony.Parsing.LineContinuationTerminal.TryMatch().

string Irony.Resources.ErrNLALRhang
staticget

Looks up a localized string similar to NLALR process is in indefinite loop, number of states exceeded 3000..

Definition at line 390 of file Resources.Designer.cs.

string Irony.Resources.ErrNoClosingBrace
staticget

Looks up a localized string similar to No closing pair for opening symbol {0}.

Definition at line 399 of file Resources.Designer.cs.

Referenced by Irony.Parsing.Grammar.ReportParseError().

string Irony.Resources.ErrNodeTypeNotSetOn
staticget

Looks up a localized string similar to Warning: AstNodeType or AstNodeCreator is not set on non-terminals: {0}..

Definition at line 408 of file Resources.Designer.cs.

string Irony.Resources.ErrNoEndForRegex
staticget

Looks up a localized string similar to No end symbol for regex literal..

Definition at line 417 of file Resources.Designer.cs.

Referenced by Irony.Parsing.RegExLiteral.TryMatch().

string Irony.Resources.ErrNoEndTagInEmbExpr
staticget

Looks up a localized string similar to No ending tag '{0}' found in embedded expression..

Definition at line 426 of file Resources.Designer.cs.

string Irony.Resources.ErrNoImplForUnaryOp
staticget

Looks up a localized string similar to UnExprNode: no implementation for unary operator '{0}'..

Definition at line 435 of file Resources.Designer.cs.

Referenced by Irony.Interpreter.Ast.UnaryOperationNode.Init().

string Irony.Resources.ErrNoLetterAfterNum
staticget

Looks up a localized string similar to Number cannot be followed by a letter..

Definition at line 444 of file Resources.Designer.cs.

string Irony.Resources.ErrNoLkhds
staticget

Looks up a localized string similar to ParserDataBuilder error: inadequate state {0}, reduce item '{1}' has no lookaheads..

Definition at line 453 of file Resources.Designer.cs.

string Irony.Resources.ErrNtRuleIsNull
staticget

Looks up a localized string similar to Non-terminal {0} has uninitialized Rule property..

Definition at line 462 of file Resources.Designer.cs.

string Irony.Resources.ErrNullNodeEval
staticget

Looks up a localized string similar to Attempt to evaluate NULL AST node. The AST node for term '{0}' was not created during parsing..

Definition at line 471 of file Resources.Designer.cs.

Referenced by Irony.Interpreter.Ast.NullNode.Evaluate().

string Irony.Resources.ErrOpNotDefinedForTypes
staticget

Looks up a localized string similar to Operator '{0}' is not defined for types {1} and {2}..

Definition at line 480 of file Resources.Designer.cs.

Referenced by Irony.Interpreter.LanguageRuntime.AddOperatorImplementation().

string Irony.Resources.ErrOpNotImplemented
staticget

Looks up a localized string similar to Operator '{0} not imlemented..

Definition at line 489 of file Resources.Designer.cs.

Referenced by Irony.Interpreter.DynamicCallDispatcher.ExecuteBinaryOperator().

string Irony.Resources.ErrOutErrorPrintFormat
staticget

Looks up a localized string similar to {0}: {1}.

Definition at line 498 of file Resources.Designer.cs.

string Irony.Resources.ErrOutlineFilterContSymbol
staticget

Looks up a localized string similar to CodeOutlineFilter: line continuation symbol '{0}' should be added to Grammar.NonGrammarTerminals list..

Definition at line 507 of file Resources.Designer.cs.

Referenced by Irony.Parsing.CodeOutlineFilter.CodeOutlineFilter().

string Irony.Resources.ErrParserUnexpInput
staticget

Looks up a localized string similar to Syntax error, expected: {0}.

Definition at line 516 of file Resources.Designer.cs.

Referenced by Irony.Parsing.Grammar.ConstructParserErrorMessage().

string Irony.Resources.ErrParseTreeNull
staticget

Looks up a localized string similar to Parsed tree is null, cannot evaluate..

Definition at line 525 of file Resources.Designer.cs.

string Irony.Resources.ErrParseTreeRootNull
staticget

Looks up a localized string similar to Parse tree root is null, cannot evaluate..

Definition at line 534 of file Resources.Designer.cs.

string Irony.Resources.ErrRootAstNodeNull
staticget

Looks up a localized string similar to Root AST node is null, cannot evaluate..

Definition at line 543 of file Resources.Designer.cs.

string Irony.Resources.ErrRootAstNoInterface
staticget

Looks up a localized string similar to Root AST node does not implement IInterpretedAstNode interface, cannot evaluate..

Definition at line 552 of file Resources.Designer.cs.

string Irony.Resources.ErrRootNotRegistered
staticget

Looks up a localized string similar to ({0}) term passed as 'root' paramater to parserr is not Root or snippet root of the grammar. Add it to SnippetRoots set in grammar constructor..

Definition at line 561 of file Resources.Designer.cs.

Referenced by Irony.Parsing.Parser.Parser().

string Irony.Resources.ErrRootNotSet
staticget

Looks up a localized string similar to Root property of the grammar is not set..

Definition at line 570 of file Resources.Designer.cs.

string Irony.Resources.ErrRRConflict
staticget

Looks up a localized string similar to Reduce-reduce conflict. State {0}, lookaheads: {1}. Selected reduce on first production in conflict set..

Definition at line 579 of file Resources.Designer.cs.

string Irony.Resources.ErrRuleContainsNull
staticget

Looks up a localized string similar to Rule for NonTerminal {0} contains null as an operand in position {1} in one of productions..

Definition at line 588 of file Resources.Designer.cs.

string Irony.Resources.ErrSRConflict
staticget

Looks up a localized string similar to Shift-reduce conflict. State {0}, lookaheads [{1}]. Selected shift as preferred action..

Definition at line 597 of file Resources.Designer.cs.

string Irony.Resources.ErrSyntaxErrorNoInfo
staticget

Looks up a localized string similar to Syntax error..

Definition at line 606 of file Resources.Designer.cs.

string Irony.Resources.ErrTemplExprNotRoot
staticget

Looks up a localized string similar to Expression root non-terminal in template settings (AstNodeConfig property) in templated string literal [{0}] is not added to Roots set. Add it to SnippetRoots in grammar constructor..

Definition at line 615 of file Resources.Designer.cs.

Referenced by Irony.Parsing.StringLiteral.Init().

string Irony.Resources.ErrTemplMissingExprRoot
staticget

Looks up a localized string similar to Expression root is not specified in template settings (AstNodeConfig property) in templated string literal [{0}]. .

Definition at line 624 of file Resources.Designer.cs.

Referenced by Irony.Parsing.StringLiteral.Init().

string Irony.Resources.ErrTemplNoSettings
staticget

Looks up a localized string similar to Error in string literal [{0}]: IsTemplate flag is set, but TemplateSettings is not provided in AstNodeConfig property..

Definition at line 633 of file Resources.Designer.cs.

Referenced by Irony.Parsing.StringLiteral.Init().

string Irony.Resources.ErrTerminalHasEmptyPrefix
staticget

Looks up a localized string similar to A terminal {0} has empty prefix..

Definition at line 642 of file Resources.Designer.cs.

string Irony.Resources.ErrTransientNtMustHaveOneTerm
staticget

Looks up a localized string similar to Transient non-terminal must have zero or one non-punctuation child nodes; non-terminals: {0}..

Definition at line 651 of file Resources.Designer.cs.

string Irony.Resources.ErrUnclosedComment
staticget

Looks up a localized string similar to Unclosed comment block.

Definition at line 660 of file Resources.Designer.cs.

Referenced by Irony.Parsing.CommentTerminal.TryMatch().

string Irony.Resources.ErrUnexpEof
staticget

Looks up a localized string similar to Unexpected end of file..

Definition at line 669 of file Resources.Designer.cs.

Referenced by Irony.Parsing.Grammar.ReportParseError().

string Irony.Resources.ErrUnexpIndent
staticget

Looks up a localized string similar to Unexpected indentation..

Definition at line 678 of file Resources.Designer.cs.

Referenced by Irony.Parsing.Grammar.ReportParseError().

string Irony.Resources.ErrUnmatchedCloseBrace
staticget

Looks up a localized string similar to Unmatched closing brace '{0}'..

Definition at line 687 of file Resources.Designer.cs.

string Irony.Resources.ErrVarIsNotCallable
staticget

Looks up a localized string similar to Variable {0} is not a callable function..

Definition at line 696 of file Resources.Designer.cs.

Referenced by Irony.Interpreter.Ast.FunctionCallNode.EvaluateNode().

string Irony.Resources.ErrVarNotDefined
staticget

Looks up a localized string similar to Variable {0} not defined..

Definition at line 705 of file Resources.Designer.cs.

Referenced by Irony.Interpreter.Ast.IdentifierNode.EvaluateNode().

string Irony.Resources.ErrWrongArgCount
staticget

Looks up a localized string similar to Invalid number of arguments. Expected {0}, found {1}..

Definition at line 714 of file Resources.Designer.cs.

Referenced by Irony.Interpreter.Ast.ParamListNode.EvaluateNode().

string Irony.Resources.FmtRowCol
staticget

Looks up a localized string similar to {0}({1}:{2}).

Definition at line 723 of file Resources.Designer.cs.

Referenced by Irony.Parsing.SourceLocation.ToString(), and Irony.Parsing.SourceLocation.ToUiString().

string Irony.Resources.LabelActionAccept
staticget

Looks up a localized string similar to Accept.

Definition at line 732 of file Resources.Designer.cs.

Referenced by Irony.Parsing.ParserAction.ToString().

string Irony.Resources.LabelActionOp
staticget

Looks up a localized string similar to Operator, shift to {0}/reduce on {1}..

Definition at line 741 of file Resources.Designer.cs.

Referenced by Irony.Parsing.ParserAction.ToString().

string Irony.Resources.LabelActionReduce
staticget

Looks up a localized string similar to Reduce on {0}.

Definition at line 750 of file Resources.Designer.cs.

Referenced by Irony.Parsing.ParserAction.ToString().

string Irony.Resources.LabelActionShift
staticget

Looks up a localized string similar to Shift to {0}.

Definition at line 759 of file Resources.Designer.cs.

Referenced by Irony.Parsing.ParserAction.ToString().

string Irony.Resources.LabelActionUnknown
staticget

Looks up a localized string similar to (Unknown action type).

Definition at line 768 of file Resources.Designer.cs.

Referenced by Irony.Parsing.ParserAction.ToString().

string Irony.Resources.LabelEofMark
staticget

Looks up a localized string similar to (EOF).

Definition at line 777 of file Resources.Designer.cs.

Referenced by Irony.Parsing.SourceStream.ToString().

string Irony.Resources.LabelEosLabel
staticget

Looks up a localized string similar to [end-of-statement].

Definition at line 786 of file Resources.Designer.cs.

string Irony.Resources.LabelInitialState
staticget

Looks up a localized string similar to (INITIAL STATE).

Definition at line 795 of file Resources.Designer.cs.

string Irony.Resources.LabelKeySymbol
staticget

Looks up a localized string similar to (Key symbol).

Definition at line 804 of file Resources.Designer.cs.

Referenced by Irony.Parsing.KeyTerm.TokenToString().

string Irony.Resources.LabelKeyword
staticget

Looks up a localized string similar to (Keyword).

Definition at line 813 of file Resources.Designer.cs.

string Irony.Resources.LabelLineBreak
staticget

Looks up a localized string similar to [line break].

Definition at line 822 of file Resources.Designer.cs.

Referenced by Irony.Parsing.NewLineTerminal.NewLineTerminal().

string Irony.Resources.LabelLocation
staticget

Looks up a localized string similar to Location:.

Definition at line 831 of file Resources.Designer.cs.

string Irony.Resources.LabelSrcHaveMore
staticget

Looks up a localized string similar to ....

Definition at line 840 of file Resources.Designer.cs.

Referenced by Irony.Parsing.SourceStream.ToString().

string Irony.Resources.LabelUnassigned
staticget

Looks up a localized string similar to (unassigned).

Definition at line 849 of file Resources.Designer.cs.

Referenced by Irony.Interpreter.Unassigned.Unassigned().

string Irony.Resources.LabelUnnamed
staticget

Looks up a localized string similar to (unnamed).

Definition at line 858 of file Resources.Designer.cs.

string Irony.Resources.MsgAbortScriptYN
staticget

Looks up a localized string similar to Abort script(y/n)?.

Definition at line 867 of file Resources.Designer.cs.

Referenced by Irony.Interpreter.CommandLine.OnCancelKeyPress().

string Irony.Resources.MsgDefaultConsoleGreeting
staticget

Looks up a localized string similar to {0} Console. Ctrl-C to exit the program.
.

Definition at line 876 of file Resources.Designer.cs.

Referenced by Irony.Parsing.Grammar.Grammar().

string Irony.Resources.MsgDefaultConsoleTitle
staticget

Looks up a localized string similar to Console.

Definition at line 885 of file Resources.Designer.cs.

Referenced by Irony.Parsing.Grammar.Grammar().

string Irony.Resources.MsgExitConsoleYN
staticget

Looks up a localized string similar to Exit console (y/n)?.

Definition at line 894 of file Resources.Designer.cs.

Referenced by Irony.Interpreter.CommandLine.OnCancelKeyPress().

string Irony.Resources.MsgNLALRAdvice
staticget

Looks up a localized string similar to NLALR transform: Add WrapTail() in '.' position to [{0}]..

Definition at line 903 of file Resources.Designer.cs.

string Irony.Resources.MsgPressAnyKeyToExit
staticget

Looks up a localized string similar to Press any key to end the program..

Definition at line 912 of file Resources.Designer.cs.

Referenced by Irony.Interpreter.CommandLine.Run().

string Irony.Resources.MsgSrcPosToString
staticget

Looks up a localized string similar to "[{0}], at {1}.

Definition at line 921 of file Resources.Designer.cs.

Referenced by Irony.Parsing.SourceStream.ToString().

string Irony.Resources.MsgTraceConflictResolved
staticget

Looks up a localized string similar to Parsing conflict resolved in code..

Definition at line 930 of file Resources.Designer.cs.

string Irony.Resources.MsgTraceOpResolved
staticget

Looks up a localized string similar to Operator - resolved to {0}.

Definition at line 939 of file Resources.Designer.cs.

string Irony.Resources.MsgTracePoppedState
staticget

Looks up a localized string similar to Popped state from stack, pushing {0}.

Definition at line 948 of file Resources.Designer.cs.

string Irony.Resources.MsgTraceRecoverAction
staticget

Looks up a localized string similar to RECOVERING: {0}.

Definition at line 957 of file Resources.Designer.cs.

string Irony.Resources.MsgTraceRecoverFailed
staticget

Looks up a localized string similar to FAILED TO RECOVER.

Definition at line 966 of file Resources.Designer.cs.

string Irony.Resources.MsgTraceRecoverFoundState
staticget

Looks up a localized string similar to RECOVERING: Found state with shift on error : {0}.

Definition at line 975 of file Resources.Designer.cs.

string Irony.Resources.MsgTraceRecovering
staticget

Looks up a localized string similar to RECOVERING: popping stack, looking for state with error shift.

Definition at line 984 of file Resources.Designer.cs.

string Irony.Resources.MsgTraceRecoverReducing
staticget

Looks up a localized string similar to RECOVERING: Reached end of error production, reducing..

Definition at line 993 of file Resources.Designer.cs.

string Irony.Resources.MsgTraceRecoverShiftError
staticget

Looks up a localized string similar to RECOVERING: Shifting Error term, {0}.

Definition at line 1002 of file Resources.Designer.cs.

string Irony.Resources.MsgTraceRecoverShiftTillEnd
staticget

Looks up a localized string similar to RECOVERING: shifting until the end of error production..

Definition at line 1011 of file Resources.Designer.cs.

string Irony.Resources.MsgTraceRecoverSuccess
staticget

Looks up a localized string similar to RECOVERED.

Definition at line 1020 of file Resources.Designer.cs.

global.System.Resources.ResourceManager Irony.Resources.ResourceManager
staticget

Returns the cached ResourceManager instance used by this class.

Definition at line 39 of file Resources.Designer.cs.


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