Serialized Form
-
Package org.burningwave.core.classes
-
Class org.burningwave.core.classes.AnnotationSourceGenerator
class AnnotationSourceGenerator extends SourceGenerator.Abst implements Serializable- serialVersionUID:
- -6466348844734237149L
-
Serialized Fields
-
body
BodySourceGenerator body
-
name
String name
-
type
TypeDeclarationSourceGenerator type
-
-
Class org.burningwave.core.classes.BodySourceGenerator
class BodySourceGenerator extends SourceGenerator.Abst implements Serializable- serialVersionUID:
- 5923611245424078711L
-
Serialized Fields
-
bodyGenerators
Collection<SourceGenerator> bodyGenerators
-
elementPrefix
String elementPrefix
-
elementSeparator
String elementSeparator
-
endingDelimiter
String endingDelimiter
-
startingDelimiter
String startingDelimiter
-
usedTypes
Collection<TypeDeclarationSourceGenerator> usedTypes
-
-
Exception Class org.burningwave.core.classes.Classes.Loaders.UnsupportedException
class UnsupportedException extends RuntimeException implements Serializable- serialVersionUID:
- 8964839983768809586L
-
Class org.burningwave.core.classes.ClassSourceGenerator
class ClassSourceGenerator extends SourceGenerator.Abst implements Serializable- serialVersionUID:
- -4865516517027747031L
-
Serialized Fields
-
annotations
Collection<AnnotationSourceGenerator> annotations
-
classType
String classType
-
concretize
String concretize
-
concretizedTypes
Collection<TypeDeclarationSourceGenerator> concretizedTypes
-
constructors
Collection<FunctionSourceGenerator> constructors
-
enumConstants
Collection<VariableSourceGenerator> enumConstants
-
expandedType
TypeDeclarationSourceGenerator expandedType
-
expands
String expands
-
fields
Collection<VariableSourceGenerator> fields
-
initializer
BodySourceGenerator initializer
-
innerClasses
Collection<ClassSourceGenerator> innerClasses
-
methods
Collection<FunctionSourceGenerator> methods
-
modifier
Integer modifier
-
outerCode
Collection<String> outerCode
-
staticInitializer
BodySourceGenerator staticInitializer
-
typeDeclaration
TypeDeclarationSourceGenerator typeDeclaration
-
-
Exception Class org.burningwave.core.classes.Fields.NoSuchFieldException
class NoSuchFieldException extends RuntimeException implements Serializable- serialVersionUID:
- 3656790511956737635L
-
Class org.burningwave.core.classes.FunctionSourceGenerator
class FunctionSourceGenerator extends SourceGenerator.Abst implements Serializable- serialVersionUID:
- -701718231919943913L
-
Serialized Fields
-
annotations
Collection<AnnotationSourceGenerator> annotations
-
body
BodySourceGenerator body
-
defaultFunction
boolean defaultFunction
-
modifier
Integer modifier
-
name
String name
-
outerCode
Collection<String> outerCode
-
parameters
Collection<VariableSourceGenerator> parameters
-
returnType
TypeDeclarationSourceGenerator returnType
-
throwables
Collection<TypeDeclarationSourceGenerator> throwables
-
typesDeclaration
TypeDeclarationSourceGenerator typesDeclaration
-
usedTypes
Collection<TypeDeclarationSourceGenerator> usedTypes
-
-
Class org.burningwave.core.classes.GenericSourceGenerator
class GenericSourceGenerator extends SourceGenerator.Abst implements Serializable- serialVersionUID:
- -7508101348682677540L
-
Serialized Fields
-
annotations
Collection<AnnotationSourceGenerator> annotations
-
hirearchyElements
Collection<TypeDeclarationSourceGenerator> hirearchyElements
-
hirearchyOperator
String hirearchyOperator
-
name
String name
-
outerCode
Collection<String> outerCode
-
type
TypeDeclarationSourceGenerator type
-
-
Exception Class org.burningwave.core.classes.JavaMemoryCompiler.Compilation.Exception
class Exception extends RuntimeException implements Serializable- serialVersionUID:
- 4515340268068466479L
-
Exception Class org.burningwave.core.classes.Methods.NoSuchMethodException
class NoSuchMethodException extends RuntimeException implements Serializable- serialVersionUID:
- -2912826056405333039L
-
Exception Class org.burningwave.core.classes.Modules.NotFoundException
class NotFoundException extends RuntimeException implements Serializable- serialVersionUID:
- 3095842376538548262L
-
Exception Class org.burningwave.core.classes.Modules.PackageNotFoundException
class PackageNotFoundException extends RuntimeException implements Serializable- serialVersionUID:
- 7545728769111299062L
-
Class org.burningwave.core.classes.SourceGenerator.Abst
class Abst extends Object implements Serializable- serialVersionUID:
- -6189371616365377165L
-
Class org.burningwave.core.classes.TypeDeclarationSourceGenerator
class TypeDeclarationSourceGenerator extends SourceGenerator.Abst implements Serializable- serialVersionUID:
- -7814557670243517814L
-
Serialized Fields
-
generics
Collection<GenericSourceGenerator> generics
-
isVarArgs
boolean isVarArgs
-
name
String name
-
parameters
BodySourceGenerator parameters
-
publicFlag
Boolean publicFlag
-
simpleName
String simpleName
-
useFullyQualifiedName
boolean useFullyQualifiedName
-
-
Class org.burningwave.core.classes.UnitSourceGenerator
class UnitSourceGenerator extends SourceGenerator.Abst implements Serializable- serialVersionUID:
- -954913599817628229L
-
Serialized Fields
-
classes
Collection<ClassSourceGenerator> classes
-
imports
Collection<String> imports
-
packageName
String packageName
-
-
Class org.burningwave.core.classes.VariableSourceGenerator
class VariableSourceGenerator extends SourceGenerator.Abst implements Serializable- serialVersionUID:
- -1218339549136277345L
-
Serialized Fields
-
annotations
Collection<AnnotationSourceGenerator> annotations
-
assignmentOperator
String assignmentOperator
-
delimiter
String delimiter
-
elementPrefix
String elementPrefix
-
modifier
Integer modifier
-
name
String name
-
outerCode
Collection<String> outerCode
-
type
TypeDeclarationSourceGenerator type
-
usedTypes
Collection<TypeDeclarationSourceGenerator> usedTypes
-
valueBody
BodySourceGenerator valueBody
-
-
-
Package org.burningwave.core.concurrent
-
Exception Class org.burningwave.core.concurrent.NullExecutableException
class NullExecutableException extends RuntimeException implements Serializable- serialVersionUID:
- 3011104623285664660L
-
Exception Class org.burningwave.core.concurrent.TaskStateException
class TaskStateException extends IllegalStateException implements Serializable- serialVersionUID:
- -6504561450589871045L
-
-
Package org.burningwave.core.io
-
Class org.burningwave.core.io.FileOutputStream
class FileOutputStream extends FileOutputStream implements Serializable- serialVersionUID:
- -5546948914644351678L
-
Serialized Fields
-
file
File file
-
-
Exception Class org.burningwave.core.io.FileSystemItem.NotFoundException
class NotFoundException extends RuntimeException implements Serializable- serialVersionUID:
- -6767561476829612304L
-
Exception Class org.burningwave.core.io.FileSystemItemNotFoundException
class FileSystemItemNotFoundException extends RuntimeException implements Serializable- serialVersionUID:
- 7265824022880218451L
-
-
Package org.burningwave.core.iterable
-
Exception Class org.burningwave.core.iterable.IterableObjectHelper.TerminateIteration
class TerminateIteration extends RuntimeException implements Serializable- serialVersionUID:
- 4182825598193659018L
-
Class org.burningwave.core.iterable.Properties
- serialVersionUID:
- -350748766178421942L
-
Serialized Fields
-
defaultValuesSeparator
String defaultValuesSeparator
-
listeners
Set<Properties.Listener> listeners
-
-