A B C D E F G I J L M N O P R S T V W

A

ABSTRACT - Static variable in class org.sourceflow.csharp.CSharpClass
The abstract modifier constant.
ABSTRACT - Static variable in class org.sourceflow.csharp.CSharpMethod
The abstract modifier constant.
ABSTRACT - Static variable in class org.sourceflow.java.JavaClass
The abstract modifier constant.
ABSTRACT - Static variable in class org.sourceflow.java.JavaMethod
The abstract modifier constant.
addArrayInit(String) - Method in class org.sourceflow.csharp.CSharpVariable
Adds initialization code for an array element value.
addArrayInit(String) - Method in class org.sourceflow.java.JavaVariable
Adds initialization code for an array element value.
addArrayInit(String) - Method in class org.sourceflow.visualbasic.VisualBasicVariable
Adds initialization code for an array element value.
addClass(CSharpClass) - Method in class org.sourceflow.csharp.CSharpClass
Adds an inner class as a member.
addClass(CSharpClass) - Method in class org.sourceflow.csharp.CSharpFile
Adds a class declaration to the file.
addClass(CSharpClass) - Method in class org.sourceflow.csharp.CSharpNamespace
Adds a class declaration to the namespace.
addClass(JavaClass) - Method in class org.sourceflow.java.JavaClass
Adds an inner class to this class.
addClass(JavaClass) - Method in class org.sourceflow.java.JavaFile
Adds a class to the file.
addClass(VisualBasicClass) - Method in class org.sourceflow.visualbasic.VisualBasicClass
Adds an inner class as a member.
addClass(VisualBasicClass) - Method in class org.sourceflow.visualbasic.VisualBasicFile
Adds a class declaration to the file.
addClass(VisualBasicClass) - Method in class org.sourceflow.visualbasic.VisualBasicNamespace
Adds a class declaration to the namespace.
addCode(String) - Method in class org.sourceflow.c.CFunction
Adds one or more lines of actual code.
addCode(String) - Method in class org.sourceflow.csharp.CSharpConstructor
Adds one or more lines of actual code.
addCode(String) - Method in class org.sourceflow.csharp.CSharpMethod
Adds one or more lines of actual code.
addCode(String) - Method in class org.sourceflow.java.JavaConstructor
Adds one or more lines of actual code.
addCode(String) - Method in class org.sourceflow.java.JavaMethod
Adds one or more lines of actual code.
addCode(String) - Method in class org.sourceflow.visualbasic.VisualBasicConstructor
Adds one or more lines of actual code.
addCode(String) - Method in class org.sourceflow.visualbasic.VisualBasicMethod
Adds one or more lines of actual code.
addComment(CComment) - Method in class org.sourceflow.c.CFile
Adds a comment to this file.
addComment(CComment) - Method in class org.sourceflow.c.CFunction
Sets a comment for this function.
addComment(CComment) - Method in class org.sourceflow.c.CTypedef
Adds a comment to this typedef.
addComment(CComment) - Method in class org.sourceflow.c.CVariable
Adds a comment to this variable.
addComment(CSharpComment) - Method in class org.sourceflow.csharp.CSharpConstructor
Sets a comment for this constructor.
addComment(CSharpComment) - Method in class org.sourceflow.csharp.CSharpFile
Adds a file comment.
addComment(CSharpComment) - Method in class org.sourceflow.csharp.CSharpMethod
Sets a comment for this method.
addComment(CSharpComment) - Method in class org.sourceflow.csharp.CSharpVariable
Adds a comment to this variable.
addComment(JavaComment) - Method in class org.sourceflow.java.JavaConstructor
Sets a comment for this constructor.
addComment(JavaComment) - Method in class org.sourceflow.java.JavaFile
Adds a comment to this file.
addComment(JavaComment) - Method in class org.sourceflow.java.JavaMethod
Sets a comment for this method.
addComment(JavaComment) - Method in class org.sourceflow.java.JavaType
Adds a comment to this type.
addComment(JavaComment) - Method in class org.sourceflow.java.JavaVariable
Adds a comment to this variable.
addComment(VisualBasicComment) - Method in class org.sourceflow.visualbasic.VisualBasicConstructor
Sets a comment for this constructor.
addComment(VisualBasicComment) - Method in class org.sourceflow.visualbasic.VisualBasicFile
Adds a file comment.
addComment(VisualBasicComment) - Method in class org.sourceflow.visualbasic.VisualBasicMethod
Sets a comment for this method.
addComment(VisualBasicComment) - Method in class org.sourceflow.visualbasic.VisualBasicType
Sets the type comment.
addComment(VisualBasicComment) - Method in class org.sourceflow.visualbasic.VisualBasicVariable
Adds a comment to this variable.
addConstant(String) - Method in class org.sourceflow.csharp.CSharpEnumeration
Adds a constant to the enumeration.
addConstant(String, String) - Method in class org.sourceflow.csharp.CSharpEnumeration
Adds a constant to the enumeration.
addConstant(String, String, CSharpComment) - Method in class org.sourceflow.csharp.CSharpEnumeration
Adds a constant to the enumeration.
addConstant(String) - Method in class org.sourceflow.visualbasic.VisualBasicEnumeration
Adds a constant to the enumeration.
addConstant(String, String) - Method in class org.sourceflow.visualbasic.VisualBasicEnumeration
Adds a constant to the enumeration.
addConstant(String, String, VisualBasicComment) - Method in class org.sourceflow.visualbasic.VisualBasicEnumeration
Adds a constant to the enumeration.
addConstructor(CSharpConstructor) - Method in class org.sourceflow.csharp.CSharpClass
Adds a constructor to the class.
addConstructor(JavaConstructor) - Method in class org.sourceflow.java.JavaClass
Adds a constructor to the class.
addConstructor(VisualBasicConstructor) - Method in class org.sourceflow.visualbasic.VisualBasicClass
Adds a constructor to the class.
addElement(CodeElement) - Method in class org.sourceflow.CodeContainer
Adds a code element to this container.
addEnumeration(CSharpEnumeration) - Method in class org.sourceflow.csharp.CSharpClass
Adds an enumeration as a member.
addEnumeration(CSharpEnumeration) - Method in class org.sourceflow.csharp.CSharpFile
Adds an enumeration declaration to the file.
addEnumeration(CSharpEnumeration) - Method in class org.sourceflow.csharp.CSharpNamespace
Adds an enumeration to the namespace.
addEnumeration(VisualBasicEnumeration) - Method in class org.sourceflow.visualbasic.VisualBasicClass
Adds an enumeration as a member.
addEnumeration(VisualBasicEnumeration) - Method in class org.sourceflow.visualbasic.VisualBasicFile
Adds an enumeration declaration to the file.
addEnumeration(VisualBasicEnumeration) - Method in class org.sourceflow.visualbasic.VisualBasicNamespace
Adds an enumeration to the namespace.
addFunction(CFunction) - Method in class org.sourceflow.c.CFile
Adds a function to the file.
addImport(JavaImport) - Method in class org.sourceflow.java.JavaFile
Adds an import to the file.
addImports(VisualBasicImports) - Method in class org.sourceflow.visualbasic.VisualBasicFile
Adds an imports declaration to the file.
addInclude(CInclude) - Method in class org.sourceflow.c.CFile
Adds an include to the file.
addInitValue(String) - Method in class org.sourceflow.c.CVariable
Adds an initialization value.
addInitializer(String) - Method in class org.sourceflow.csharp.CSharpConstructor
Adds an initializer call, i.e. a call to another constructor.
addInterface(JavaInterface) - Method in class org.sourceflow.java.JavaFile
Adds an interface to the file.
addMethod(CSharpMethod) - Method in class org.sourceflow.csharp.CSharpClass
Adds a method to the class.
addMethod(JavaMethod) - Method in class org.sourceflow.java.JavaClass
Adds a method to the class.
addMethod(JavaMethod) - Method in class org.sourceflow.java.JavaInterface
Adds a method declaration to the interface.
addMethod(VisualBasicMethod) - Method in class org.sourceflow.visualbasic.VisualBasicClass
Adds a method to the class.
addNamespace(CSharpNamespace) - Method in class org.sourceflow.csharp.CSharpFile
Adds a namespace declaration to the file.
addNamespace(VisualBasicNamespace) - Method in class org.sourceflow.visualbasic.VisualBasicFile
Adds a namespace declaration to the file.
addStringEscapes(String, char) - Method in class org.sourceflow.CodeStyle
Adds escapes in front of all " characters in a string.
addThrows(String) - Method in class org.sourceflow.java.JavaConstructor
Adds a class to the list of exceptions thrown.
addThrows(String) - Method in class org.sourceflow.java.JavaMethod
Adds a class to the list of exceptions thrown.
addTypedef(CTypedef) - Method in class org.sourceflow.c.CFile
Adds a typedef declaration to the file.
addUsing(CSharpUsing) - Method in class org.sourceflow.csharp.CSharpFile
Adds a using declaration to the file.
addVariable(CVariable) - Method in class org.sourceflow.c.CFile
Adds a variable to the file.
addVariable(JavaVariable) - Method in class org.sourceflow.java.JavaClass
Adds a variable to the class.
addVariable(JavaVariable) - Method in class org.sourceflow.java.JavaInterface
Adds a variable to the interface.

