Click or drag to resize

StiVBCodeGenerator Class

Class describes VB code generator.
Inheritance Hierarchy

Namespace:  Stimulsoft.Report.CodeDom
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public class StiVBCodeGenerator : StiCodeGenerator

The StiVBCodeGenerator type exposes the following members.

Constructors
  NameDescription
Public methodStiVBCodeGenerator
Initializes a new instance of the StiVBCodeGenerator class
Top
Properties
Methods
  NameDescription
Protected methodAllowLateBound
Protected methodContinueOnNewLine (Overrides StiCodeGeneratorContinueOnNewLine(String).)
Protected methodCreateEscapedIdentifier (Overrides StiCodeGeneratorCreateEscapedIdentifier(String).)
Protected methodCreateValidIdentifier (Overrides StiCodeGeneratorCreateValidIdentifier(String).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGenerateArgumentReferenceExpression (Overrides StiCodeGeneratorGenerateArgumentReferenceExpression(CodeArgumentReferenceExpression).)
Protected methodGenerateArrayCreateExpression (Overrides StiCodeGeneratorGenerateArrayCreateExpression(CodeArrayCreateExpression).)
Protected methodGenerateArrayIndexerExpression (Overrides StiCodeGeneratorGenerateArrayIndexerExpression(CodeArrayIndexerExpression).)
Protected methodGenerateAssignStatement (Overrides StiCodeGeneratorGenerateAssignStatement(CodeAssignStatement).)
Protected methodGenerateAttachEventStatement (Overrides StiCodeGeneratorGenerateAttachEventStatement(CodeAttachEventStatement).)
Protected methodGenerateAttributeDeclarationsEnd (Overrides StiCodeGeneratorGenerateAttributeDeclarationsEnd(CodeAttributeDeclarationCollection).)
Protected methodGenerateAttributeDeclarationsStart (Overrides StiCodeGeneratorGenerateAttributeDeclarationsStart(CodeAttributeDeclarationCollection).)
Protected methodGenerateBaseReferenceExpression (Overrides StiCodeGeneratorGenerateBaseReferenceExpression(CodeBaseReferenceExpression).)
Protected methodGenerateBinaryOperatorExpression (Overrides StiCodeGeneratorGenerateBinaryOperatorExpression(CodeBinaryOperatorExpression).)
Protected methodGenerateCastExpression (Overrides StiCodeGeneratorGenerateCastExpression(CodeCastExpression).)
Public methodGenerateCodeFromCompileUnit (Inherited from StiCodeGenerator.)
Public methodGenerateCodeFromExpression (Inherited from StiCodeGenerator.)
Public methodGenerateCodeFromNamespace (Inherited from StiCodeGenerator.)
Public methodGenerateCodeFromStatement (Inherited from StiCodeGenerator.)
Public methodGenerateCodeFromType (Inherited from StiCodeGenerator.)
Protected methodGenerateComment (Overrides StiCodeGeneratorGenerateComment(CodeComment).)
Protected methodGenerateCommentStatement (Inherited from StiCodeGenerator.)
Protected methodGenerateCompileUnit (Overrides StiCodeGeneratorGenerateCompileUnit(CodeCompileUnit).)
Protected methodGenerateCompileUnitEnd (Inherited from StiCodeGenerator.)
Protected methodGenerateCompileUnitStart (Overrides StiCodeGeneratorGenerateCompileUnitStart(CodeCompileUnit).)
Protected methodGenerateConditionStatement (Overrides StiCodeGeneratorGenerateConditionStatement(CodeConditionStatement).)
Protected methodGenerateConstructor (Overrides StiCodeGeneratorGenerateConstructor(CodeConstructor, CodeTypeDeclaration).)
Protected methodGenerateDecimalValue (Inherited from StiCodeGenerator.)
Protected methodGenerateDelegateCreateExpression (Overrides StiCodeGeneratorGenerateDelegateCreateExpression(CodeDelegateCreateExpression).)
Protected methodGenerateDelegateInvokeExpression (Overrides StiCodeGeneratorGenerateDelegateInvokeExpression(CodeDelegateInvokeExpression).)
Protected methodGenerateDirectionExpression (Overrides StiCodeGeneratorGenerateDirectionExpression(CodeDirectionExpression).)
Protected methodGenerateDoubleValue (Inherited from StiCodeGenerator.)
Protected methodGenerateEntryPointMethod (Overrides StiCodeGeneratorGenerateEntryPointMethod(CodeEntryPointMethod, CodeTypeDeclaration).)
Protected methodGenerateEvent (Overrides StiCodeGeneratorGenerateEvent(CodeMemberEvent, CodeTypeDeclaration).)
Protected methodGenerateEventReferenceExpression (Overrides StiCodeGeneratorGenerateEventReferenceExpression(CodeEventReferenceExpression).)
Protected methodGenerateExpression (Inherited from StiCodeGenerator.)
Protected methodGenerateExpressionStatement (Overrides StiCodeGeneratorGenerateExpressionStatement(CodeExpressionStatement).)
Protected methodGenerateField (Overrides StiCodeGeneratorGenerateField(CodeMemberField).)
Protected methodGenerateFieldReferenceExpression (Overrides StiCodeGeneratorGenerateFieldReferenceExpression(CodeFieldReferenceExpression).)
Protected methodGenerateGotoStatement (Overrides StiCodeGeneratorGenerateGotoStatement(CodeGotoStatement).)
Protected methodGenerateIndexerExpression (Overrides StiCodeGeneratorGenerateIndexerExpression(CodeIndexerExpression).)
Protected methodGenerateIterationStatement (Overrides StiCodeGeneratorGenerateIterationStatement(CodeIterationStatement).)
Protected methodGenerateLabeledStatement (Overrides StiCodeGeneratorGenerateLabeledStatement(CodeLabeledStatement).)
Protected methodGenerateLinePragmaEnd (Overrides StiCodeGeneratorGenerateLinePragmaEnd(CodeLinePragma).)
Protected methodGenerateLinePragmaStart (Overrides StiCodeGeneratorGenerateLinePragmaStart(CodeLinePragma).)
Protected methodGenerateMethod (Overrides StiCodeGeneratorGenerateMethod(CodeMemberMethod, CodeTypeDeclaration).)
Protected methodGenerateMethodInvokeExpression (Overrides StiCodeGeneratorGenerateMethodInvokeExpression(CodeMethodInvokeExpression).)
Protected methodGenerateMethodReferenceExpression (Overrides StiCodeGeneratorGenerateMethodReferenceExpression(CodeMethodReferenceExpression).)
Protected methodGenerateMethodReturnStatement (Overrides StiCodeGeneratorGenerateMethodReturnStatement(CodeMethodReturnStatement).)
Protected methodGenerateMethods (Inherited from StiCodeGenerator.)
Protected methodGenerateNamespace (Overrides StiCodeGeneratorGenerateNamespace(CodeNamespace).)
Protected methodGenerateNamespaceEnd (Overrides StiCodeGeneratorGenerateNamespaceEnd(CodeNamespace).)
Protected methodGenerateNamespaceImport (Overrides StiCodeGeneratorGenerateNamespaceImport(CodeNamespaceImport).)
Protected methodGenerateNamespaceImports (Inherited from StiCodeGenerator.)
Protected methodGenerateNamespaces (Inherited from StiCodeGenerator.)
Protected methodGenerateNamespaceStart (Overrides StiCodeGeneratorGenerateNamespaceStart(CodeNamespace).)
Protected methodGenerateObjectCreateExpression (Overrides StiCodeGeneratorGenerateObjectCreateExpression(CodeObjectCreateExpression).)
Protected methodGenerateParameterDeclarationExpression (Overrides StiCodeGeneratorGenerateParameterDeclarationExpression(CodeParameterDeclarationExpression).)
Protected methodGeneratePrimitiveExpression (Overrides StiCodeGeneratorGeneratePrimitiveExpression(CodePrimitiveExpression).)
Protected methodGenerateProperty (Overrides StiCodeGeneratorGenerateProperty(CodeMemberProperty, CodeTypeDeclaration).)
Protected methodGeneratePropertyReferenceExpression (Overrides StiCodeGeneratorGeneratePropertyReferenceExpression(CodePropertyReferenceExpression).)
Protected methodGeneratePropertySetValueReferenceExpression (Overrides StiCodeGeneratorGeneratePropertySetValueReferenceExpression(CodePropertySetValueReferenceExpression).)
Protected methodGenerateRegionEnd (Overrides StiCodeGeneratorGenerateRegionEnd(StiCodeRegionEnd).)
Protected methodGenerateRegionEnds (Inherited from StiCodeGenerator.)
Protected methodGenerateRegionStart (Overrides StiCodeGeneratorGenerateRegionStart(StiCodeRegionStart).)
Protected methodGenerateRegionStarts (Inherited from StiCodeGenerator.)
Protected methodGenerateRemoveEventStatement (Overrides StiCodeGeneratorGenerateRemoveEventStatement(CodeRemoveEventStatement).)
Protected methodGenerateSingleFloatValue (Overrides StiCodeGeneratorGenerateSingleFloatValue(Single).)
Protected methodGenerateSnippetCompileUnit (Inherited from StiCodeGenerator.)
Protected methodGenerateSnippetExpression (Overrides StiCodeGeneratorGenerateSnippetExpression(CodeSnippetExpression).)
Protected methodGenerateSnippetMember (Overrides StiCodeGeneratorGenerateSnippetMember(CodeSnippetTypeMember).)
Protected methodGenerateSnippetStatement (Overrides StiCodeGeneratorGenerateSnippetStatement(CodeSnippetStatement).)
Protected methodGenerateStatement (Inherited from StiCodeGenerator.)
Protected methodGenerateStatements (Inherited from StiCodeGenerator.)
Protected methodGenerateThisReferenceExpression (Overrides StiCodeGeneratorGenerateThisReferenceExpression(CodeThisReferenceExpression).)
Protected methodGenerateThrowExceptionStatement (Overrides StiCodeGeneratorGenerateThrowExceptionStatement(CodeThrowExceptionStatement).)
Protected methodGenerateTryCatchFinallyStatement (Overrides StiCodeGeneratorGenerateTryCatchFinallyStatement(CodeTryCatchFinallyStatement).)
Protected methodGenerateTypeConstructor (Overrides StiCodeGeneratorGenerateTypeConstructor(CodeTypeConstructor).)
Protected methodGenerateTypeEnd (Overrides StiCodeGeneratorGenerateTypeEnd(CodeTypeDeclaration).)
Protected methodGenerateTypeOfExpression (Overrides StiCodeGeneratorGenerateTypeOfExpression(CodeTypeOfExpression).)
Protected methodGenerateTypeReferenceExpression (Inherited from StiCodeGenerator.)
Protected methodGenerateTypes (Inherited from StiCodeGenerator.)
Protected methodGenerateTypeStart (Overrides StiCodeGeneratorGenerateTypeStart(CodeTypeDeclaration).)
Protected methodGenerateVariableDeclarationStatement (Overrides StiCodeGeneratorGenerateVariableDeclarationStatement(CodeVariableDeclarationStatement).)
Protected methodGenerateVariableReferenceExpression (Overrides StiCodeGeneratorGenerateVariableReferenceExpression(CodeVariableReferenceExpression).)
Public methodGetBaseTypeOutput (Overrides StiCodeGeneratorGetBaseTypeOutput(String).)
Public methodGetClassKeyword (Overrides StiCodeGeneratorGetClassKeyword.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetRegionEnd (Overrides StiCodeGeneratorGetRegionEnd(String).)
Public methodGetRegionEndWord (Overrides StiCodeGeneratorGetRegionEndWord.)
Public methodGetRegionStart (Overrides StiCodeGeneratorGetRegionStart(String).)
Public methodGetRegionStartWord (Overrides StiCodeGeneratorGetRegionStartWord.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodGetTypeOutput (Overrides StiCodeGeneratorGetTypeOutput(CodeTypeReference).)
Public methodIsKeyword (Overrides StiCodeGeneratorIsKeyword(String).)
Public methodStatic memberIsKeywordExist
Protected methodIsValidIdentifier (Overrides StiCodeGeneratorIsValidIdentifier(String).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOutputAttributeArgument (Overrides StiCodeGeneratorOutputAttributeArgument(CodeAttributeArgument).)
Protected methodOutputAttributeDeclarations (Inherited from StiCodeGenerator.)
Protected methodOutputDirection (Overrides StiCodeGeneratorOutputDirection(FieldDirection).)
Protected methodOutputExpressionList(CodeExpressionCollection) (Inherited from StiCodeGenerator.)
Protected methodOutputExpressionList(CodeExpressionCollection, Boolean) (Inherited from StiCodeGenerator.)
Protected methodOutputFieldScopeModifier (Overrides StiCodeGeneratorOutputFieldScopeModifier(MemberAttributes).)
Protected methodOutputIdentifier (Overrides StiCodeGeneratorOutputIdentifier(String).)
Protected methodOutputMemberAccessModifier (Overrides StiCodeGeneratorOutputMemberAccessModifier(MemberAttributes).)
Protected methodOutputMemberScopeModifier (Overrides StiCodeGeneratorOutputMemberScopeModifier(MemberAttributes).)
Protected methodOutputOperator (Overrides StiCodeGeneratorOutputOperator(CodeBinaryOperatorType).)
Protected methodOutputParameters (Inherited from StiCodeGenerator.)
Protected methodOutputType (Overrides StiCodeGeneratorOutputType(CodeTypeReference).)
Protected methodOutputTypeAttributes (Inherited from StiCodeGenerator.)
Protected methodOutputTypeNamePair (Overrides StiCodeGeneratorOutputTypeNamePair(CodeTypeReference, String).)
Public methodQuoteSnippetString (Overrides StiCodeGeneratorQuoteSnippetString(String).)
Protected methodRequireVariableDeclaration
Protected methodSupports (Overrides StiCodeGeneratorSupports(GeneratorSupport).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodValidateIdentifier (Inherited from StiCodeGenerator.)
Top
See Also