//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Flee.Resources { using System; using System.Reflection; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class CompileErrors { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal CompileErrors() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Flee.Resources.CompileErrors", typeof(CompileErrors).Assembly); resourceMan = temp; } return resourceMan; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to Ambiguous call of function '{0}({1})'. /// internal static string AmbiguousCallOfFunction { get { return ResourceManager.GetString("AmbiguousCallOfFunction", resourceCulture); } } /// /// Looks up a localized string similar to Ambiguous overloaded operator ('{2}') in types '{0}' and '{1}'. /// internal static string AmbiguousOverloadedOperator { get { return ResourceManager.GetString("AmbiguousOverloadedOperator", resourceCulture); } } /// /// Looks up a localized string similar to Analysis: {0}. /// internal static string ANALYSIS { get { return ResourceManager.GetString("ANALYSIS", resourceCulture); } } /// /// Looks up a localized string similar to Array indexers must be of type '{0}'. /// internal static string ArrayIndexersMustBeOfType { get { return ResourceManager.GetString("ArrayIndexersMustBeOfType", resourceCulture); } } /// /// Looks up a localized string similar to The calculation engine does not contain the atom '${0}'. /// internal static string CalcEngineDoesNotContainAtom { get { return ResourceManager.GetString("CalcEngineDoesNotContainAtom", resourceCulture); } } /// /// Looks up a localized string similar to Cannot convert type '{0}' to '{1}'. /// internal static string CannotConvertType { get { return ResourceManager.GetString("CannotConvertType", resourceCulture); } } /// /// Looks up a localized string similar to Cannot convert type '{0}' to expression result of '{1}'. /// internal static string CannotConvertTypeToExpressionResult { get { return ResourceManager.GetString("CannotConvertTypeToExpressionResult", resourceCulture); } } /// /// Looks up a localized string similar to String was not recognized as a valid '{0}'. /// internal static string CannotParseType { get { return ResourceManager.GetString("CannotParseType", resourceCulture); } } /// /// Looks up a localized string similar to Cannot reference a calculation engine atom without a calculation engine. /// internal static string CannotReferenceCalcEngineAtomWithoutCalcEngine { get { return ResourceManager.GetString("CannotReferenceCalcEngineAtomWithoutCalcEngine", resourceCulture); } } /// /// Looks up a localized string similar to Could not resolve type of '{0}'. /// internal static string CouldNotResolveType { get { return ResourceManager.GetString("CouldNotResolveType", resourceCulture); } } /// /// Looks up a localized string similar to First argument does not evaluate to a Boolean. /// internal static string FirstArgNotBoolean { get { return ResourceManager.GetString("FirstArgNotBoolean", resourceCulture); } } /// /// Looks up a localized string similar to Function '{0}' does not return a value. /// internal static string FunctionHasNoReturnValue { get { return ResourceManager.GetString("FunctionHasNoReturnValue", resourceCulture); } } /// /// Looks up a localized string similar to The field/property/variable name '{0}' is ambiguous. /// internal static string IdentifierIsAmbiguous { get { return ResourceManager.GetString("IdentifierIsAmbiguous", resourceCulture); } } /// /// Looks up a localized string similar to The field/property/variable name '{0}' is ambiguous on type '{1}'. /// internal static string IdentifierIsAmbiguousOnType { get { return ResourceManager.GetString("IdentifierIsAmbiguousOnType", resourceCulture); } } /// /// Looks up a localized string similar to Internal error: {0}. /// internal static string INTERNAL_ERROR { get { return ResourceManager.GetString("INTERNAL_ERROR", resourceCulture); } } /// /// Looks up a localized string similar to Invalid Token: {0}. /// internal static string INVALID_TOKEN { get { return ResourceManager.GetString("INVALID_TOKEN", resourceCulture); } } /// /// Looks up a localized string similar to I/O error: {0}. /// internal static string IO { get { return ResourceManager.GetString("IO", resourceCulture); } } /// /// Looks up a localized string similar to Line: {0}, Column: {1}. /// internal static string LineColumn { get { return ResourceManager.GetString("LineColumn", resourceCulture); } } /// /// Looks up a localized string similar to Multiple array indexes are not supported. /// internal static string MultiArrayIndexNotSupported { get { return ResourceManager.GetString("MultiArrayIndexNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to Namespace '{0}' cannot be used as a type. /// internal static string NamespaceCannotBeUsedAsType { get { return ResourceManager.GetString("NamespaceCannotBeUsedAsType", resourceCulture); } } /// /// Looks up a localized string similar to Cannot determine result type of expression; neither the True ({0}) or False ({1}) arguments are convertible to one another. /// internal static string NeitherArgIsConvertibleToTheOther { get { return ResourceManager.GetString("NeitherArgIsConvertibleToTheOther", resourceCulture); } } /// /// Looks up a localized string similar to Could not find any accessible matches for '{0}({1})'. /// internal static string NoAccessibleMatches { get { return ResourceManager.GetString("NoAccessibleMatches", resourceCulture); } } /// /// Looks up a localized string similar to Could not find any accessible matches for '{0}({1})' on type '{2}'. /// internal static string NoAccessibleMatchesOnType { get { return ResourceManager.GetString("NoAccessibleMatchesOnType", resourceCulture); } } /// /// Looks up a localized string similar to Could not find a field/property/variable with the name '{0}'. /// internal static string NoIdentifierWithName { get { return ResourceManager.GetString("NoIdentifierWithName", resourceCulture); } } /// /// Looks up a localized string similar to Could not find a field/property/variable with the name '{0}' on the type '{1}'. /// internal static string NoIdentifierWithNameOnType { get { return ResourceManager.GetString("NoIdentifierWithNameOnType", resourceCulture); } } /// /// Looks up a localized string similar to Operand type of '{0}' is not convertible to collection type of '{1}'. /// internal static string OperandNotConvertibleToCollectionType { get { return ResourceManager.GetString("OperandNotConvertibleToCollectionType", resourceCulture); } } /// /// Looks up a localized string similar to Operation not defined for type '{0}'. /// internal static string OperationNotDefinedForType { get { return ResourceManager.GetString("OperationNotDefinedForType", resourceCulture); } } /// /// Looks up a localized string similar to Operation '{0}' is not defined for types '{1}' and '{2}'. /// internal static string OperationNotDefinedForTypes { get { return ResourceManager.GetString("OperationNotDefinedForTypes", resourceCulture); } } /// /// Looks up a localized string similar to Reference to a non-shared member '{0}' requires an object reference. /// internal static string ReferenceToNonSharedMemberRequiresObjectReference { get { return ResourceManager.GetString("ReferenceToNonSharedMemberRequiresObjectReference", resourceCulture); } } /// /// Looks up a localized string similar to Search argument type '{0}' is not a known collection type. /// internal static string SearchArgIsNotKnownCollectionType { get { return ResourceManager.GetString("SearchArgIsNotKnownCollectionType", resourceCulture); } } /// /// Looks up a localized string similar to Static member '{0}' cannot be accessed with an instance reference; qualify it with a type name instead. /// internal static string StaticMemberCannotBeAccessedWithInstanceReference { get { return ResourceManager.GetString("StaticMemberCannotBeAccessedWithInstanceReference", resourceCulture); } } /// /// Looks up a localized string similar to SyntaxError. /// internal static string SyntaxError { get { return ResourceManager.GetString("SyntaxError", resourceCulture); } } /// /// Looks up a localized string similar to '{0}' is a type and cannot be used as an expression. /// internal static string TypeCannotBeUsedAsAnExpression { get { return ResourceManager.GetString("TypeCannotBeUsedAsAnExpression", resourceCulture); } } /// /// Looks up a localized string similar to Type '{0}' is not an array and does not have an indexer which accepts '{1}'. /// internal static string TypeNotArrayAndHasNoIndexerOfType { get { return ResourceManager.GetString("TypeNotArrayAndHasNoIndexerOfType", resourceCulture); } } /// /// Looks up a localized string similar to Could find not function '{0}({1})'. /// internal static string UndefinedFunction { get { return ResourceManager.GetString("UndefinedFunction", resourceCulture); } } /// /// Looks up a localized string similar to Could find not function '{0}({1})' on type '{2}'. /// internal static string UndefinedFunctionOnType { get { return ResourceManager.GetString("UndefinedFunctionOnType", resourceCulture); } } /// /// Looks up a localized string similar to Unexpected character: {0}. /// internal static string UNEXPECTED_CHAR { get { return ResourceManager.GetString("UNEXPECTED_CHAR", resourceCulture); } } /// /// Looks up a localized string similar to Unexpected end of file. /// internal static string UNEXPECTED_EOF { get { return ResourceManager.GetString("UNEXPECTED_EOF", resourceCulture); } } /// /// Looks up a localized string similar to Unexpected token {0}; expected one of {1}. /// internal static string UNEXPECTED_TOKEN { get { return ResourceManager.GetString("UNEXPECTED_TOKEN", resourceCulture); } } /// /// Looks up a localized string similar to '{0}' not representable in type '{1}'. /// internal static string ValueNotRepresentableInType { get { return ResourceManager.GetString("ValueNotRepresentableInType", resourceCulture); } } } }