B

BLOCK - Static variable in class org.sourceflow.csharp.CSharpComment
The block comment type.
BLOCK - Static variable in class org.sourceflow.java.JavaComment
The block comment type.

C

C - Static variable in class org.sourceflow.CodeStyle
The default C code style.
CComment - class org.sourceflow.c.CComment.
A class generating a C comment.
CComment(String) - Constructor for class org.sourceflow.c.CComment
Creates a new comment.
CFile - class org.sourceflow.c.CFile.
A class generating a C code file.
CFile(File, String, boolean) - Constructor for class org.sourceflow.c.CFile
Creates a new C code file in the specified base directory.
CFunction - class org.sourceflow.c.CFunction.
A class generating a C function declaration.
CFunction(String) - Constructor for class org.sourceflow.c.CFunction
Creates a new function with the specified name.
CFunction(String, String) - Constructor for class org.sourceflow.c.CFunction
Creates a new function with the specified name and arguments.
CFunction(String, String, String) - Constructor for class org.sourceflow.c.CFunction
Creates a new function with the specified name, arguments and return type.
CFunction(int, String, String, String) - Constructor for class org.sourceflow.c.CFunction
Creates a new function with the specified arguments.
CInclude - class org.sourceflow.c.CInclude.
A class generating a C include declaration.
CInclude(boolean, String) - Constructor for class org.sourceflow.c.CInclude
Creates a new include declaration.
CONST - Static variable in class org.sourceflow.c.CVariable
The const modifier constant.
CONST - Static variable in class org.sourceflow.csharp.CSharpVariable
The const modifier constant.
CSHARP - Static variable in class org.sourceflow.CodeStyle
The default C# code style.
CSharpClass - class org.sourceflow.csharp.CSharpClass.
A class generating a C# class declaration.
CSharpClass(String) - Constructor for class org.sourceflow.csharp.CSharpClass
Creates a new class code generator with a public access modifier.
CSharpClass(int, String) - Constructor for class org.sourceflow.csharp.CSharpClass
Creates a new class code generator with the specified modifiers.
CSharpClass(int, String, String) - Constructor for class org.sourceflow.csharp.CSharpClass
Creates a new class code generator with the specified access modifier that extends the specified class.
CSharpClass(int, String, String[]) - Constructor for class org.sourceflow.csharp.CSharpClass
Creates a new class code generator with the specified access modifier that extends and implements the specified classes or interfaces.
CSharpComment - class org.sourceflow.csharp.CSharpComment.
A class generating a C# comment.
CSharpComment(String) - Constructor for class org.sourceflow.csharp.CSharpComment
Creates a new documentation comment with no indentation.
CSharpComment(int, String) - Constructor for class org.sourceflow.csharp.CSharpComment
Creates a new comment of the specified type.
CSharpConstructor - class org.sourceflow.csharp.CSharpConstructor.
A class generating a C# constructor declaration.
CSharpConstructor() - Constructor for class org.sourceflow.csharp.CSharpConstructor
Creates a new empty constructor.
CSharpConstructor(String) - Constructor for class org.sourceflow.csharp.CSharpConstructor
Creates a new constructor with the specified arguments.
CSharpConstructor(int, String) - Constructor for class org.sourceflow.csharp.CSharpConstructor
Creates a new constructor with the specified arguments.
CSharpEnumeration - class org.sourceflow.csharp.CSharpEnumeration.
A class generating a C# enumeration declaration.
CSharpEnumeration(String) - Constructor for class org.sourceflow.csharp.CSharpEnumeration
Creates a new enumeration code generator with public access.
CSharpEnumeration(int, String) - Constructor for class org.sourceflow.csharp.CSharpEnumeration
Creates a new enumeration code generator with the specified modifiers.
CSharpFile - class org.sourceflow.csharp.CSharpFile.
A class generating a C# source code file.
CSharpFile(File, String) - Constructor for class org.sourceflow.csharp.CSharpFile
Creates a new C# source code file.
CSharpMethod - class org.sourceflow.csharp.CSharpMethod.
A class generating a C# method declaration.
CSharpMethod(String) - Constructor for class org.sourceflow.csharp.CSharpMethod
Creates a new method with the specified name.
CSharpMethod(String, String) - Constructor for class org.sourceflow.csharp.CSharpMethod
Creates a new method with the specified name and arguments.
CSharpMethod(String, String, String) - Constructor for class org.sourceflow.csharp.CSharpMethod
Creates a new method with the specified arguments.
CSharpMethod(int, String, String, String) - Constructor for class org.sourceflow.csharp.CSharpMethod
Creates a new method with the specified arguments.
CSharpNamespace - class org.sourceflow.csharp.CSharpNamespace.
A class generating a C# namespace declaration.
CSharpNamespace(String) - Constructor for class org.sourceflow.csharp.CSharpNamespace
Creates a new namespace.
CSharpUsing - class org.sourceflow.csharp.CSharpUsing.
A class generating a C# using declaration.
CSharpUsing(String) - Constructor for class org.sourceflow.csharp.CSharpUsing
Creates a new C# using declaration.
CSharpVariable - class org.sourceflow.csharp.CSharpVariable.
A class generating a C# variable declaration.
CSharpVariable(String, String) - Constructor for class org.sourceflow.csharp.CSharpVariable
Creates a new variable with the specified type and name.
CSharpVariable(int, String, String) - Constructor for class org.sourceflow.csharp.CSharpVariable
Creates a new variable with the specified modifiers, type and name.
CSharpVariable(String, String, String) - Constructor for class org.sourceflow.csharp.CSharpVariable
Creates a new variable with the specified type, name and initializer.
CSharpVariable(int, String, String, String) - Constructor for class org.sourceflow.csharp.CSharpVariable
Creates a new variable with the specified modifiers, type, name and initializer.
CTypedef - class org.sourceflow.c.CTypedef.
A class generating a C typedef declaration.
CTypedef(String, String) - Constructor for class org.sourceflow.c.CTypedef
Creates a new typedef declaration with the specified values.
CVariable - class org.sourceflow.c.CVariable.
A class generating a C variable declaration.
CVariable(String, String) - Constructor for class org.sourceflow.c.CVariable
Creates a new variable with the specified type and name.
CVariable(String, boolean, String) - Constructor for class org.sourceflow.c.CVariable
Creates a new variable with the specified type and name.
CVariable(int, String, boolean, String) - Constructor for class org.sourceflow.c.CVariable
Creates a new variable with the specified type and name.
CodeContainer - class org.sourceflow.CodeContainer.
The abstract base class for all code element containers.
CodeContainer() - Constructor for class org.sourceflow.CodeContainer
Creates a new code element container.
CodeElement - class org.sourceflow.CodeElement.
The abstract base class for all code elements.
CodeElement() - Constructor for class org.sourceflow.CodeElement
 
