Overview
Project
Class
Tree
Deprecated
Index
SourceFlow 1.0.beta API Documentation
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_
A
ABSTRACT
- member variable in class
CSharpClass
The abstract modifier constant.
ABSTRACT
- member variable in class
CSharpMethod
The abstract modifier constant.
ABSTRACT
- member variable in class
CSharpModifier
The abstract modifier constant.
ABSTRACT
- member variable in class
JavaClass
The abstract modifier constant.
ABSTRACT
- member variable in class
JavaMethod
The abstract modifier constant.
ABSTRACT
- member variable in class
JavaModifier
The abstract modifier.
AddArrayInit(string)
- member function in class
CSharpVariable
Adds initialization code for an array element value.
AddArrayInit(string)
- member function in class
VisualBasicVariable
Adds initialization code for an array element value.
AddClass(CSharpClass)
- member function in class
CSharpClass
Adds an inner class as a member.
AddClass(CSharpClass)
- member function in class
CSharpFile
Adds a class declaration to the file.
AddClass(CSharpClass)
- member function in class
CSharpNamespace
Adds a class declaration to the namespace.
AddClass(JavaClass)
- member function in class
JavaClass
Adds an inner class to this class.
AddClass(JavaClass)
- member function in class
JavaFile
Adds a class to the file.
AddClass(VisualBasicClass)
- member function in class
VisualBasicClass
Adds an inner class as a member.
AddClass(VisualBasicClass)
- member function in class
VisualBasicFile
Adds a class declaration to the file.
AddClass(VisualBasicClass)
- member function in class
VisualBasicNamespace
Adds a class declaration to the namespace.
AddCode(string)
- member function in class
CFunction
Adds one or more lines of actual code.
AddCode(string)
- member function in class
CSharpConstructor
Adds one or more lines of actual code.
AddCode(string)
- member function in class
CSharpMethod
Adds one or more lines of actual code.
AddCode(string)
- member function in class
JavaConstructor
Adds one or more lines of actual code.
AddCode(string)
- member function in class
JavaMethod
Adds one or more lines of actual code.
AddCode(string)
- member function in class
VisualBasicConstructor
Adds one or more lines of actual code.
AddCode(string)
- member function in class
VisualBasicMethod
Adds one or more lines of actual code.
AddComment(CComment)
- member function in class
CFile
Adds a comment to this file.
AddComment(CComment)
- member function in class
CFunction
Sets a comment for this function.
AddComment(CComment)
- member function in class
CTypedef
Adds a comment to this typedef.
AddComment(CComment)
- member function in class
CVariable
Adds a comment to this variable.
AddComment(CSharpComment)
- member function in class
CSharpConstructor
Sets a comment for this constructor.
AddComment(CSharpComment)
- member function in class
CSharpFile
Adds a file comment.
AddComment(CSharpComment)
- member function in class
CSharpMethod
Sets a comment for this method.
AddComment(CSharpComment)
- member function in class
CSharpType
Sets the type comment.
AddComment(CSharpComment)
- member function in class
CSharpVariable
Adds a comment to this variable.
AddComment(JavaComment)
- member function in class
JavaConstructor
Sets a comment for this constructor.
AddComment(JavaComment)
- member function in class
JavaFile
Adds a comment to this file.
AddComment(JavaComment)
- member function in class
JavaMethod
Sets a comment for this method.
AddComment(JavaComment)
- member function in class
JavaType
Adds a comment to this type.
AddComment(JavaComment)
- member function in class
JavaVariable
Adds a comment to this variable.
AddComment(VisualBasicComment)
- member function in class
VisualBasicConstructor
Sets a comment for this constructor.
AddComment(VisualBasicComment)
- member function in class
VisualBasicFile
Adds a file comment.
AddComment(VisualBasicComment)
- member function in class
VisualBasicMethod
Sets a comment for this method.
AddComment(VisualBasicComment)
- member function in class
VisualBasicType
Sets the type comment.
AddComment(VisualBasicComment)
- member function in class
VisualBasicVariable
Adds a comment to this variable.
AddConstant(string)
- member function in class
CSharpEnumeration
Adds a constant to the enumeration.
AddConstant(string)
- member function in class
VisualBasicEnumeration
Adds a constant to the enumeration.
AddConstant(string,string)
- member function in class
CSharpEnumeration
Adds a constant to the enumeration.
AddConstant(string,string)
- member function in class
VisualBasicEnumeration
Adds a constant to the enumeration.
AddConstant(string,string,CSharpComment)
- member function in class
CSharpEnumeration
Adds a constant to the enumeration.
AddConstant(string,string,VisualBasicComment)
- member function in class
VisualBasicEnumeration
Adds a constant to the enumeration.
AddConstructor(CSharpConstructor)
- member function in class
CSharpClass
Adds a constructor to the class.
AddConstructor(JavaConstructor)
- member function in class
JavaClass
Adds a constructor to the class.
AddConstructor(VisualBasicConstructor)
- member function in class
VisualBasicClass
Adds a constructor to the class.
AddElement(CodeElement)
- member function in class
CodeContainer
Adds a code element to this container.
AddEnumeration(CSharpEnumeration)
- member function in class
CSharpClass
Adds an enumeration as a member.
AddEnumeration(CSharpEnumeration)
- member function in class
CSharpFile
Adds an enumeration declaration to the file.
AddEnumeration(CSharpEnumeration)
- member function in class
CSharpNamespace
Adds an enumeration to the namespace.
AddEnumeration(VisualBasicEnumeration)
- member function in class
VisualBasicClass
Adds an enumeration as a member.
AddEnumeration(VisualBasicEnumeration)
- member function in class
VisualBasicFile
Adds an enumeration declaration to the file.
AddEnumeration(VisualBasicEnumeration)
- member function in class
VisualBasicNamespace
Adds an enumeration to the namespace.
AddFunction(CFunction)
- member function in class
CFile
Adds a function to the file.
AddImport(JavaImport)
- member function in class
JavaFile
Adds an import to the file.
AddInclude(CInclude)
- member function in class
CFile
Adds an include to the file.
AddInitializer(string)
- member function in class
CSharpConstructor
Adds an initializer call, i.
AddInitValue(string)
- member function in class
CVariable
Adds an initialization value.
AddInterface(JavaInterface)
- member function in class
JavaFile
Adds an interface to the file.
AddMethod(CSharpMethod)
- member function in class
CSharpClass
Adds a method to the class.
AddMethod(JavaMethod)
- member function in class
JavaClass
Adds a method to the class.
AddMethod(JavaMethod)
- member function in class
JavaInterface
Adds a method declaration to the interface.
AddMethod(VisualBasicMethod)
- member function in class
VisualBasicClass
Adds a method to the class.
AddNamespace(CSharpNamespace)
- member function in class
CSharpFile
Adds a namespace declaration to the file.
AddNamespace(VisualBasicNamespace)
- member function in class
VisualBasicFile
Adds a namespace declaration to the file.
AddStringEscapes(string,char)
- member function in class
CodeStyle
Adds escapes in front of all " characters in a string. Any occurence of the escape character itself will also be escaped.
AddThrows(string)
- member function in class
JavaConstructor
Adds a class to the list of exceptions thrown.
AddThrows(string)
- member function in class
JavaMethod
Adds a class to the list of exceptions thrown.
AddTypedef(CTypedef)
- member function in class
CFile
Adds a typedef declaration to the file.
AddUsing(CSharpUsing)
- member function in class
CSharpFile
Adds a using declaration to the file.
AddUsing(VisualBasicImports)
- member function in class
VisualBasicFile
Adds an imports declaration to the file.
AddVariable(CVariable)
- member function in class
CFile
Adds a variable to the file.
AddVariable(JavaVariable)
- member function in class
JavaClass
Adds a variable to the class.
AddVariable(JavaVariable)
- member function in class
JavaInterface
Adds a variable to the interface.
AddVectorInit(string)
- member function in class
JavaVariable
Adds initialization code for an array element value.
B
BLOCK
- member variable in class
CSharpComment
The block comment type.
BLOCK
- member variable in class
JavaComment
The block comment type.
C
C
- static variable in class
CodeStyle
The default C code style.
CanPrintCode()
- member function in class
CSharpMethod
Checks if the method source code can the printed.
Category
- member variable in class
CodeElement
Returns a numeric category number for the code element.
Category
- member variable in class
CComment
Returns a numeric category number for the code element.
Category
- member variable in class
CFile
Returns a numeric category number for the code element.
Category
- member variable in class
CFunction
Returns a numeric category number for the code element.
Category
- member variable in class
CInclude
Returns a numeric category number for the code element.
Category
- member variable in class
CTypedef
Returns a numeric category number for the code element.
Category
- member variable in class
CVariable
Returns a numeric category number for the code element.
Category
- member variable in class
CSharpClass
Returns a numeric category number for the code element.
Category
- member variable in class
CSharpComment
Returns a numeric category number for the code element.
Category
- member variable in class
CSharpConstructor
Returns a numeric category number for the code element.
Category
- member variable in class
CSharpEnumeration
Returns a numeric category number for the code element.
Category
- member variable in class
CSharpFile
Returns a numeric category number for the code element.
Category
- member variable in class
CSharpMethod
Returns a numeric category number for the code element.
Category
- member variable in class
CSharpNamespace
Returns a numeric category number for the code element.
Category
- member variable in class
CSharpUsing
Returns a numeric category number for the code element.
Category
- member variable in class
CSharpVariable
Returns a numeric category number for the code element.
Category
- member variable in class
Constant
Returns a numeric category number for the code element.
Category
- member variable in class
JavaClass
Returns a numeric category number for the code element.
Category
- member variable in class
JavaComment
Returns a numeric category number for the code element.
Category
- member variable in class
JavaConstructor
Returns a numeric category number for the code element.
Category
- member variable in class
JavaFile
Returns a numeric category number for the code element.
Category
- member variable in class
JavaImport
Returns a numeric category number for the code element.
Category
- member variable in class
JavaInterface
Returns a numeric category number for the code element.
Category
- member variable in class
JavaMethod
Returns a numeric category number for the code element.
Category
- member variable in class
JavaPackage
Returns a numeric category number for the code element.
Category
- member variable in class
JavaVariable
Returns a numeric category number for the code element.
Category
- member variable in class
Constant
Returns a numeric category number for the code element.
Category
- member variable in class
VisualBasicClass
Returns a numeric category number for the code element.
Category
- member variable in class
VisualBasicComment
Returns a numeric category number for the code element.
Category
- member variable in class
VisualBasicConstructor
Returns a numeric category number for the code element.
Category
- member variable in class
VisualBasicEnumeration
Returns a numeric category number for the code element.
Category
- member variable in class
VisualBasicFile
Returns a numeric category number for the code element.
Category
- member variable in class
VisualBasicImports
Returns a numeric category number for the code element.
Category
- member variable in class
VisualBasicMethod
Returns a numeric category number for the code element.
Category
- member variable in class
VisualBasicNamespace
Returns a numeric category number for the code element.
Category
- member variable in class
VisualBasicVariable
Returns a numeric category number for the code element.
CComment
- class in
Org.SourceFlow.C
A class generating a C comment.
CComment(string)
- constructor in class
CComment
Creates a new comment.
CFile
- class in
Org.SourceFlow.C
A class generating a C code file.
CFile(DirectoryInfo,string,bool)
- constructor in class
CFile
Creates a new C code file in the specified base directory.
CFunction
- class in
Org.SourceFlow.C
A class generating a C function declaration.
CFunction(int,string,string,string)
- constructor in class
CFunction
Creates a new function with the specified arguments.
CFunction(string)
- constructor in class
CFunction
Creates a new function with the specified name.
CFunction(string,string)
- constructor in class
CFunction
Creates a new function with the specified name and arguments.
CFunction(string,string,string)
- constructor in class
CFunction
Creates a new function with the specified name, arguments and return type.
CInclude
- class in
Org.SourceFlow.C
A class generating a C include declaration.
CInclude(bool,string)
- constructor in class
CInclude
Creates a new include declaration.
CodeContainer
- class in
Org.SourceFlow
The abstract base class for all code element containers.
CodeContainer()
- constructor in class
CodeContainer
Creates a new code element container.
CodeElement
- class in
Org.SourceFlow
The abstract base class for all code elements.
CodeFile
- class in
Org.SourceFlow
The abstract base class for all code files.
CodeFile(DirectoryInfo)
- constructor in class
CodeFile
Creates a new code file.
CodeStyle
- class in
Org.SourceFlow
The base class for all code styles.
CodeStyle(int,string)
- constructor in class
CodeStyle
Creates a new code style.
Comment
- member variable in class
Constant
Sets the constant comment.
Comment
- member variable in class
Constant
The constant comment property.
comment
- member variable in class
VisualBasicType
The type comment.
CompareTo(object)
- member function in class
CodeElement
Compares this object to another one.
CompareTo(object)
- member function in class
CInclude
Compares this object to another one.
CompareTo(object)
- member function in class
CSharpUsing
Compares this object to another one.
CompareTo(object)
- member function in class
JavaImport
Compares this object to another one.
CompareTo(object)
- member function in class
VisualBasicImports
Compares this object to another one.
CONST
- member variable in class
CVariable
The const modifier constant.
CONST
- member variable in class
CSharpModifier
The const modifier constant.
CONST
- member variable in class
CSharpVariable
The const modifier constant.
Constant
- class in
Org.SourceFlow.CSharp
A class generating a C# enumeration constant declaration.
Constant
- class in
Org.SourceFlow.VisualBasic
A class generating a Visual Basic enumeration constant declaration.
Constant(CSharpEnumeration,string,string)
- constructor in class
Constant
Creates a new constant.
Constant(string,string)
- constructor in class
Constant
Creates a new constant.
Count
- member variable in class
CodeContainer
Returns the number of content elements in this container.
CreateModifierDecl(int)
- static function in class
CSharpModifier
Creates a string with the specified modifiers.
CreateModifierDecl(int)
- static function in class
JavaModifier
Creates a string with the specified modifiers.
CreateModifierDecl(int)
- static function in class
VisualBasicModifier
Creates a string with the specified modifiers.
CSHARP
- static variable in class
CodeStyle
The default C# code style.
CSharpClass
- class in
Org.SourceFlow.CSharp
A class generating a C# class declaration.
CSharpClass
- member variable in class
CSharpConstructor
Returns the class for this constructor, or null.
CSharpClass(int,string)
- constructor in class
CSharpClass
Creates a new class code generator with the specified modifiers.
CSharpClass(int,string,string)
- constructor in class
CSharpClass
Creates a new class code generator with the specified access modifier that extends the specified class.
CSharpClass(int,string,string[])
- constructor in class
CSharpClass
Creates a new class code generator with the specified access modifier that extends and implements the specified classes or interfaces.
CSharpClass(string)
- constructor in class
CSharpClass
Creates a new class code generator with a public access modifier.
CSharpComment
- class in
Org.SourceFlow.CSharp
A class generating a C# comment.
CSharpComment(int,string)
- constructor in class
CSharpComment
Creates a new comment of the specified type.
CSharpComment(string)
- constructor in class
CSharpComment
Creates a new documentation comment with no indentation.
CSharpConstructor
- class in
Org.SourceFlow.CSharp
A class generating a C# constructor declaration.
CSharpConstructor()
- constructor in class
CSharpConstructor
Creates a new empty constructor.
CSharpConstructor(int,string)
- constructor in class
CSharpConstructor
Creates a new constructor with the specified arguments.
CSharpConstructor(string)
- constructor in class
CSharpConstructor
Creates a new constructor with the specified arguments.
CSharpEnumeration
- class in
Org.SourceFlow.CSharp
A class generating a C# enumeration declaration.
CSharpEnumeration(int,string)
- constructor in class
CSharpEnumeration
Creates a new enumeration code generator with the specified modifiers.
CSharpEnumeration(string)
- constructor in class
CSharpEnumeration
Creates a new enumeration code generator with public access.
CSharpFile
- class in
Org.SourceFlow.CSharp
A class generating a C# source code file.
CSharpFile(DirectoryInfo,string)
- constructor in class
CSharpFile
Creates a new C# source code file.
CSharpMethod
- class in
Org.SourceFlow.CSharp
A class generating a C# method declaration.
CSharpMethod(int,string,string,string)
- constructor in class
CSharpMethod
Creates a new method with the specified arguments.
CSharpMethod(string)
- constructor in class
CSharpMethod
Creates a new method with the specified name.
CSharpMethod(string,string)
- constructor in class
CSharpMethod
Creates a new method with the specified name and arguments.
CSharpMethod(string,string,string)
- constructor in class
CSharpMethod
Creates a new method with the specified arguments.
CSharpModifier
- class in
Org.SourceFlow.CSharp
A class containing the C# modifier constants.
CSharpNamespace
- class in
Org.SourceFlow.CSharp
A class generating a C# namespace declaration.
CSharpNamespace(string)
- constructor in class
CSharpNamespace
Creates a new namespace.
CSharpType
- class in
Org.SourceFlow.CSharp
An abstract superclass for the various C# type code generators.
CSharpType(int,string,string)
- constructor in class
CSharpType
Creates a new type code generator with the specified access modifier that extends a specified type.
CSharpType(int,string,string[])
- constructor in class
CSharpType
Creates a new type code generator with the specified access modifier that extends a specified type.
CSharpUsing
- class in
Org.SourceFlow.CSharp
A class generating a C# using declaration.
CSharpUsing(string)
- constructor in class
CSharpUsing
Creates a new C# using declaration.
CSharpVariable
- class in
Org.SourceFlow.CSharp
A class generating a C# variable declaration.
CSharpVariable(int,string,string)
- constructor in class
CSharpVariable
Creates a new variable with the specified modifiers, type and name.
CSharpVariable(int,string,string,string)
- constructor in class
CSharpVariable
Creates a new variable with the specified modifiers, type, name and initializer.
CSharpVariable(string,string)
- constructor in class
CSharpVariable
Creates a new variable with the specified type and name.
CSharpVariable(string,string,string)
- constructor in class
CSharpVariable
Creates a new variable with the specified type, name and initializer.
CTypedef
- class in
Org.SourceFlow.C
A class generating a C typedef declaration.
CTypedef(string,string)
- constructor in class
CTypedef
Creates a new typedef declaration with the specified values.
CVariable
- class in
Org.SourceFlow.C
A class generating a C variable declaration.
CVariable(int,string,bool,string)
- constructor in class
CVariable
Creates a new variable with the specified type and name.
CVariable(string,bool,string)
- constructor in class
CVariable
Creates a new variable with the specified type and name.
CVariable(string,string)
- constructor in class
CVariable
Creates a new variable with the specified type and name.
D
DOCUMENTATION
- member variable in class
CSharpComment
The block documentation comment type.
DOCUMENTATION
- member variable in class
JavaComment
The JavaDoc documentation comment type.
DOCUMENTATION
- member variable in class
VisualBasicComment
The documentation comment type.
DOCUMENTATION_SINGLE
- member variable in class
CSharpComment
The single line documentation comment type.
E
Equals(object)
- member function in class
CInclude
Returns true if this object is equal to another include.
Equals(object)
- member function in class
CSharpUsing
Returns true if this object is equal to another.
Equals(object)
- member function in class
JavaImport
Returns true if this object is equal to another import.
Equals(object)
- member function in class
VisualBasicImports
Returns true if this object is equal to another.
extendTypes
- member variable in class
VisualBasicType
The names of the types that this type extends and/or implements.
EXTERN
- member variable in class
CVariable
The extern modifier constant.
EXTERN
- member variable in class
CSharpConstructor
The extern modifier constant.
EXTERN
- member variable in class
CSharpMethod
The extern modifier constant.
EXTERN
- member variable in class
CSharpModifier
The extern modifier constant.
F
File
- member variable in class
CodeFile
Returns the file object to be generated.
FINAL
- member variable in class
JavaClass
The final modifier constant.
FINAL
- member variable in class
JavaMethod
The final modifier constant.
FINAL
- member variable in class
JavaModifier
The final modifier.
FINAL
- member variable in class
JavaVariable
The final modifier constant.
FRIEND
- member variable in class
VisualBasicClass
The internal access modifier constant.
FRIEND
- member variable in class
VisualBasicConstructor
The friend access modifier constant.
FRIEND
- member variable in class
VisualBasicEnumeration
The friend access modifier constant.
FRIEND
- member variable in class
VisualBasicMethod
The friend access modifier constant.
FRIEND
- member variable in class
VisualBasicModifier
The friend access modifier constant.
FRIEND
- member variable in class
VisualBasicVariable
The friend access modifier constant.
G
GetIndent(int)
- member function in class
CodeStyle
Returns the indentation string for the specified level.
GetLowerCase(string)
- member function in class
CodeStyle
Returns the lower-case version of a string.
GetMixedCase(string,bool)
- member function in class
CodeStyle
Returns the mixed-case version of a string.
GetStringConstant(string,char)
- member function in class
CodeStyle
Creates a string constant from the specified string.
GetUpperCase(string)
- member function in class
CodeStyle
Returns the upper-case version of a string.
I
INTERNAL
- member variable in class
CSharpClass
The internal access modifier constant.
INTERNAL
- member variable in class
CSharpConstructor
The internal access modifier constant.
INTERNAL
- member variable in class
CSharpEnumeration
The internal access modifier constant.
INTERNAL
- member variable in class
CSharpMethod
The internal access modifier constant.
INTERNAL
- member variable in class
CSharpModifier
The internal access modifier constant.
INTERNAL
- member variable in class
CSharpVariable
The internal access modifier constant.
isLastConstant(Constant)
- member function in class
CSharpEnumeration
Checks if the specified constant is the last one.
J
JAVA
- static variable in class
CodeStyle
The default Java code style.
JavaClass
- class in
Org.SourceFlow.Java
A class generating a Java class declaration.
JavaClass
- member variable in class
JavaConstructor
The constructor class property.
JavaClass(int,string)
- constructor in class
JavaClass
Creates a new class code generator with the specified access modifier.
JavaClass(int,string,string)
- constructor in class
JavaClass
Creates a new class code generator with the specified access modifier that extends the specified class.
JavaClass(int,string,string,string)
- constructor in class
JavaClass
Creates a new class code generator with the specified access modifier that extends and implements the specified classes or interfaces.
JavaClass(int,string,string,string[])
- constructor in class
JavaClass
Creates a new class code generator with the specified access modifier that extends and implements the specified classes or interfaces.
JavaClass(string)
- constructor in class
JavaClass
Creates a new class code generator with a public access modifier.
JavaComment
- class in
Org.SourceFlow.Java
A class generating a Java comment.
JavaComment(int,string)
- constructor in class
JavaComment
Creates a new comment of the specified type.
JavaComment(string)
- constructor in class
JavaComment
Creates a new documentation comment.
JavaConstructor
- class in
Org.SourceFlow.Java
A class generating a Java constructor declaration.
JavaConstructor()
- constructor in class
JavaConstructor
Creates a new empty constructor.
JavaConstructor(int,string)
- constructor in class
JavaConstructor
Creates a new constructor with the specified arguments.
JavaConstructor(string)
- constructor in class
JavaConstructor
Creates a new constructor with the specified arguments.
JavaFile
- class in
Org.SourceFlow.Java
A class generating a Java code file.
JavaFile(DirectoryInfo)
- constructor in class
JavaFile
Creates a new Java code file in the specified file.
JavaFile(DirectoryInfo,JavaPackage)
- constructor in class
JavaFile
Creates a new Java code file in the specified base directory and package.
JavaImport
- class in
Org.SourceFlow.Java
A class generating a Java import declaration.
JavaImport(JavaPackage)
- constructor in class
JavaImport
Creates a new import declaration, importing all classes of a specified package.
JavaImport(JavaPackage,JavaClass)
- constructor in class
JavaImport
Creates a new import declaration, importing the selected class from the specified package.
JavaImport(string)
- constructor in class
JavaImport
Creates a new import declaration, importing all classes of a specified package.
JavaImport(string,string)
- constructor in class
JavaImport
Creates a new import declaration, importing the selected class from the specified package.
JavaInterface
- class in
Org.SourceFlow.Java
A class generating a Java interface declaration.
JavaInterface(int,string)
- constructor in class
JavaInterface
Creates a new interface code generator with the specified access modifier.
JavaInterface(int,string,string)
- constructor in class
JavaInterface
Creates a new class code generator with the specified access modifier that extends the specified class.
JavaInterface(string)
- constructor in class
JavaInterface
Creates a new interface code generator with a public access modifier.
JavaMethod
- class in
Org.SourceFlow.Java
A class generating a Java method declaration.
JavaMethod(int,string,string,string)
- constructor in class
JavaMethod
Creates a new method with the specified arguments.
JavaMethod(string)
- constructor in class
JavaMethod
Creates a new method with the specified name.
JavaMethod(string,string)
- constructor in class
JavaMethod
Creates a new method with the specified name and arguments.
JavaMethod(string,string,string)
- constructor in class
JavaMethod
Creates a new method with the specified arguments.
JavaModifier
- class in
Org.SourceFlow.Java
A class containing the Java modifier constants.
JavaPackage
- class in
Org.SourceFlow.Java
A class generating a Java package declaration.
JavaPackage(JavaPackage,string)
- constructor in class
JavaPackage
Creates a new Java package with the specified base package and name.
JavaPackage(string)
- constructor in class
JavaPackage
Creates a new Java package with the specified name.
JavaType
- class in
Org.SourceFlow.Java
An abstract superclass for the Java class and interface code generators.
JavaType(int,string,string,string)
- constructor in class
JavaType
Creates a new type code generator.
JavaType(int,string,string,string[])
- constructor in class
JavaType
Creates a new type code generator.
JavaVariable
- class in
Org.SourceFlow.Java
A class generating a Java variable declaration.
JavaVariable(int,string,string)
- constructor in class
JavaVariable
Creates a new variable with the specified modifiers, type and name.
JavaVariable(int,string,string,string)
- constructor in class
JavaVariable
Creates a new variable with the specified modifiers, type, name and initializer.
JavaVariable(string,string)
- constructor in class
JavaVariable
Creates a new private variable with the specified type and name.
JavaVariable(string,string,string)
- constructor in class
JavaVariable
Creates a new private variable with the specified type, name and initializer.
L
LineBreak(string,int)
- member function in class
CodeStyle
Returns a list with all the lines in a string.
M
Margin
- member variable in class
CodeStyle
Returns the right print margin.
modifiers
- member variable in class
VisualBasicType
The type modifier flags.
MUST_INHERIT
- member variable in class
VisualBasicClass
The must inherit modifier constant.
MUST_INHERIT
- member variable in class
VisualBasicModifier
The must inherit modifier constant.
MUST_OVERRIDE
- member variable in class
VisualBasicMethod
The must override modifier constant.
MUST_OVERRIDE
- member variable in class
VisualBasicModifier
The must override modifier constant.
N
Name
- member variable in class
CodeFile
Returns the file name without the directory path.
Name
- member variable in class
CFile
Returns the file name.
Name
- member variable in class
CSharpFile
Returns the file name.
Name
- member variable in class
JavaFile
Returns the file name.
Name
- member variable in class
VisualBasicFile
Returns the file name.
name
- member variable in class
VisualBasicType
The type name.
NATIVE
- member variable in class
JavaMethod
The native modifier constant.
NATIVE
- member variable in class
JavaModifier
The abstract modifier.
NEW
- member variable in class
CSharpClass
The new modifier constant.
NEW
- member variable in class
CSharpEnumeration
The new modifier constant.
NEW
- member variable in class
CSharpMethod
The new modifier constant.
NEW
- member variable in class
CSharpModifier
The new modifier constant.
NEW
- member variable in class
CSharpVariable
The new modifier constant.
NOT_INHERITABLE
- member variable in class
VisualBasicClass
The not inheritable modifier constant.
NOT_INHERITABLE
- member variable in class
VisualBasicModifier
The not inheritable modifier constant.
NOT_OVERRIDABLE
- member variable in class
VisualBasicMethod
The not overridable modifier constant.
NOT_OVERRIDABLE
- member variable in class
VisualBasicModifier
The not overridable modifier constant.
O
OVERLOADS
- member variable in class
VisualBasicMethod
The overloads modifier constant.
OVERLOADS
- member variable in class
VisualBasicModifier
The overloads modifier constant.
OVERRIDABLE
- member variable in class
VisualBasicMethod
The overridable modifier constant.
OVERRIDABLE
- member variable in class
VisualBasicModifier
The overridable modifier constant.
OVERRIDE
- member variable in class
CSharpMethod
The override modifier constant.
OVERRIDE
- member variable in class
CSharpModifier
The override modifier constant.
OVERRIDES
- member variable in class
VisualBasicMethod
The overrides modifier constant.
OVERRIDES
- member variable in class
VisualBasicModifier
The overrides modifier constant.
P
PACKAGE_LOCAL
- member variable in class
JavaClass
The package local access modifier constant (i.e. no modifier).
PACKAGE_LOCAL
- member variable in class
JavaConstructor
The package local access modifier constant (i.e. no modifier).
PACKAGE_LOCAL
- member variable in class
JavaInterface
The package local access modifier constant (i.e. no modifier).
PACKAGE_LOCAL
- member variable in class
JavaMethod
The package local access modifier constant (i.e. no modifier).
PACKAGE_LOCAL
- member variable in class
JavaModifier
The package local access modifier constant (i.e. no modifier).
PACKAGE_LOCAL
- member variable in class
JavaVariable
The package local access modifier constant (i.e. no modifier).
Print(StreamWriter,CodeStyle,int)
- member function in class
CodeElement
Prints the code element to the specified output stream.
Print(StreamWriter,CodeStyle,int)
- member function in class
CComment
Prints the code element to the specified output stream.
Print(StreamWriter,CodeStyle,int)
- member function in class
CFile
Prints the file contents to the specified output stream.
Print(StreamWriter,CodeStyle,int)
- member function in class
CFunction
Prints the code element to the specified output stream.
Print(StreamWriter,CodeStyle,int)
- member function in class
CInclude
Prints the code element to the specified output stream.
Print(StreamWriter,CodeStyle,int)
- member function in class
CTypedef
Prints the code element to the specified output stream.
Print(StreamWriter,CodeStyle,int)
- member function in class
CVariable
Prints the code element to the specified output stream.
Print(StreamWriter,CodeStyle,int)
- member function in class
CSharpClass
Prints the class to the specified stream.
Print(StreamWriter,CodeStyle,int)
- member function in class
CSharpComment
Prints the comment to the specified stream.
Print(StreamWriter,CodeStyle,int)
- member function in class
CSharpConstructor
Prints the code element to the specified output stream.
Print(StreamWriter,CodeStyle,int)
- member function in class
CSharpEnumeration
Prints the code element to the specified output stream.
Print(StreamWriter,CodeStyle,int)
- member function in class
CSharpFile
Prints the file contents to the specified output stream.
Print(StreamWriter,CodeStyle,int)
- member function in class
CSharpMethod
Prints the code element to the specified output stream.
Print(StreamWriter,CodeStyle,int)
- member function in class
CSharpNamespace
Prints the code element to the specified output stream.
Print(StreamWriter,CodeStyle,int)
- member function in class
CSharpUsing
Prints the code element to the specified output stream.
Print(StreamWriter,CodeStyle,int)
- member function in class
CSharpVariable
Prints the code element to the specified output stream.
Print(StreamWriter,CodeStyle,int)
- member function in class
Constant
Prints the code element to the specified output stream.
Print(StreamWriter,CodeStyle,int)
- member function in class
JavaClass
Prints the code element to the specified output stream.
Print(StreamWriter,CodeStyle,int)
- member function in class
JavaComment
Prints the code element to the specified output stream.
Print(StreamWriter,CodeStyle,int)
- member function in class
JavaConstructor
Prints the code element to the specified output stream.
Print(StreamWriter,CodeStyle,int)
- member function in class
JavaFile
Prints the file contents to the specified output stream.
Print(StreamWriter,CodeStyle,int)
- member function in class
JavaImport
Prints the code element to the specified output stream.
Print(StreamWriter,CodeStyle,int)
- member function in class
JavaInterface
Prints the code element to the specified output stream.
Print(StreamWriter,CodeStyle,int)
- member function in class
JavaMethod
Prints the code element to the specified output stream.
Print(StreamWriter,CodeStyle,int)
- member function in class
JavaPackage
Prints the code element to the specified output stream.
Print(StreamWriter,CodeStyle,int)
- member function in class
JavaVariable
Prints the code element to the specified output stream.
Print(StreamWriter,CodeStyle,int)
- member function in class
Constant
Prints the code element to the specified output stream.
Print(StreamWriter,CodeStyle,int)
- member function in class
VisualBasicClass
Prints the class to the specified stream.
Print(StreamWriter,CodeStyle,int)
- member function in class
VisualBasicComment
Prints the comment to the specified stream.
Print(StreamWriter,CodeStyle,int)
- member function in class
VisualBasicConstructor
Prints the code element to the specified output stream.
Print(StreamWriter,CodeStyle,int)
- member function in class
VisualBasicEnumeration
Prints the code element to the specified output stream.
Print(StreamWriter,CodeStyle,int)
- member function in class
VisualBasicFile
Prints the file contents to the specified output stream.
Print(StreamWriter,CodeStyle,int)
- member function in class
VisualBasicImports
Prints the code element to the specified output stream.
Print(StreamWriter,CodeStyle,int)
- member function in class
VisualBasicMethod
Prints the code element to the specified output stream.
Print(StreamWriter,CodeStyle,int)
- member function in class
VisualBasicNamespace
Prints the code element to the specified output stream.
Print(StreamWriter,CodeStyle,int)
- member function in class
VisualBasicVariable
Prints the code element to the specified output stream.
Print(StreamWriter,CodeStyle,int,string)
- member function in class
JavaType
Prints the type to the specified stream.
Print(StreamWriter,CodeStyle,int,string,bool)
- member function in class
CSharpType
Prints the type to the specified stream.
Print(StreamWriter,CodeStyle,int,string,bool)
- member function in class
VisualBasicType
Prints the type to the specified stream.
PrintCode
- member variable in class
CFunction
The print method source code property.
PrintCode
- member variable in class
CSharpMethod
Sets the print code flag.
PrintCode
- member variable in class
JavaMethod
The method source code print flag.
PrintCode
- member variable in class
VisualBasicMethod
The print method source code property.
PrintContents(StreamWriter,CodeStyle,int)
- member function in class
CodeContainer
Prints all the contained code elements to the specified output stream.
PrintSeparator(StreamWriter,CodeElement)
- member function in class
CodeElement
Prints a separator line between this element and the previous element in a container.
PrintSeparator(StreamWriter,CodeElement)
- member function in class
CInclude
Prints a separator line between this element and the previous element in a container.
PrintSeparator(StreamWriter,CodeElement)
- member function in class
CSharpUsing
Prints a separator line between this element and the previous element in a container.
PrintSeparator(StreamWriter,CodeElement)
- member function in class
Constant
Prints a separator line between this element and the previous element in a container.
PrintSeparator(StreamWriter,CodeElement)
- member function in class
JavaImport
Prints a separator line between this element and the previous element in a container.
PrintSeparator(StreamWriter,CodeElement)
- member function in class
Constant
Prints a separator line between this element and the previous element in a container.
PrintSeparator(StreamWriter,CodeElement)
- member function in class
VisualBasicImports
Prints a separator line between this element and the previous element in a container.
PRIVATE
- member variable in class
CSharpClass
The private access modifier constant.
PRIVATE
- member variable in class
CSharpConstructor
The private access modifier constant.
PRIVATE
- member variable in class
CSharpEnumeration
The private access modifier constant.
PRIVATE
- member variable in class
CSharpMethod
The private access modifier constant.
PRIVATE
- member variable in class
CSharpModifier
The private access modifier constant.
PRIVATE
- member variable in class
CSharpVariable
The private access modifier constant.
PRIVATE
- member variable in class
JavaClass
The private access modifier constant.
PRIVATE
- member variable in class
JavaConstructor
The private access modifier constant.
PRIVATE
- member variable in class
JavaInterface
The private access modifier constant.
PRIVATE
- member variable in class
JavaMethod
The private access modifier constant.
PRIVATE
- member variable in class
JavaModifier
The private access modifier constant.
PRIVATE
- member variable in class
JavaVariable
The private access modifier constant.
PRIVATE
- member variable in class
VisualBasicClass
The private access modifier constant.
PRIVATE
- member variable in class
VisualBasicConstructor
The private access modifier constant.
PRIVATE
- member variable in class
VisualBasicEnumeration
The private access modifier constant.
PRIVATE
- member variable in class
VisualBasicMethod
The private access modifier constant.
PRIVATE
- member variable in class
VisualBasicModifier
The private access modifier constant.
PRIVATE
- member variable in class
VisualBasicVariable
The private access modifier constant.
PROTECTED
- member variable in class
CSharpClass
The protected access modifier constant.
PROTECTED
- member variable in class
CSharpConstructor
The protected access modifier constant.
PROTECTED
- member variable in class
CSharpEnumeration
The protected access modifier constant.
PROTECTED
- member variable in class
CSharpMethod
The protected access modifier constant.
PROTECTED
- member variable in class
CSharpModifier
The protected access modifier constant.
PROTECTED
- member variable in class
CSharpVariable
The protected access modifier constant.
PROTECTED
- member variable in class
JavaClass
The protected access modifier constant.
PROTECTED
- member variable in class
JavaConstructor
The protected access modifier constant.
PROTECTED
- member variable in class
JavaInterface
The protected access modifier constant.
PROTECTED
- member variable in class
JavaMethod
The protected access modifier constant.
PROTECTED
- member variable in class
JavaModifier
The protected access modifier constant.
PROTECTED
- member variable in class
JavaVariable
The protected access modifier constant.
PROTECTED
- member variable in class
VisualBasicClass
The protected access modifier constant.
PROTECTED
- member variable in class
VisualBasicConstructor
The protected access modifier constant.
PROTECTED
- member variable in class
VisualBasicEnumeration
The protected access modifier constant.
PROTECTED
- member variable in class
VisualBasicMethod
The protected access modifier constant.
PROTECTED
- member variable in class
VisualBasicModifier
The protected access modifier constant.
PROTECTED
- member variable in class
VisualBasicVariable
The protected access modifier constant.
PROTECTED_FRIEND
- member variable in class
VisualBasicClass
The protected internal access modifier constant.
PROTECTED_FRIEND
- member variable in class
VisualBasicConstructor
The protected friend access modifier constant.
PROTECTED_FRIEND
- member variable in class
VisualBasicEnumeration
The protected friend access modifier constant.
PROTECTED_FRIEND
- member variable in class
VisualBasicMethod
The protected friend access modifier constant.
PROTECTED_FRIEND
- member variable in class
VisualBasicModifier
The protected friend access modifier constant.
PROTECTED_FRIEND
- member variable in class
VisualBasicVariable
The protected friend access modifier constant.
PROTECTED_INTERNAL
- member variable in class
CSharpClass
The protected internal access modifier constant.
PROTECTED_INTERNAL
- member variable in class
CSharpConstructor
The protected internal access modifier constant.
PROTECTED_INTERNAL
- member variable in class
CSharpEnumeration
The protected internal access modifier constant.
PROTECTED_INTERNAL
- member variable in class
CSharpMethod
The protected internal access modifier constant.
PROTECTED_INTERNAL
- member variable in class
CSharpModifier
The protected internal access modifier constant.
PROTECTED_INTERNAL
- member variable in class
CSharpVariable
The protected internal access modifier constant.
PUBLIC
- member variable in class
CSharpClass
The public access modifier constant.
PUBLIC
- member variable in class
CSharpConstructor
The public access modifier constant.
PUBLIC
- member variable in class
CSharpEnumeration
The public access modifier constant.
PUBLIC
- member variable in class
CSharpMethod
The public access modifier constant.
PUBLIC
- member variable in class
CSharpModifier
The public access modifier constant.
PUBLIC
- member variable in class
CSharpVariable
The public access modifier constant.
PUBLIC
- member variable in class
JavaClass
The public access modifier constant.
PUBLIC
- member variable in class
JavaConstructor
The public access modifier constant.
PUBLIC
- member variable in class
JavaInterface
The public access modifier constant.
PUBLIC
- member variable in class
JavaMethod
The public access modifier constant.
PUBLIC
- member variable in class
JavaModifier
The public access modifier constant.
PUBLIC
- member variable in class
JavaVariable
The public access modifier constant.
PUBLIC
- member variable in class
VisualBasicClass
The public access modifier constant.
PUBLIC
- member variable in class
VisualBasicConstructor
The public access modifier constant.
PUBLIC
- member variable in class
VisualBasicEnumeration
The public access modifier constant.
PUBLIC
- member variable in class
VisualBasicMethod
The public access modifier constant.
PUBLIC
- member variable in class
VisualBasicModifier
The public access modifier constant.
PUBLIC
- member variable in class
VisualBasicVariable
The public access modifier constant.
R
READONLY
- member variable in class
CSharpModifier
The readonly modifier constant.
READONLY
- member variable in class
CSharpVariable
The readonly modifier constant.
READONLY
- member variable in class
VisualBasicModifier
The read only modifier constant.
READONLY
- member variable in class
VisualBasicVariable
The readonly modifier constant.
S
SEALED
- member variable in class
CSharpClass
The sealed modifier constant.
SEALED
- member variable in class
CSharpMethod
The sealed modifier constant.
SEALED
- member variable in class
CSharpModifier
The sealed modifier constant.
SetCSharpClass(CSharpClass)
- member function in class
CSharpConstructor
Sets the class for this constructor.
SHADOWS
- member variable in class
VisualBasicClass
The shadows modifier constant.
SHADOWS
- member variable in class
VisualBasicEnumeration
The shadows modifier constant.
SHADOWS
- member variable in class
VisualBasicMethod
The shadows modifier constant.
SHADOWS
- member variable in class
VisualBasicModifier
The shadows modifier constant.
SHADOWS
- member variable in class
VisualBasicVariable
The shadows modifier constant.
SHARED
- member variable in class
VisualBasicConstructor
The shared modifier constant.
SHARED
- member variable in class
VisualBasicMethod
The shared modifier constant.
SHARED
- member variable in class
VisualBasicModifier
The shared modifier constant.
SHARED
- member variable in class
VisualBasicVariable
The shared modifier constant.
SINGLELINE
- member variable in class
CSharpComment
The single line comment type.
SINGLELINE
- member variable in class
JavaComment
The single line comment type.
SINGLELINE
- member variable in class
VisualBasicComment
The single line comment type.
STATIC
- member variable in class
CFunction
The static modifier constant.
STATIC
- member variable in class
CVariable
The static modifier constant.
STATIC
- member variable in class
CSharpMethod
The static modifier constant.
STATIC
- member variable in class
CSharpModifier
The static modifier constant.
STATIC
- member variable in class
CSharpVariable
The static modifier constant.
STATIC
- member variable in class
JavaClass
The static modifier constant.
STATIC
- member variable in class
JavaInterface
The static modifier constant.
STATIC
- member variable in class
JavaMethod
The static modifier constant.
STATIC
- member variable in class
JavaModifier
The static modifier.
STATIC
- member variable in class
JavaVariable
The static modifier constant.
STRICTFP
- member variable in class
JavaClass
The strictfp modifier constant.
STRICTFP
- member variable in class
JavaInterface
The strictfp modifier constant.
STRICTFP
- member variable in class
JavaMethod
The strict floating point modifier constant.
STRICTFP
- member variable in class
JavaModifier
The strict floating point modifier.
SYNCHRONIZED
- member variable in class
JavaMethod
The synchronized modifier constant.
SYNCHRONIZED
- member variable in class
JavaModifier
The synchronized modifier.
T
ToDirectory(DirectoryInfo)
- member function in class
JavaPackage
Returns the directory containing the package files.
ToString()
- member function in class
CodeFile
Returns the complete file path, including the directory.
ToString()
- member function in class
CFunction
Returns the function name.
ToString()
- member function in class
CInclude
Returns a string description of the included header.
ToString()
- member function in class
CTypedef
Returns the typedef name.
ToString()
- member function in class
CVariable
Returns the variable name.
ToString()
- member function in class
CSharpMethod
Returns the method name.
ToString()
- member function in class
CSharpNamespace
Returns the namespace name.
ToString()
- member function in class
CSharpType
Returns the type name.
ToString()
- member function in class
CSharpUsing
Returns the namespace to use.
ToString()
- member function in class
CSharpVariable
Returns the variable name.
ToString()
- member function in class
JavaImport
Returns a string description of the imported packages.
ToString()
- member function in class
JavaMethod
Returns the method name.
ToString()
- member function in class
JavaPackage
Returns a string representation of this package.
ToString()
- member function in class
JavaType
Returns the type name.
ToString()
- member function in class
JavaVariable
Returns the variable name.
ToString()
- member function in class
VisualBasicImports
Returns the namespace to use.
ToString()
- member function in class
VisualBasicMethod
Returns the method name.
ToString()
- member function in class
VisualBasicNamespace
Returns the namespace name.
ToString()
- member function in class
VisualBasicType
Returns the type name.
ToString()
- member function in class
VisualBasicVariable
Returns the variable name.
TRANSIENT
- member variable in class
JavaModifier
The transient modifier.
TRANSIENT
- member variable in class
JavaVariable
The transient modifier constant.
V
VIRTUAL
- member variable in class
CSharpMethod
The virtual modifier constant.
VIRTUAL
- member variable in class
CSharpModifier
The virtual modifier constant.
VISUAL_BASIC
- static variable in class
CodeStyle
The default Visual Basic code style.
VisualBasicClass
- class in
Org.SourceFlow.VisualBasic
A class generating a Visual Basic class declaration.
VisualBasicClass(int,string)
- constructor in class
VisualBasicClass
Creates a new class code generator with the specified modifiers.
VisualBasicClass(int,string,string)
- constructor in class
VisualBasicClass
Creates a new class code generator with the specified access modifier that extends the specified class.
VisualBasicClass(int,string,string[])
- constructor in class
VisualBasicClass
Creates a new class code generator with the specified access modifier that extends and implements the specified classes or interfaces.
VisualBasicClass(string)
- constructor in class
VisualBasicClass
Creates a new class code generator with a public access modifier.
VisualBasicComment
- class in
Org.SourceFlow.VisualBasic
A class generating a Visual Basic comment.
VisualBasicComment(int,string)
- constructor in class
VisualBasicComment
Creates a new comment of the specified type.
VisualBasicComment(string)
- constructor in class
VisualBasicComment
Creates a new documentation comment with no indentation.
VisualBasicConstructor
- class in
Org.SourceFlow.VisualBasic
A class generating a Visual Basic constructor declaration.
VisualBasicConstructor()
- constructor in class
VisualBasicConstructor
Creates a new empty constructor.
VisualBasicConstructor(int,string)
- constructor in class
VisualBasicConstructor
Creates a new constructor with the specified arguments.
VisualBasicConstructor(string)
- constructor in class
VisualBasicConstructor
Creates a new constructor with the specified arguments.
VisualBasicEnumeration
- class in
Org.SourceFlow.VisualBasic
A class generating a Visual Basic enumeration declaration.
VisualBasicEnumeration(int,string)
- constructor in class
VisualBasicEnumeration
Creates a new enumeration code generator with the specified modifiers.
VisualBasicEnumeration(string)
- constructor in class
VisualBasicEnumeration
Creates a new enumeration code generator with public access.
VisualBasicFile
- class in
Org.SourceFlow.VisualBasic
A class generating a Visual Basic source code file.
VisualBasicFile(DirectoryInfo,string)
- constructor in class
VisualBasicFile
Creates a new Visual Basic source code file.
VisualBasicImports
- class in
Org.SourceFlow.VisualBasic
A class generating a Visual Basic imports declaration.
VisualBasicImports(string)
- constructor in class
VisualBasicImports
Creates a new Visual Basic imports declaration.
VisualBasicMethod
- class in
Org.SourceFlow.VisualBasic
A class generating a Visual Basic method declaration.
VisualBasicMethod(int,string,string,string)
- constructor in class
VisualBasicMethod
Creates a new method with the specified arguments.
VisualBasicMethod(string)
- constructor in class
VisualBasicMethod
Creates a new method with the specified name.
VisualBasicMethod(string,string)
- constructor in class
VisualBasicMethod
Creates a new method with the specified name and arguments.
VisualBasicMethod(string,string,string)
- constructor in class
VisualBasicMethod
Creates a new method with the specified arguments.
VisualBasicModifier
- class in
Org.SourceFlow.VisualBasic
A class containing the Visual Basic modifier constants.
VisualBasicNamespace
- class in
Org.SourceFlow.VisualBasic
A class generating a Visual Basic namespace declaration.
VisualBasicNamespace(string)
- constructor in class
VisualBasicNamespace
Creates a new namespace.
VisualBasicType
- class in
Org.SourceFlow.VisualBasic
An abstract superclass for the various Visual Basic type code generators.
VisualBasicType(int,string,string)
- constructor in class
VisualBasicType
Creates a new type code generator with the specified access modifier that extends a specified type.
VisualBasicType(int,string,string[])
- constructor in class
VisualBasicType
Creates a new type code generator with the specified access modifier that extends a specified type.
VisualBasicVariable
- class in
Org.SourceFlow.VisualBasic
A class generating a Visual Basic variable declaration.
VisualBasicVariable(int,string,string)
- constructor in class
VisualBasicVariable
Creates a new variable with the specified modifiers, type and name.
VisualBasicVariable(int,string,string,string)
- constructor in class
VisualBasicVariable
Creates a new variable with the specified modifiers, type, name and initializer.
VisualBasicVariable(string,string)
- constructor in class
VisualBasicVariable
Creates a new variable with the specified type and name.
VisualBasicVariable(string,string,string)
- constructor in class
VisualBasicVariable
Creates a new variable with the specified type, name and initializer.
VOLATILE
- member variable in class
CSharpModifier
The volatile modifier constant.
VOLATILE
- member variable in class
CSharpVariable
The volatile modifier constant.
VOLATILE
- member variable in class
JavaModifier
The volatile modifier.
VOLATILE
- member variable in class
JavaVariable
The volatile modifier constant.
W
Write(CodeStyle)
- member function in class
CodeFile
Writes the source code for this file.
Overview
Project
Class
Tree
Deprecated
Index
SourceFlow 1.0.beta API Documentation
FRAMES
NO FRAMES