This topic has not yet been rated - Rate this topic

VBCodeParser Class

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

Namespace:  System.Web.Razor.Parser
Assembly:  System.Web.Razor (in System.Web.Razor.dll)
public class VBCodeParser : CodeParser

The VBCodeParser type exposes the following members.

  NameDescription
Public methodVBCodeParserThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Top
  NameDescription
Public propertyContextThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected propertyCurrentCharacterThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected propertyCurrentLocationThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected propertyDesignTimeModeThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected propertyEndOfFileThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected propertyHaveContentThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected propertyInTemporaryBufferThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected propertyKeywordHandlersThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Protected propertyOtherParserThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeParser.)
Protected propertyTopLevelKeywordsThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Overrides CodeParser.TopLevelKeywords.)
Top
  NameDescription
Protected methodAcceptDottedExpressionThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeParser.)
Protected methodAcceptGenericArgumentThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Overrides CodeParser.AcceptGenericArgument().)
Protected methodAcceptLineWithBlockCommentsThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected methodAcceptTypeName()This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeParser.)
Protected methodAcceptTypeName(Boolean)This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeParser.)
Protected methodAcceptUntilUnquotedThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeParser.)
Protected methodAcceptWhiteSpaceByLinesThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeParser.)
Protected methodBalanceBrackets()This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeParser.)
Protected methodBalanceBrackets(Boolean)This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeParser.)
Protected methodBalanceBrackets(Boolean, SpanFactory)This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeParser.)
Protected methodBalanceBrackets(Boolean, SpanFactory, Boolean)This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeParser.)
Protected methodBalanceBrackets(Boolean, SpanFactory, Boolean, Char)This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeParser.)
Protected methodBalanceBrackets(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. (Inherited from CodeParser.)
Protected methodCreateImplicitExpressionSpanThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeParser.)
Protected methodEnd(Span)This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected methodEnd(SpanFactory)This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected methodEndBlockThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodHandleReservedWordThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Protected methodHandleTransitionThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Overrides CodeParser.HandleTransition(SpanFactory).)
Public methodIsAtExplicitTransitionThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Overrides ParserBase.IsAtExplicitTransition().)
Public methodIsAtImplicitTransitionThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Overrides ParserBase.IsAtImplicitTransition().)
Public methodIsAtTransitionThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodNextIsTransitionThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected methodOnError(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 methodOnError(SourceLocation, String, Object[])This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected methodOutputThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Public methodParseBlockThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Overrides ParserBase.ParseBlock().)
Protected methodParseBlockStartThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeParser.)
Protected methodParseBlockWithOtherParser(SpanFactory)This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected methodParseBlockWithOtherParser(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 methodParseCommentThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected methodParseInheritsStatementThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Protected methodRequireSingleWhiteSpaceThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeParser.)
Protected methodStartBlock(BlockType)This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected methodStartBlock(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 methodToString (Inherited from Object.)
Protected methodTryAcceptStringOrCommentThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Overrides CodeParser.TryAcceptStringOrComment().)
Protected methodTryParseCommentThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected methodTryRecover(RecoveryModes)This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeParser.)
Protected methodTryRecover(Boolean, SpanFactory)This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeParser.)
Protected methodTryRecover(RecoveryModes, Predicate<Char>, Boolean, SpanFactory)This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from CodeParser.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.