CodeFile - class org.sourceflow.CodeFile.
The abstract base class for all source code files.
CodeFile(File) - Constructor for class org.sourceflow.CodeFile
Creates a new source code file.
CodeStyle - class org.sourceflow.CodeStyle.
The base class for all code styles.
CodeStyle(int, String) - Constructor for class org.sourceflow.CodeStyle
Creates a new code style.
canPrintCode() - Method in class org.sourceflow.c.CFunction
Checks if the method source code can the printed.
canPrintCode() - Method in class org.sourceflow.csharp.CSharpMethod
Checks if the method source code can the printed.
canPrintCode() - Method in class org.sourceflow.java.JavaMethod
Checks if the method source code can the printed.
canPrintCode() - Method in class org.sourceflow.visualbasic.VisualBasicMethod
Checks if the method source code can the printed.
category() - Method in class org.sourceflow.CodeElement
Returns a numeric category number for the code element.
category() - Method in class org.sourceflow.c.CComment
Returns a numeric category number for the code element.
category() - Method in class org.sourceflow.c.CFile
Returns a numeric category number for the code element.
category() - Method in class org.sourceflow.c.CFunction
Returns a numeric category number for the code element.
category() - Method in class org.sourceflow.c.CInclude
Returns a numeric category number for the code element.
category() - Method in class org.sourceflow.c.CTypedef
Returns a numeric category number for the code element.
category() - Method in class org.sourceflow.c.CVariable
Returns a numeric category number for the code element.
category() - Method in class org.sourceflow.csharp.CSharpClass
Returns a numeric category number for the code element.
category() - Method in class org.sourceflow.csharp.CSharpComment
Returns a numeric category number for the code element.
category() - Method in class org.sourceflow.csharp.CSharpConstructor
Returns a numeric category number for the code element.
category() - Method in class org.sourceflow.csharp.CSharpEnumeration
Returns a numeric category number for the code element.
category() - Method in class org.sourceflow.csharp.CSharpFile
Returns a numeric category number for the code element.
category() - Method in class org.sourceflow.csharp.CSharpMethod
Returns a numeric category number for the code element.
category() - Method in class org.sourceflow.csharp.CSharpNamespace
Returns a numeric category number for the code element.
category() - Method in class org.sourceflow.csharp.CSharpUsing
Returns a numeric category number for the code element.
category() - Method in class org.sourceflow.csharp.CSharpVariable
Returns a numeric category number for the code element.
category() - Method in class org.sourceflow.java.JavaClass
Returns a numeric category number for the code element.
category() - Method in class org.sourceflow.java.JavaComment
Returns a numeric category number for the code element.
category() - Method in class org.sourceflow.java.JavaConstructor
Returns a numeric category number for the code element.
category() - Method in class org.sourceflow.java.JavaFile
Returns a numeric category number for the code element.
category() - Method in class org.sourceflow.java.JavaImport
Returns a numeric category number for the code element.
category() - Method in class org.sourceflow.java.JavaInterface
Returns a numeric category number for the code element.
category() - Method in class org.sourceflow.java.JavaMethod
Returns a numeric category number for the code element.
category() - Method in class org.sourceflow.java.JavaPackage
Returns a numeric category number for the code element.
category() - Method in class org.sourceflow.java.JavaVariable
Returns a numeric category number for the code element.
category() - Method in class org.sourceflow.visualbasic.VisualBasicClass
Returns a numeric category number for the code element.
category() - Method in class org.sourceflow.visualbasic.VisualBasicComment
Returns a numeric category number for the code element.
category() - Method in class org.sourceflow.visualbasic.VisualBasicConstructor
Returns a numeric category number for the code element.
category() - Method in class org.sourceflow.visualbasic.VisualBasicEnumeration
Returns a numeric category number for the code element.
category() - Method in class org.sourceflow.visualbasic.VisualBasicFile
Returns a numeric category number for the code element.
category() - Method in class org.sourceflow.visualbasic.VisualBasicImports
Returns a numeric category number for the code element.
category() - Method in class org.sourceflow.visualbasic.VisualBasicMethod
Returns a numeric category number for the code element.
category() - Method in class org.sourceflow.visualbasic.VisualBasicNamespace
Returns a numeric category number for the code element.
category() - Method in class org.sourceflow.visualbasic.VisualBasicVariable
Returns a numeric category number for the code element.
comment - Variable in class org.sourceflow.visualbasic.VisualBasicType
The type comment.
compareTo(Object) - Method in class org.sourceflow.CodeElement
Compares this object to another one.
compareTo(Object) - Method in class org.sourceflow.c.CInclude
Compares this object to another one.
compareTo(Object) - Method in class org.sourceflow.csharp.CSharpUsing
Compares this object to another one.
compareTo(Object) - Method in class org.sourceflow.java.JavaImport
Compares this object to another one.
compareTo(Object) - Method in class org.sourceflow.visualbasic.VisualBasicImports
Compares this object to another one.

D

