CodeParser Class

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Inheritance Hierarchy

System.Object
  System.Web.Razor.Parser.ParserBase
    System.Web.Razor.Parser.CodeParser
      System.Web.Razor.Parser.CSharpCodeParser
      System.Web.Razor.Parser.VBCodeParser

Namespace:  System.Web.Razor.Parser
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Public MustInherit Class CodeParser _
    Inherits ParserBase
'Usage
Dim instance As CodeParser
public abstract class CodeParser : ParserBase
public ref class CodeParser abstract : public ParserBase
public abstract class CodeParser extends ParserBase

The CodeParser type exposes the following members.

Constructors

  Name Description
Protected method CodeParser This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Top

Properties

  Name Description
Public property Context This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected property CurrentCharacter This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected property CurrentLocation This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected property DesignTimeMode This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected property EndOfFile This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected property HaveContent This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected property InTemporaryBuffer This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected property OtherParser This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Overrides ParserBase.OtherParser.)
Protected property TopLevelKeywords This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Top

Methods

  Name Description
Protected method AcceptDottedExpression This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Protected method AcceptGenericArgument This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Protected method AcceptLineWithBlockComments This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected method AcceptTypeName() This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Protected method AcceptTypeName(Boolean) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Protected method AcceptUntilUnquoted This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Protected method AcceptWhiteSpaceByLines This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Protected method BalanceBrackets() This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Protected method BalanceBrackets(Boolean) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Protected method BalanceBrackets(Boolean, SpanFactory) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Protected method BalanceBrackets(Boolean, SpanFactory, Boolean) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Protected method BalanceBrackets(Boolean, SpanFactory, Boolean, Char) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Protected method BalanceBrackets(Boolean, SpanFactory, Boolean, Nullable<Char>, Boolean) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Protected method CreateImplicitExpressionSpan This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Protected method End(Span) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected method End(SpanFactory) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected method EndBlock This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method HandleTransition This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method IsAtExplicitTransition This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Public method IsAtImplicitTransition This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Public method IsAtTransition This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected method MemberwiseClone (Inherited from Object.)
Public method NextIsTransition This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected method OnError(SourceLocation, String) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected method OnError(SourceLocation, String, array<Object[]) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected method Output This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Public method ParseBlock This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected method ParseBlockStart This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Protected method ParseBlockWithOtherParser(SpanFactory) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected method ParseBlockWithOtherParser(SpanFactory, Boolean) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected method ParseComment This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected method RequireSingleWhiteSpace This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Protected method StartBlock(BlockType) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected method StartBlock(BlockType, Boolean) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Public method ToString (Inherited from Object.)
Protected method TryAcceptStringOrComment This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Protected method TryParseComment This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected method TryRecover(RecoveryModes) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Protected method TryRecover(Boolean, SpanFactory) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Protected method TryRecover(RecoveryModes, Predicate<Char>, Boolean, SpanFactory) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.Razor.Parser Namespace