Click or drag to resize

StiCodeGenerator Methods

The StiCodeGenerator type exposes the following members.

Methods
  NameDescription
Protected methodContinueOnNewLine
Protected methodCreateEscapedIdentifier
Protected methodCreateValidIdentifier
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
Protected methodGenerateArrayCreateExpression
Protected methodGenerateArrayIndexerExpression
Protected methodGenerateAssignStatement
Protected methodGenerateAttachEventStatement
Protected methodGenerateAttributeDeclarationsEnd
Protected methodGenerateAttributeDeclarationsStart
Protected methodGenerateBaseReferenceExpression
Protected methodGenerateBinaryOperatorExpression
Protected methodGenerateCastExpression
Public methodGenerateCodeFromCompileUnit
Public methodGenerateCodeFromExpression
Public methodGenerateCodeFromNamespace
Public methodGenerateCodeFromStatement
Public methodGenerateCodeFromType
Protected methodGenerateComment
Protected methodGenerateCommentStatement
Protected methodGenerateCompileUnit
Protected methodGenerateCompileUnitEnd
Protected methodGenerateCompileUnitStart
Protected methodGenerateConditionStatement
Protected methodGenerateConstructor
Protected methodGenerateDecimalValue
Protected methodGenerateDelegateCreateExpression
Protected methodGenerateDelegateInvokeExpression
Protected methodGenerateDirectionExpression
Protected methodGenerateDoubleValue
Protected methodGenerateEntryPointMethod
Protected methodGenerateEvent
Protected methodGenerateEventReferenceExpression
Protected methodGenerateExpression
Protected methodGenerateExpressionStatement
Protected methodGenerateField
Protected methodGenerateFieldReferenceExpression
Protected methodGenerateGotoStatement
Protected methodGenerateIndexerExpression
Protected methodGenerateIterationStatement
Protected methodGenerateLabeledStatement
Protected methodGenerateLinePragmaEnd
Protected methodGenerateLinePragmaStart
Protected methodGenerateMethod
Protected methodGenerateMethodInvokeExpression
Protected methodGenerateMethodReferenceExpression
Protected methodGenerateMethodReturnStatement
Protected methodGenerateMethods
Protected methodGenerateNamespace
Protected methodGenerateNamespaceEnd
Protected methodGenerateNamespaceImport
Protected methodGenerateNamespaceImports
Protected methodGenerateNamespaces
Protected methodGenerateNamespaceStart
Protected methodGenerateObjectCreateExpression
Protected methodGenerateParameterDeclarationExpression
Protected methodGeneratePrimitiveExpression
Protected methodGenerateProperty
Protected methodGeneratePropertyReferenceExpression
Protected methodGeneratePropertySetValueReferenceExpression
Protected methodGenerateRegionEnd
Protected methodGenerateRegionEnds
Protected methodGenerateRegionStart
Protected methodGenerateRegionStarts
Protected methodGenerateRemoveEventStatement
Protected methodGenerateSingleFloatValue
Protected methodGenerateSnippetCompileUnit
Protected methodGenerateSnippetExpression
Protected methodGenerateSnippetMember
Protected methodGenerateSnippetStatement
Protected methodGenerateStatement
Protected methodGenerateStatements
Protected methodGenerateThisReferenceExpression
Protected methodGenerateThrowExceptionStatement
Protected methodGenerateTryCatchFinallyStatement
Protected methodGenerateTypeConstructor
Protected methodGenerateTypeEnd
Protected methodGenerateTypeOfExpression
Protected methodGenerateTypeReferenceExpression
Protected methodGenerateTypes
Protected methodGenerateTypeStart
Protected methodGenerateVariableDeclarationStatement
Protected methodGenerateVariableReferenceExpression
Public methodGetBaseTypeOutput
Public methodGetClassKeyword
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetRegionEnd
Public methodGetRegionEndWord
Public methodGetRegionStart
Public methodGetRegionStartWord
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodGetTypeOutput
Public methodIsKeyword
Protected methodIsValidIdentifier
Public methodStatic memberIsValidLanguageIndependentIdentifier
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOutputAttributeArgument
Protected methodOutputAttributeDeclarations
Protected methodOutputDirection
Protected methodOutputExpressionList(CodeExpressionCollection)
Protected methodOutputExpressionList(CodeExpressionCollection, Boolean)
Protected methodOutputFieldScopeModifier
Protected methodOutputIdentifier
Protected methodOutputMemberAccessModifier
Protected methodOutputMemberScopeModifier
Protected methodOutputOperator
Protected methodOutputParameters
Protected methodOutputType
Protected methodOutputTypeAttributes
Protected methodOutputTypeNamePair
Public methodQuoteSnippetString
Protected methodSupports
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodValidateIdentifier
Top
See Also