DOCUMENTATION - Static variable in class org.sourceflow.csharp.CSharpComment
The block documentation comment type.
DOCUMENTATION - Static variable in class org.sourceflow.java.JavaComment
The JavaDoc documentation comment type.
DOCUMENTATION - Static variable in class org.sourceflow.visualbasic.VisualBasicComment
The documentation comment type.
DOCUMENTATION_SINGLE - Static variable in class org.sourceflow.csharp.CSharpComment
The single line documentation comment type.

E

EXTERN - Static variable in class org.sourceflow.c.CVariable
The extern modifier constant.
EXTERN - Static variable in class org.sourceflow.csharp.CSharpConstructor
The extern modifier constant.
EXTERN - Static variable in class org.sourceflow.csharp.CSharpMethod
The extern modifier constant.
equals(Object) - Method in class org.sourceflow.c.CInclude
Returns true if this object is equal to another include.
equals(Object) - Method in class org.sourceflow.csharp.CSharpUsing
Returns true if this object is equal to another.
equals(Object) - Method in class org.sourceflow.java.JavaImport
Returns true if this object is equal to another import.
equals(Object) - Method in class org.sourceflow.visualbasic.VisualBasicImports
Returns true if this object is equal to another.
extendTypes - Variable in class org.sourceflow.visualbasic.VisualBasicType
The names of the types that this type extends and/or implements.

F

FINAL - Static variable in class org.sourceflow.java.JavaClass
The final modifier constant.
FINAL - Static variable in class org.sourceflow.java.JavaMethod
The final modifier constant.
FINAL - Static variable in class org.sourceflow.java.JavaVariable
The final modifier constant.
FRIEND - Static variable in class org.sourceflow.visualbasic.VisualBasicClass
The internal access modifier constant.
FRIEND - Static variable in class org.sourceflow.visualbasic.VisualBasicConstructor
The friend access modifier constant.
FRIEND - Static variable in class org.sourceflow.visualbasic.VisualBasicEnumeration
The friend access modifier constant.
FRIEND - Static variable in class org.sourceflow.visualbasic.VisualBasicMethod
The friend access modifier constant.
FRIEND - Static variable in class org.sourceflow.visualbasic.VisualBasicVariable
The friend access modifier constant.

G

getCSharpClass() - Method in class org.sourceflow.csharp.CSharpConstructor
Returns the class for this constructor, or null.
getFile() - Method in class org.sourceflow.CodeFile
Returns the file object to be generated.
getIndent(int) - Method in class org.sourceflow.CodeStyle
Returns the indentation string for the specified level.
getJavaClass() - Method in class org.sourceflow.java.JavaConstructor
Returns the class for this constructor, or null.
getLowerCase(String) - Method in class org.sourceflow.CodeStyle
Returns the lower-case version of a string.
getMargin() - Method in class org.sourceflow.CodeStyle
Returns the right print margin.
getMixedCase(String, boolean) - Method in class org.sourceflow.CodeStyle
Returns the mixed-case version of a string.
getName() - Method in class org.sourceflow.CodeFile
Returns the file name without the directory path.
getName() - Method in class org.sourceflow.c.CFile
Returns the file name.
getName() - Method in class org.sourceflow.csharp.CSharpFile
Returns the file name.
getName() - Method in class org.sourceflow.java.JavaFile
Returns the file name.
getName() - Method in class org.sourceflow.visualbasic.VisualBasicFile
Returns the file name.
getStringConstant(String, char) - Method in class org.sourceflow.CodeStyle
Creates a string constant from the specified string.
getUpperCase(String) - Method in class org.sourceflow.CodeStyle
Returns the upper-case version of a string.

I

INTERNAL - Static variable in class org.sourceflow.csharp.CSharpClass
The internal access modifier constant.
INTERNAL - Static variable in class org.sourceflow.csharp.CSharpConstructor
The internal access modifier constant.
INTERNAL - Static variable in class org.sourceflow.csharp.CSharpEnumeration
The internal access modifier constant.
INTERNAL - Static variable in class org.sourceflow.csharp.CSharpMethod
The internal access modifier constant.
INTERNAL - Static variable in class org.sourceflow.csharp.CSharpVariable
The internal access modifier constant.

J

JAVA - Static variable in class org.sourceflow.CodeStyle
The default Java code style.
JavaClass - class org.sourceflow.java.JavaClass.
A class generating a Java class declaration.
JavaClass(String) - Constructor for class org.sourceflow.java.JavaClass
Creates a new class code generator with a public access modifier.
JavaClass(int, String) - Constructor for class org.sourceflow.java.JavaClass
Creates a new class code generator with the specified access modifier.
JavaClass(int, String, String) - Constructor for class org.sourceflow.java.JavaClass
Creates a new class code generator with the specified access modifier that extends the specified class.
JavaClass(int, String, String, String) - Constructor for class org.sourceflow.java.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 for class org.sourceflow.java.JavaClass
Creates a new class code generator with the specified access modifier that extends and implements the specified classes or interfaces.
JavaComment - class org.sourceflow.java.JavaComment.
A class generating a Java comment.
JavaComment(String) - Constructor for class org.sourceflow.java.JavaComment
Creates a new documentation comment.
JavaComment(int, String) - Constructor for class org.sourceflow.java.JavaComment
Creates a new comment of the specified type.
JavaConstructor - class org.sourceflow.java.JavaConstructor.
A class generating a Java constructor declaration.
JavaConstructor() - Constructor for class org.sourceflow.java.JavaConstructor
Creates a new empty constructor.
JavaConstructor(String) - Constructor for class org.sourceflow.java.JavaConstructor
Creates a new constructor with the specified arguments.
JavaConstructor(int, String) - Constructor for class org.sourceflow.java.JavaConstructor
Creates a new constructor with the specified arguments.
JavaFile - class org.sourceflow.java.JavaFile.
A class generating a Java code file.
JavaFile(File) - Constructor for class org.sourceflow.java.JavaFile
Creates a new Java code file in the specified file.
JavaFile(File, JavaPackage) - Constructor for class org.sourceflow.java.JavaFile
Creates a new Java code file in the specified base directory and package.
JavaImport - class org.sourceflow.java.JavaImport.
A class generating a Java import declaration.
JavaImport(JavaPackage) - Constructor for class org.sourceflow.java.JavaImport
Creates a new import declaration, importing all classes of a specified package.
JavaImport(String) - Constructor for class org.sourceflow.java.JavaImport
Creates a new import declaration, importing all classes of a specified package.
JavaImport(JavaPackage, JavaClass) - Constructor for class org.sourceflow.java.JavaImport
Creates a new import declaration, importing the selected class from the specified package.
JavaImport(String, String) - Constructor for class org.sourceflow.java.JavaImport
Creates a new import declaration, importing the selected class from the specified package.
JavaInterface - class org.sourceflow.java.JavaInterface.
A class generating a Java interface declaration.
JavaInterface(String) - Constructor for class org.sourceflow.java.JavaInterface
Creates a new interface code generator with a public access modifier.
JavaInterface(int, String) - Constructor for class org.sourceflow.java.JavaInterface
Creates a new interface code generator with the specified access modifier.
JavaInterface(int, String, String) - Constructor for class org.sourceflow.java.JavaInterface
Creates a new class code generator with the specified access modifier that extends the specified class.
JavaMethod - class org.sourceflow.java.JavaMethod.
A class generating a Java method declaration.
JavaMethod(String) - Constructor for class org.sourceflow.java.JavaMethod
Creates a new method with the specified name.
JavaMethod(String, String) - Constructor for class org.sourceflow.java.JavaMethod
Creates a new method with the specified name and arguments.
JavaMethod(String, String, String) - Constructor for class org.sourceflow.java.JavaMethod
Creates a new method with the specified arguments.
JavaMethod(int, String, String, String) - Constructor for class org.sourceflow.java.JavaMethod
Creates a new method with the specified arguments.
JavaPackage - class org.sourceflow.java.JavaPackage.
A class generating a Java package declaration.
JavaPackage(String) - Constructor for class org.sourceflow.java.JavaPackage
Creates a new Java package with the specified name.
JavaPackage(JavaPackage, String) - Constructor for class org.sourceflow.java.JavaPackage
Creates a new Java package with the specified base package and name.
JavaType - class org.sourceflow.java.JavaType.
An abstract superclass for the Java class and interface code generators.
JavaType(int, String, String, String) - Constructor for class org.sourceflow.java.JavaType
Creates a new type code generator.
JavaType(int, String, String, String[]) - Constructor for class org.sourceflow.java.JavaType
Creates a new type code generator.
JavaVariable - class org.sourceflow.java.JavaVariable.
A class generating a Java variable declaration.
JavaVariable(String, String) - Constructor for class org.sourceflow.java.JavaVariable
Creates a new private variable with the specified type and name.
JavaVariable(int, String, String) - Constructor for class org.sourceflow.java.JavaVariable
Creates a new variable with the specified modifiers, type and name.
JavaVariable(String, String, String) - Constructor for class org.sourceflow.java.JavaVariable
Creates a new private variable with the specified type, name and initializer.
JavaVariable(int, String, String, String) - Constructor for class org.sourceflow.java.JavaVariable
Creates a new variable with the specified modifiers, type, name and initializer.

L

last - Variable in class org.sourceflow.csharp.CSharpEnumeration
The last enumeration constant added.
lineBreak(String, int) - Method in class org.sourceflow.CodeStyle
Returns a list with all the lines in a string.

M

MUST_INHERIT - Static variable in class org.sourceflow.visualbasic.VisualBasicClass
The must inherit modifier constant.
MUST_OVERRIDE - Static variable in class org.sourceflow.visualbasic.VisualBasicMethod
The must override modifier constant.
modifiers - Variable in class org.sourceflow.visualbasic.VisualBasicType
The type modifier flags.

N

NATIVE - Static variable in class org.sourceflow.java.JavaMethod
The native modifier constant.
NEW - Static variable in class org.sourceflow.csharp.CSharpClass
The new modifier constant.
NEW - Static variable in class org.sourceflow.csharp.CSharpEnumeration
The new modifier constant.
NEW - Static variable in class org.sourceflow.csharp.CSharpMethod
The new modifier constant.
NEW - Static variable in class org.sourceflow.csharp.CSharpVariable
The new modifier constant.
NOT_INHERITABLE - Static variable in class org.sourceflow.visualbasic.VisualBasicClass
The not inheritable modifier constant.
NOT_OVERRIDABLE - Static variable in class org.sourceflow.visualbasic.VisualBasicMethod
The not overridable modifier constant.
name - Variable in class org.sourceflow.visualbasic.VisualBasicType
The type name.

O

OVERLOADS - Static variable in class org.sourceflow.visualbasic.VisualBasicMethod
The overloads modifier constant.
OVERRIDABLE - Static variable in class org.sourceflow.visualbasic.VisualBasicMethod
The overridable modifier constant.
OVERRIDE - Static variable in class org.sourceflow.csharp.CSharpMethod
The override modifier constant.
OVERRIDES - Static variable in class org.sourceflow.visualbasic.VisualBasicMethod
The overrides modifier constant.
org.sourceflow - package org.sourceflow
 
org.sourceflow.c - package org.sourceflow.c
 
org.sourceflow.csharp - package org.sourceflow.csharp
 
org.sourceflow.java - package org.sourceflow.java
 
org.sourceflow.visualbasic - package org.sourceflow.visualbasic
 

P

PACKAGE_LOCAL - Static variable in class org.sourceflow.java.JavaClass
The package local access modifier constant (i.e. no modifier).
PACKAGE_LOCAL - Static variable in class org.sourceflow.java.JavaConstructor
The package local access modifier constant (i.e. no modifier).
PACKAGE_LOCAL - Static variable in class org.sourceflow.java.JavaInterface
The package local access modifier constant (i.e. no modifier).
PACKAGE_LOCAL - Static variable in class org.sourceflow.java.JavaMethod
The package local access modifier constant (i.e. no modifier).
PACKAGE_LOCAL - Static variable in class org.sourceflow.java.JavaVariable
The package local access modifier constant (i.e. no modifier).
PRIVATE - Static variable in class org.sourceflow.csharp.CSharpClass
The private access modifier constant.
PRIVATE - Static variable in class org.sourceflow.csharp.CSharpConstructor
The private access modifier constant.
PRIVATE - Static variable in class org.sourceflow.csharp.CSharpEnumeration
The private access modifier constant.
PRIVATE - Static variable in class org.sourceflow.csharp.CSharpMethod
The private access modifier constant.
PRIVATE - Static variable in class org.sourceflow.csharp.CSharpVariable
The private access modifier constant.
PRIVATE - Static variable in class org.sourceflow.java.JavaClass
The private access modifier constant.
PRIVATE - Static variable in class org.sourceflow.java.JavaConstructor
The private access modifier constant.
PRIVATE - Static variable in class org.sourceflow.java.JavaInterface
The private access modifier constant.
PRIVATE - Static variable in class org.sourceflow.java.JavaMethod
The private access modifier constant.
PRIVATE - Static variable in class org.sourceflow.java.JavaVariable
The private access modifier constant.
PRIVATE - Static variable in class org.sourceflow.visualbasic.VisualBasicClass
The private access modifier constant.
PRIVATE - Static variable in class org.sourceflow.visualbasic.VisualBasicConstructor
The private access modifier constant.
PRIVATE - Static variable in class org.sourceflow.visualbasic.VisualBasicEnumeration
The private access modifier constant.
PRIVATE - Static variable in class org.sourceflow.visualbasic.VisualBasicMethod
The private access modifier constant.
PRIVATE - Static variable in class org.sourceflow.visualbasic.VisualBasicVariable
The private access modifier constant.
PROTECTED - Static variable in class org.sourceflow.csharp.CSharpClass
The protected access modifier constant.
PROTECTED - Static variable in class org.sourceflow.csharp.CSharpConstructor
The protected access modifier constant.
PROTECTED - Static variable in class org.sourceflow.csharp.CSharpEnumeration
The protected access modifier constant.
PROTECTED - Static variable in class org.sourceflow.csharp.CSharpMethod
The protected access modifier constant.
PROTECTED - Static variable in class org.sourceflow.csharp.CSharpVariable
The protected access modifier constant.
PROTECTED - Static variable in class org.sourceflow.java.JavaClass
The protected access modifier constant.
PROTECTED - Static variable in class org.sourceflow.java.JavaConstructor
The protected access modifier constant.
PROTECTED - Static variable in class org.sourceflow.java.JavaInterface
The protected access modifier constant.
PROTECTED - Static variable in class org.sourceflow.java.JavaMethod
The protected access modifier constant.
PROTECTED - Static variable in class org.sourceflow.java.JavaVariable
The protected access modifier constant.
PROTECTED - Static variable in class org.sourceflow.visualbasic.VisualBasicClass
The protected access modifier constant.
PROTECTED - Static variable in class org.sourceflow.visualbasic.VisualBasicConstructor
The protected access modifier constant.
PROTECTED - Static variable in class org.sourceflow.visualbasic.VisualBasicEnumeration
The protected access modifier constant.
PROTECTED - Static variable in class org.sourceflow.visualbasic.VisualBasicMethod
The protected access modifier constant.
PROTECTED - Static variable in class org.sourceflow.visualbasic.VisualBasicVariable
The protected access modifier constant.
PROTECTED_FRIEND - Static variable in class org.sourceflow.visualbasic.VisualBasicClass
The protected internal access modifier constant.
PROTECTED_FRIEND - Static variable in class org.sourceflow.visualbasic.VisualBasicConstructor
The protected friend access modifier constant.
PROTECTED_FRIEND - Static variable in class org.sourceflow.visualbasic.VisualBasicEnumeration
The protected friend access modifier constant.
PROTECTED_FRIEND - Static variable in class org.sourceflow.visualbasic.VisualBasicMethod
The protected friend access modifier constant.
PROTECTED_FRIEND - Static variable in class org.sourceflow.visualbasic.VisualBasicVariable
The protected friend access modifier constant.
PROTECTED_INTERNAL - Static variable in class org.sourceflow.csharp.CSharpClass
The protected internal access modifier constant.
PROTECTED_INTERNAL - Static variable in class org.sourceflow.csharp.CSharpConstructor
The protected internal access modifier constant.
PROTECTED_INTERNAL - Static variable in class org.sourceflow.csharp.CSharpEnumeration
The protected internal access modifier constant.
PROTECTED_INTERNAL - Static variable in class org.sourceflow.csharp.CSharpMethod
The protected internal access modifier constant.
PROTECTED_INTERNAL - Static variable in class org.sourceflow.csharp.CSharpVariable
The protected internal access modifier constant.
PUBLIC - Static variable in class org.sourceflow.csharp.CSharpClass
The public access modifier constant.
PUBLIC - Static variable in class org.sourceflow.csharp.CSharpConstructor
The public access modifier constant.
PUBLIC - Static variable in class org.sourceflow.csharp.CSharpEnumeration
The public access modifier constant.
PUBLIC - Static variable in class org.sourceflow.csharp.CSharpMethod
The public access modifier constant.
PUBLIC - Static variable in class org.sourceflow.csharp.CSharpVariable
The public access modifier constant.
PUBLIC - Static variable in class org.sourceflow.java.JavaClass
The public access modifier constant.
PUBLIC - Static variable in class org.sourceflow.java.JavaConstructor
The public access modifier constant.
PUBLIC - Static variable in class org.sourceflow.java.JavaInterface
The public access modifier constant.
PUBLIC - Static variable in class org.sourceflow.java.JavaMethod
The public access modifier constant.
PUBLIC - Static variable in class org.sourceflow.java.JavaVariable
The public access modifier constant.
PUBLIC - Static variable in class org.sourceflow.visualbasic.VisualBasicClass
The public access modifier constant.
PUBLIC - Static variable in class org.sourceflow.visualbasic.VisualBasicConstructor
The public access modifier constant.
PUBLIC - Static variable in class org.sourceflow.visualbasic.VisualBasicEnumeration
The public access modifier constant.
PUBLIC - Static variable in class org.sourceflow.visualbasic.VisualBasicMethod
The public access modifier constant.
PUBLIC - Static variable in class org.sourceflow.visualbasic.VisualBasicVariable
The public access modifier constant.
print(PrintWriter, CodeStyle, int) - Method in class org.sourceflow.CodeElement
Prints the code element to the specified output stream.
print(PrintWriter, CodeStyle, int) - Method in class org.sourceflow.c.CComment
Prints the code element to the specified output stream.
print(PrintWriter, CodeStyle, int) - Method in class org.sourceflow.c.CFile
Prints the file contents to the specified output stream.
print(PrintWriter, CodeStyle, int) - Method in class org.sourceflow.c.CFunction
Prints the code element to the specified output stream.
print(PrintWriter, CodeStyle, int) - Method in class org.sourceflow.c.CInclude
Prints the code element to the specified output stream.
print(PrintWriter, CodeStyle, int) - Method in class org.sourceflow.c.CTypedef
Prints the code element to the specified output stream.
print(PrintWriter, CodeStyle, int) - Method in class org.sourceflow.c.CVariable
Prints the code element to the specified output stream.
print(PrintWriter, CodeStyle, int) - Method in class org.sourceflow.csharp.CSharpClass
Prints the class to the specified stream.
print(PrintWriter, CodeStyle, int) - Method in class org.sourceflow.csharp.CSharpComment
Prints the comment to the specified stream.
print(PrintWriter, CodeStyle, int) - Method in class org.sourceflow.csharp.CSharpConstructor
Prints the code element to the specified output stream.
print(PrintWriter, CodeStyle, int) - Method in class org.sourceflow.csharp.CSharpEnumeration
Prints the code element to the specified output stream.
print(PrintWriter, CodeStyle, int) - Method in class org.sourceflow.csharp.CSharpFile
Prints the file contents to the specified output stream.
print(PrintWriter, CodeStyle, int) - Method in class org.sourceflow.csharp.CSharpMethod
Prints the code element to the specified output stream.
print(PrintWriter, CodeStyle, int) - Method in class org.sourceflow.csharp.CSharpNamespace
Prints the code element to the specified output stream.
print(PrintWriter, CodeStyle, int) - Method in class org.sourceflow.csharp.CSharpUsing
Prints the code element to the specified output stream.
print(PrintWriter, CodeStyle, int) - Method in class org.sourceflow.csharp.CSharpVariable
Prints the code element to the specified output stream.
print(PrintWriter, CodeStyle, int) - Method in class org.sourceflow.java.JavaClass
Prints the code element to the specified output stream.
print(PrintWriter, CodeStyle, int) - Method in class org.sourceflow.java.JavaComment
Prints the code element to the specified output stream.
print(PrintWriter, CodeStyle, int) - Method in class org.sourceflow.java.JavaConstructor
Prints the code element to the specified output stream.
print(PrintWriter, CodeStyle, int) - Method in class org.sourceflow.java.JavaFile
Prints the file contents to the specified output stream.
print(PrintWriter, CodeStyle, int) - Method in class org.sourceflow.java.JavaImport
Prints the code element to the specified output stream.
print(PrintWriter, CodeStyle, int) - Method in class org.sourceflow.java.JavaInterface
Prints the code element to the specified output stream.
print(PrintWriter, CodeStyle, int) - Method in class org.sourceflow.java.JavaMethod
Prints the code element to the specified output stream.
print(PrintWriter, CodeStyle, int) - Method in class org.sourceflow.java.JavaPackage
Prints the code element to the specified output stream.
print(PrintWriter, CodeStyle, int, String) - Method in class org.sourceflow.java.JavaType
Prints the type to the specified stream.
print(PrintWriter, CodeStyle, int) - Method in class org.sourceflow.java.JavaVariable
Prints the code element to the specified output stream.
print(PrintWriter, CodeStyle, int) - Method in class org.sourceflow.visualbasic.VisualBasicClass
Prints the class to the specified stream.
print(PrintWriter, CodeStyle, int) - Method in class org.sourceflow.visualbasic.VisualBasicComment
Prints the comment to the specified stream.
print(PrintWriter, CodeStyle, int) - Method in class org.sourceflow.visualbasic.VisualBasicConstructor
Prints the code element to the specified output stream.
print(PrintWriter, CodeStyle, int) - Method in class org.sourceflow.visualbasic.VisualBasicEnumeration
Prints the code element to the specified output stream.
print(PrintWriter, CodeStyle, int) - Method in class org.sourceflow.visualbasic.VisualBasicFile
Prints the file contents to the specified output stream.
print(PrintWriter, CodeStyle, int) - Method in class org.sourceflow.visualbasic.VisualBasicImports
Prints the code element to the specified output stream.
print(PrintWriter, CodeStyle, int) - Method in class org.sourceflow.visualbasic.VisualBasicMethod
Prints the code element to the specified output stream.
print(PrintWriter, CodeStyle, int) - Method in class org.sourceflow.visualbasic.VisualBasicNamespace
Prints the code element to the specified output stream.
print(PrintWriter, CodeStyle, int, String, boolean) - Method in class org.sourceflow.visualbasic.VisualBasicType
Prints the type to the specified stream.
print(PrintWriter, CodeStyle, int) - Method in class org.sourceflow.visualbasic.VisualBasicVariable
Prints the code element to the specified output stream.
printContents(PrintWriter, CodeStyle, int) - Method in class org.sourceflow.CodeContainer
Prints all the contained code elements to the specified output stream.
printSeparator(PrintWriter, CodeElement) - Method in class org.sourceflow.CodeElement
Prints a separator line between this element and the previous element in a container.
printSeparator(PrintWriter, CodeElement) - Method in class org.sourceflow.c.CInclude
Prints a separator line between this element and the previous element in a container.
printSeparator(PrintWriter, CodeElement) - Method in class org.sourceflow.csharp.CSharpUsing
Prints a separator line between this element and the previous element in a container.
printSeparator(PrintWriter, CodeElement) - Method in class org.sourceflow.java.JavaImport
Prints a separator line between this element and the previous element in a container.
printSeparator(PrintWriter, CodeElement) - Method in class org.sourceflow.visualbasic.VisualBasicImports
Prints a separator line between this element and the previous element in a container.

R

READONLY - Static variable in class org.sourceflow.csharp.CSharpVariable
The readonly modifier constant.
READONLY - Static variable in class org.sourceflow.visualbasic.VisualBasicVariable
The readonly modifier constant.

S

SEALED - Static variable in class org.sourceflow.csharp.CSharpClass
The sealed modifier constant.
SEALED - Static variable in class org.sourceflow.csharp.CSharpMethod
The sealed modifier constant.
SHADOWS - Static variable in class org.sourceflow.visualbasic.VisualBasicClass
The shadows modifier constant.
SHADOWS - Static variable in class org.sourceflow.visualbasic.VisualBasicEnumeration
The shadows modifier constant.
SHADOWS - Static variable in class org.sourceflow.visualbasic.VisualBasicMethod
The shadows modifier constant.
SHADOWS - Static variable in class org.sourceflow.visualbasic.VisualBasicVariable
The shadows modifier constant.
SHARED - Static variable in class org.sourceflow.visualbasic.VisualBasicConstructor
The shared modifier constant.
SHARED - Static variable in class org.sourceflow.visualbasic.VisualBasicMethod
The shared modifier constant.
SHARED - Static variable in class org.sourceflow.visualbasic.VisualBasicVariable
The shared modifier constant.
SINGLELINE - Static variable in class org.sourceflow.csharp.CSharpComment
The single line comment type.
SINGLELINE - Static variable in class org.sourceflow.java.JavaComment
The single line comment type.
SINGLELINE - Static variable in class org.sourceflow.visualbasic.VisualBasicComment
The single line comment type.
STATIC - Static variable in class org.sourceflow.c.CFunction
The static modifier constant.
STATIC - Static variable in class org.sourceflow.c.CVariable
The static modifier constant.
STATIC - Static variable in class org.sourceflow.csharp.CSharpMethod
The static modifier constant.
STATIC - Static variable in class org.sourceflow.csharp.CSharpVariable
The static modifier constant.
STATIC - Static variable in class org.sourceflow.java.JavaClass
The static modifier constant.
STATIC - Static variable in class org.sourceflow.java.JavaInterface
The static modifier constant.
STATIC - Static variable in class org.sourceflow.java.JavaMethod
The static modifier constant.
STATIC - Static variable in class org.sourceflow.java.JavaVariable
The static modifier constant.
STRICTFP - Static variable in class org.sourceflow.java.JavaClass
The strictfp modifier constant.
STRICTFP - Static variable in class org.sourceflow.java.JavaInterface
The strictfp modifier constant.
STRICTFP - Static variable in class org.sourceflow.java.JavaMethod
The strict floating point modifier constant.
SYNCHRONIZED - Static variable in class org.sourceflow.java.JavaMethod
The synchronized modifier constant.
setPrintCode(boolean) - Method in class org.sourceflow.c.CFunction
Sets the print code flag.
setPrintCode(boolean) - Method in class org.sourceflow.csharp.CSharpMethod
Sets the print code flag.
setPrintCode(boolean) - Method in class org.sourceflow.java.JavaMethod
Sets the print code flag.
setPrintCode(boolean) - Method in class org.sourceflow.visualbasic.VisualBasicMethod
Sets the print code flag.
size() - Method in class org.sourceflow.CodeContainer
Returns the number of content elements in this container.

T

TRANSIENT - Static variable in class org.sourceflow.java.JavaVariable
The transient modifier constant.
toDirectory(File) - Method in class org.sourceflow.java.JavaPackage
Returns the directory containing the package files.
toString() - Method in class org.sourceflow.CodeFile
Returns the complete file path, including the directory.
toString() - Method in class org.sourceflow.c.CFunction
Returns the function name.
toString() - Method in class org.sourceflow.c.CInclude
Returns a string description of the included header.
toString() - Method in class org.sourceflow.c.CTypedef
Returns the typedef name.
toString() - Method in class org.sourceflow.c.CVariable
Returns the variable name.
toString() - Method in class org.sourceflow.csharp.CSharpMethod
Returns the method name.
toString() - Method in class org.sourceflow.csharp.CSharpNamespace
Returns the namespace name.
toString() - Method in class org.sourceflow.csharp.CSharpUsing
Returns the namespace to use.
toString() - Method in class org.sourceflow.csharp.CSharpVariable
Returns the variable name.
toString() - Method in class org.sourceflow.java.JavaImport
Returns a string description of the imported packages.
toString() - Method in class org.sourceflow.java.JavaMethod
Returns the method name.
toString() - Method in class org.sourceflow.java.JavaPackage
Returns a string representation of this package.
toString() - Method in class org.sourceflow.java.JavaType
Returns the type name.
toString() - Method in class org.sourceflow.java.JavaVariable
Returns the variable name.
toString() - Method in class org.sourceflow.visualbasic.VisualBasicImports
Returns the namespace to use.
toString() - Method in class org.sourceflow.visualbasic.VisualBasicMethod
Returns the method name.
toString() - Method in class org.sourceflow.visualbasic.VisualBasicNamespace
Returns the namespace name.
toString() - Method in class org.sourceflow.visualbasic.VisualBasicType
Returns the type name.
toString() - Method in class org.sourceflow.visualbasic.VisualBasicVariable
Returns the variable name.

V

VIRTUAL - Static variable in class org.sourceflow.csharp.CSharpMethod
The virtual modifier constant.
VISUAL_BASIC - Static variable in class org.sourceflow.CodeStyle
The default Visual Basic code style.
VOLATILE - Static variable in class org.sourceflow.csharp.CSharpVariable
The volatile modifier constant.
VOLATILE - Static variable in class org.sourceflow.java.JavaVariable
The volatile modifier constant.
VisualBasicClass - class org.sourceflow.visualbasic.VisualBasicClass.
A class generating a Visual Basic class declaration.
VisualBasicClass(String) - Constructor for class org.sourceflow.visualbasic.VisualBasicClass
Creates a new class code generator with a public access modifier.
VisualBasicClass(int, String) - Constructor for class org.sourceflow.visualbasic.VisualBasicClass
Creates a new class code generator with the specified modifiers.
VisualBasicClass(int, String, String) - Constructor for class org.sourceflow.visualbasic.VisualBasicClass
Creates a new class code generator with the specified access modifier that extends the specified class.
VisualBasicClass(int, String, String[]) - Constructor for class org.sourceflow.visualbasic.VisualBasicClass
Creates a new class code generator with the specified access modifier that extends and implements the specified classes or interfaces.
VisualBasicComment - class org.sourceflow.visualbasic.VisualBasicComment.
A class generating a Visual Basic comment.
VisualBasicComment(String) - Constructor for class org.sourceflow.visualbasic.VisualBasicComment
Creates a new documentation comment with no indentation.
VisualBasicComment(int, String) - Constructor for class org.sourceflow.visualbasic.VisualBasicComment
Creates a new comment of the specified type.
VisualBasicConstructor - class org.sourceflow.visualbasic.VisualBasicConstructor.
A class generating a Visual Basic constructor declaration.
VisualBasicConstructor() - Constructor for class org.sourceflow.visualbasic.VisualBasicConstructor
Creates a new empty constructor.
VisualBasicConstructor(String) - Constructor for class org.sourceflow.visualbasic.VisualBasicConstructor
Creates a new constructor with the specified arguments.
VisualBasicConstructor(int, String) - Constructor for class org.sourceflow.visualbasic.VisualBasicConstructor
Creates a new constructor with the specified arguments.
VisualBasicEnumeration - class org.sourceflow.visualbasic.VisualBasicEnumeration.
A class generating a Visual Basic enumeration declaration.
VisualBasicEnumeration(String) - Constructor for class org.sourceflow.visualbasic.VisualBasicEnumeration
Creates a new enumeration code generator with public access.
VisualBasicEnumeration(int, String) - Constructor for class org.sourceflow.visualbasic.VisualBasicEnumeration
Creates a new enumeration code generator with the specified modifiers.
VisualBasicFile - class org.sourceflow.visualbasic.VisualBasicFile.
A class generating a Visual Basic source code file.
VisualBasicFile(File, String) - Constructor for class org.sourceflow.visualbasic.VisualBasicFile
Creates a new Visual Basic source code file.
VisualBasicImports - class org.sourceflow.visualbasic.VisualBasicImports.
A class generating a Visual Basic imports declaration.
VisualBasicImports(String) - Constructor for class org.sourceflow.visualbasic.VisualBasicImports
Creates a new Visual Basic imports declaration.
VisualBasicMethod - class org.sourceflow.visualbasic.VisualBasicMethod.
A class generating a Visual Basic method declaration.
VisualBasicMethod(String) - Constructor for class org.sourceflow.visualbasic.VisualBasicMethod
Creates a new method with the specified name.
VisualBasicMethod(String, String) - Constructor for class org.sourceflow.visualbasic.VisualBasicMethod
Creates a new method with the specified name and arguments.
VisualBasicMethod(String, String, String) - Constructor for class org.sourceflow.visualbasic.VisualBasicMethod
Creates a new method with the specified arguments.
VisualBasicMethod(int, String, String, String) - Constructor for class org.sourceflow.visualbasic.VisualBasicMethod
Creates a new method with the specified arguments.
VisualBasicNamespace - class org.sourceflow.visualbasic.VisualBasicNamespace.
A class generating a Visual Basic namespace declaration.
VisualBasicNamespace(String) - Constructor for class org.sourceflow.visualbasic.VisualBasicNamespace
Creates a new namespace.
VisualBasicType - class org.sourceflow.visualbasic.VisualBasicType.
An abstract superclass for the various Visual Basic type code generators.
VisualBasicType(int, String, String) - Constructor for class org.sourceflow.visualbasic.VisualBasicType
Creates a new type code generator with the specified access modifier that extends a specified type.
VisualBasicType(int, String, String[]) - Constructor for class org.sourceflow.visualbasic.VisualBasicType
Creates a new type code generator with the specified access modifier that extends a specified type.
VisualBasicVariable - class org.sourceflow.visualbasic.VisualBasicVariable.
A class generating a Visual Basic variable declaration.
VisualBasicVariable(String, String) - Constructor for class org.sourceflow.visualbasic.VisualBasicVariable
Creates a new variable with the specified type and name.
VisualBasicVariable(int, String, String) - Constructor for class org.sourceflow.visualbasic.VisualBasicVariable
Creates a new variable with the specified modifiers, type and name.
VisualBasicVariable(String, String, String) - Constructor for class org.sourceflow.visualbasic.VisualBasicVariable
Creates a new variable with the specified type, name and initializer.
VisualBasicVariable(int, String, String, String) - Constructor for class org.sourceflow.visualbasic.VisualBasicVariable
Creates a new variable with the specified modifiers, type, name and initializer.

W

write(CodeStyle) - Method in class org.sourceflow.CodeFile
Writes the source code for this file.

A B C D E F G I J L M N O P R S T V W