Skip navigation links
A B C D E F G H I J L M N O P R S T V 

A

and() - Method in interface net.sf.esfinge.classmock.api.IAnnotationPropertyWriter
This method allows you to add a new annotation fluently to the same element that you are now defining.
and() - Method in class net.sf.esfinge.classmock.imp.AnnotationImp
 
annotation() - Method in interface net.sf.esfinge.classmock.api.IAnnotationReader
Inform the annotation that is associated to this wrapper.
annotation(Class<? extends Annotation>) - Method in interface net.sf.esfinge.classmock.api.IAnnotationWriter
Add an annotation to this.
annotation(Class<? extends Annotation>, LocationEnum) - Method in interface net.sf.esfinge.classmock.api.IAnnotationWriter
Add an annotation and defining the location of it.
annotation(IAnnotationReader) - Method in interface net.sf.esfinge.classmock.api.IAnnotationWriter
Add a annotation wrapper to this.
annotation(Class<? extends Annotation>) - Method in class net.sf.esfinge.classmock.ClassMock
 
annotation(Class<? extends Annotation>, LocationEnum) - Method in class net.sf.esfinge.classmock.ClassMock
 
annotation(IAnnotationReader) - Method in class net.sf.esfinge.classmock.ClassMock
 
annotation() - Method in class net.sf.esfinge.classmock.imp.AnnotationImp
 
annotation(Class<? extends Annotation>) - Method in class net.sf.esfinge.classmock.imp.FieldImp
 
annotation(Class<? extends Annotation>, LocationEnum) - Method in class net.sf.esfinge.classmock.imp.FieldImp
 
annotation(IAnnotationReader) - Method in class net.sf.esfinge.classmock.imp.FieldImp
 
annotation(Class<? extends Annotation>) - Method in class net.sf.esfinge.classmock.imp.MethodImp
 
annotation(Class<? extends Annotation>, LocationEnum) - Method in class net.sf.esfinge.classmock.imp.MethodImp
 
annotation(IAnnotationReader) - Method in class net.sf.esfinge.classmock.imp.MethodImp
 
AnnotationImp - Class in net.sf.esfinge.classmock.imp
Class responsible for implement all definitions of an annotation.
AnnotationImp(Class<? extends Annotation>) - Constructor for class net.sf.esfinge.classmock.imp.AnnotationImp
Constructor to receive the annotation.
AnnotationImp(IAnnotationReader) - Constructor for class net.sf.esfinge.classmock.imp.AnnotationImp
Constructor to receive the reader.
annotations() - Method in interface net.sf.esfinge.classmock.api.IClassReader
List all the annotations defined for your entity.
annotations() - Method in interface net.sf.esfinge.classmock.api.IFieldReader
Inform the annotations that you want in your field.
annotations() - Method in interface net.sf.esfinge.classmock.api.IMethodReader
Inform the annotations that you want in your method.
annotations() - Method in class net.sf.esfinge.classmock.ClassMock
 
annotations() - Method in class net.sf.esfinge.classmock.imp.FieldImp
 
annotations() - Method in class net.sf.esfinge.classmock.imp.MethodImp
 
asAbstract() - Method in interface net.sf.esfinge.classmock.api.IClassWriter
Define your generated entity to be an Abstract Class.
asAbstract() - Method in class net.sf.esfinge.classmock.ClassMock
 
asAnnotation() - Method in interface net.sf.esfinge.classmock.api.IClassWriter
Define your generated entity to be an Annotation.
asAnnotation() - Method in class net.sf.esfinge.classmock.ClassMock
 
asClass() - Method in interface net.sf.esfinge.classmock.api.IClassWriter
Define your generated entity to be a Concrete Class (default).
asClass() - Method in class net.sf.esfinge.classmock.ClassMock
 
asEnum() - Method in interface net.sf.esfinge.classmock.api.IClassWriter
Define your generated entity to be an Enum.
asEnum() - Method in class net.sf.esfinge.classmock.ClassMock
 
asInterface() - Method in interface net.sf.esfinge.classmock.api.IClassWriter
Define your generated entity to be an Interface.
asInterface() - Method in class net.sf.esfinge.classmock.ClassMock
 

B

build() - Method in interface net.sf.esfinge.classmock.api.IClassWriter
Build your entity.
build() - Method in class net.sf.esfinge.classmock.ClassMock
 

C

ClassMock - Class in net.sf.esfinge.classmock
Class responsible for implement all definitions of: Concrete Class, Abstract Class, Enum, Interface, Annotation.
ClassMockUtils - Class in net.sf.esfinge.classmock
Class responsible for being a utility to instances using reflection.
ClassMockUtils() - Constructor for class net.sf.esfinge.classmock.ClassMockUtils
 
clone(String) - Method in interface net.sf.esfinge.classmock.api.IClassWriter
Define a clone of all defined for your entity, but with a new name because the old one is already in use.
clone() - Method in class net.sf.esfinge.classmock.ClassMock
 
clone(String) - Method in class net.sf.esfinge.classmock.ClassMock
 
clone() - Method in class net.sf.esfinge.classmock.imp.AnnotationImp
 
clone() - Method in class net.sf.esfinge.classmock.imp.FieldImp
 
clone() - Method in class net.sf.esfinge.classmock.imp.MethodImp
 
compareTo(FieldImp) - Method in class net.sf.esfinge.classmock.imp.FieldImp
 
compareTo(MethodImp) - Method in class net.sf.esfinge.classmock.imp.MethodImp
 

D

defineClass(String, byte[]) - Method in class net.sf.esfinge.classmock.MockClassLoader
Used to mount the class in our class loader.

E

equals(Object) - Method in class net.sf.esfinge.classmock.ClassMock
 
equals(Object) - Method in class net.sf.esfinge.classmock.imp.AnnotationImp
 
equals(Object) - Method in class net.sf.esfinge.classmock.imp.FieldImp
 
equals(Object) - Method in class net.sf.esfinge.classmock.imp.MethodImp
 
equals(Object) - Method in class net.sf.esfinge.classmock.imp.SuperClassImp
 
exceptions() - Method in interface net.sf.esfinge.classmock.api.IMethodReader
Inform the exceptions that you want in your method to throw.
exceptions(Class<?>...) - Method in interface net.sf.esfinge.classmock.api.IMethodWriter
Define the exceptions that you want in your method throw.
exceptions(Class<?>...) - Method in class net.sf.esfinge.classmock.imp.MethodImp
 
exceptions() - Method in class net.sf.esfinge.classmock.imp.MethodImp
 

F

field(String, Class<?>) - Method in interface net.sf.esfinge.classmock.api.IClassWriter
Add a field to your entity.
field(String) - Method in interface net.sf.esfinge.classmock.api.IClassWriter
The default type is the same type of the generated entity.
field(String) - Method in class net.sf.esfinge.classmock.ClassMock
 
field(String, Class<?>) - Method in class net.sf.esfinge.classmock.ClassMock
 
fieldByParse(String) - Method in interface net.sf.esfinge.classmock.api.IClassWriter
Define a way to parse a field with all properties and annotations from a String.
fieldByParse(String) - Method in class net.sf.esfinge.classmock.ClassMock
 
FieldImp - Class in net.sf.esfinge.classmock.imp
Class responsible for implement all definitions of a field.
FieldImp(String, Class<?>) - Constructor for class net.sf.esfinge.classmock.imp.FieldImp
Constructor to receive the field.
fields() - Method in interface net.sf.esfinge.classmock.api.IClassReader
List all the fields defined for your entity.
fields() - Method in class net.sf.esfinge.classmock.ClassMock
 

G

generics() - Method in interface net.sf.esfinge.classmock.api.IFieldReader
Inform the parameter type of your field.
generics(Class<?>) - Method in interface net.sf.esfinge.classmock.api.IFieldWriter
Define the parameter type of your field.
generics() - Method in interface net.sf.esfinge.classmock.api.ISuperClassReader
List all the parameters type used at the generic signature.
generics(Class<?>) - Method in interface net.sf.esfinge.classmock.api.ISuperClassWriter
Define the parameter type used at the generic signature.
generics(Class<?>) - Method in class net.sf.esfinge.classmock.imp.FieldImp
 
generics() - Method in class net.sf.esfinge.classmock.imp.FieldImp
 
generics(Class<?>) - Method in class net.sf.esfinge.classmock.imp.SuperClassImp
 
generics() - Method in class net.sf.esfinge.classmock.imp.SuperClassImp
 
get(Object, String) - Static method in class net.sf.esfinge.classmock.ClassMockUtils
Access the value in the property of the bean.
getInstance() - Static method in class net.sf.esfinge.classmock.MockClassLoader
Access an instance of our class loader.
getInstance() - Static method in class net.sf.esfinge.classmock.parse.ParseFieldSignature
 
getInstance() - Static method in class net.sf.esfinge.classmock.parse.ParseMethodSignature
 
getOpCodes() - Method in enum net.sf.esfinge.classmock.api.enums.JavaEnum
 
getOpCodes() - Method in enum net.sf.esfinge.classmock.api.enums.ModifierEnum
 
getOpCodes() - Method in enum net.sf.esfinge.classmock.api.enums.VisibilityEnum
 

H

hasGetter() - Method in interface net.sf.esfinge.classmock.api.IFieldReader
Inform if is necessary to generate a getter method for this field.
hasGetter(boolean) - Method in interface net.sf.esfinge.classmock.api.IFieldWriter
Define if is necessary to generate a getter method for this field.
hasGetter(boolean) - Method in class net.sf.esfinge.classmock.imp.FieldImp
 
hasGetter() - Method in class net.sf.esfinge.classmock.imp.FieldImp
 
hashCode() - Method in class net.sf.esfinge.classmock.ClassMock
 
hashCode() - Method in class net.sf.esfinge.classmock.imp.AnnotationImp
 
hashCode() - Method in class net.sf.esfinge.classmock.imp.FieldImp
 
hashCode() - Method in class net.sf.esfinge.classmock.imp.MethodImp
 
hashCode() - Method in class net.sf.esfinge.classmock.imp.SuperClassImp
 
hasSetter() - Method in interface net.sf.esfinge.classmock.api.IFieldReader
Inform if is necessary to generate a setter method for this field.
hasSetter(boolean) - Method in interface net.sf.esfinge.classmock.api.IFieldWriter
Define if is necessary to generate a setter method for this field.
hasSetter(boolean) - Method in class net.sf.esfinge.classmock.imp.FieldImp
 
hasSetter() - Method in class net.sf.esfinge.classmock.imp.FieldImp
 

I

IAnnotationLocationReader - Interface in net.sf.esfinge.classmock.api
Class responsible to retrieve the annotation location.
IAnnotationLocationWriter - Interface in net.sf.esfinge.classmock.api
Class responsible to define wrapper for the annotation location.
IAnnotationPropertyReader - Interface in net.sf.esfinge.classmock.api
Class responsible to retrieve properties from an annotations.
IAnnotationPropertyWriter - Interface in net.sf.esfinge.classmock.api
Class responsible to define properties for annotations.
IAnnotationReader - Interface in net.sf.esfinge.classmock.api
Class responsible to retrieve annotations from this wrapper.
IAnnotationWriter - Interface in net.sf.esfinge.classmock.api
Class responsible to define wrapper for annotations.
IClassReader - Interface in net.sf.esfinge.classmock.api
Class responsible to read all properties at class level.
IClassWriter - Interface in net.sf.esfinge.classmock.api
Class responsible for define all properties at class level.
IFieldReader - Interface in net.sf.esfinge.classmock.api
Class responsible to read all properties at field level.
IFieldWriter - Interface in net.sf.esfinge.classmock.api
Class responsible for define all properties at field level.
IMethodReader - Interface in net.sf.esfinge.classmock.api
Class responsible to read all properties at method level.
IMethodWriter - Interface in net.sf.esfinge.classmock.api
Class responsible for define all properties at field level.
interfaces() - Method in interface net.sf.esfinge.classmock.api.IClassReader
List the interfaces that your generated entity will implements.
interfaces(Class<?>...) - Method in interface net.sf.esfinge.classmock.api.IClassWriter
Define the interfaces that your generated entity will implements.
interfaces(Class<?>...) - Method in class net.sf.esfinge.classmock.ClassMock
 
interfaces() - Method in class net.sf.esfinge.classmock.ClassMock
 
invoke(Object, String, Object...) - Static method in class net.sf.esfinge.classmock.ClassMockUtils
Execute a method by reflection.
invoke(Object, String, Class<?>[], Object...) - Static method in class net.sf.esfinge.classmock.ClassMockUtils
Execute a method by reflection.
isAbstract() - Method in interface net.sf.esfinge.classmock.api.IClassReader
Inform if it's an Abstract Class.
isAbstract() - Method in class net.sf.esfinge.classmock.ClassMock
 
isAnnotation() - Method in interface net.sf.esfinge.classmock.api.IClassReader
Inform if it's an Annotation.
isAnnotation() - Method in class net.sf.esfinge.classmock.ClassMock
 
isClass() - Method in interface net.sf.esfinge.classmock.api.IClassReader
Inform if it's a Concrete Class.
isClass() - Method in class net.sf.esfinge.classmock.ClassMock
 
isEnum() - Method in interface net.sf.esfinge.classmock.api.IClassReader
Inform if it's an Enum.
isEnum() - Method in class net.sf.esfinge.classmock.ClassMock
 
isInterface() - Method in interface net.sf.esfinge.classmock.api.IClassReader
Inform if it's an Interface.
isInterface() - Method in class net.sf.esfinge.classmock.ClassMock
 
ISuperClassReader - Interface in net.sf.esfinge.classmock.api
Class responsible to define the super class and it generic signature.
ISuperClassWriter - Interface in net.sf.esfinge.classmock.api
Class responsible to inform the super class and it generic signature.

J

JavaEnum - Enum in net.sf.esfinge.classmock.api.enums
Class responsible to define all JRE possibilities for compilation via ASM.

L

location() - Method in interface net.sf.esfinge.classmock.api.IAnnotationLocationReader
Inform the location where the annotation is to be.
location(LocationEnum) - Method in interface net.sf.esfinge.classmock.api.IAnnotationLocationWriter
Define the location where the annotation is to be.
location(LocationEnum) - Method in class net.sf.esfinge.classmock.imp.AnnotationImp
 
location() - Method in class net.sf.esfinge.classmock.imp.AnnotationImp
 
LocationEnum - Enum in net.sf.esfinge.classmock.api.enums
Class responsible to inform the location of the annotation in the classes, fields and methods.

M

method(String) - Method in interface net.sf.esfinge.classmock.api.IClassWriter
Add a method to your entity.
method(IMethodReader) - Method in interface net.sf.esfinge.classmock.api.IClassWriter
Add a method to your entity.
method(IMethodReader) - Method in class net.sf.esfinge.classmock.ClassMock
 
method(String) - Method in class net.sf.esfinge.classmock.ClassMock
 
methodByParse(String) - Method in interface net.sf.esfinge.classmock.api.IClassWriter
Define a way to parse a method with all properties and annotations from a String.
methodByParse(String) - Method in class net.sf.esfinge.classmock.ClassMock
 
MethodImp - Class in net.sf.esfinge.classmock.imp
Class responsible for implement all definitions of a method.
MethodImp(String) - Constructor for class net.sf.esfinge.classmock.imp.MethodImp
Constructor to receive the name of the method.
MethodImp(IMethodReader) - Constructor for class net.sf.esfinge.classmock.imp.MethodImp
Constructor to receive the method.
methods() - Method in interface net.sf.esfinge.classmock.api.IClassReader
List all the methods defined for your entity.
methods() - Method in class net.sf.esfinge.classmock.ClassMock
 
MockClassLoader - Class in net.sf.esfinge.classmock
Class responsible for act as ClassLoader necessary to load the dynamic class.
MockClassLoader() - Constructor for class net.sf.esfinge.classmock.MockClassLoader
 
ModifierEnum - Enum in net.sf.esfinge.classmock.api.enums
Class responsible to inform the modifiers for classes, fields and methods.
modifiers() - Method in interface net.sf.esfinge.classmock.api.IClassReader
Inform the modifiers that you want in your entity.
modifiers(ModifierEnum...) - Method in interface net.sf.esfinge.classmock.api.IClassWriter
Define the modifiers that you want in your entity.
modifiers() - Method in interface net.sf.esfinge.classmock.api.IFieldReader
Inform the modifiers that you want in your field.
modifiers(ModifierEnum...) - Method in interface net.sf.esfinge.classmock.api.IFieldWriter
Define the modifiers that you want in your field.
modifiers() - Method in interface net.sf.esfinge.classmock.api.IMethodReader
Inform the modifiers that you want in your method.
modifiers(ModifierEnum...) - Method in interface net.sf.esfinge.classmock.api.IMethodWriter
Define the modifiers that you want in your method.
modifiers(ModifierEnum...) - Method in class net.sf.esfinge.classmock.ClassMock
 
modifiers() - Method in class net.sf.esfinge.classmock.ClassMock
 
modifiers(ModifierEnum...) - Method in class net.sf.esfinge.classmock.imp.FieldImp
 
modifiers() - Method in class net.sf.esfinge.classmock.imp.FieldImp
 
modifiers(ModifierEnum...) - Method in class net.sf.esfinge.classmock.imp.MethodImp
 
modifiers() - Method in class net.sf.esfinge.classmock.imp.MethodImp
 

N

name() - Method in interface net.sf.esfinge.classmock.api.IClassReader
Inform the defined name.
name(String) - Method in interface net.sf.esfinge.classmock.api.IClassWriter
Define the name of your entity, you can also inform the package as a prefix.
name() - Method in interface net.sf.esfinge.classmock.api.IFieldReader
Inform the name of your field.
name(String) - Method in interface net.sf.esfinge.classmock.api.IFieldWriter
Define the name of your field.
name() - Method in interface net.sf.esfinge.classmock.api.IMethodReader
Inform the name of your method.
name(String) - Method in interface net.sf.esfinge.classmock.api.IMethodWriter
Define the name of your method.
name(String) - Method in class net.sf.esfinge.classmock.ClassMock
 
name() - Method in class net.sf.esfinge.classmock.ClassMock
 
name(String) - Method in class net.sf.esfinge.classmock.imp.FieldImp
 
name() - Method in class net.sf.esfinge.classmock.imp.FieldImp
 
name(String) - Method in class net.sf.esfinge.classmock.imp.MethodImp
 
name() - Method in class net.sf.esfinge.classmock.imp.MethodImp
 
net.sf.esfinge.classmock - package net.sf.esfinge.classmock
 
net.sf.esfinge.classmock.api - package net.sf.esfinge.classmock.api
 
net.sf.esfinge.classmock.api.enums - package net.sf.esfinge.classmock.api.enums
 
net.sf.esfinge.classmock.imp - package net.sf.esfinge.classmock.imp
 
net.sf.esfinge.classmock.parse - package net.sf.esfinge.classmock.parse
 
newInstance(IClassWriter) - Static method in class net.sf.esfinge.classmock.ClassMockUtils
Creates a new instance from class generated by IClassWriter

O

of(String) - Static method in class net.sf.esfinge.classmock.ClassMock
Define a name for your Entity.

P

parameter(String) - Method in interface net.sf.esfinge.classmock.api.IMethodWriter
Define the parameter that you want in your method.
parameter(String, Class<?>) - Method in interface net.sf.esfinge.classmock.api.IMethodWriter
Define the parameter that you want in your method.
parameter(String) - Method in class net.sf.esfinge.classmock.imp.MethodImp
 
parameter(String, Class<?>) - Method in class net.sf.esfinge.classmock.imp.MethodImp
 
parameters() - Method in interface net.sf.esfinge.classmock.api.IMethodReader
Inform the parameters that you want in your method.
parameters() - Method in class net.sf.esfinge.classmock.imp.MethodImp
 
parse() - Method in class net.sf.esfinge.classmock.parse.ParseASM
Mount the class and generate it definition in byte array.
parse(String) - Method in class net.sf.esfinge.classmock.parse.ParseFieldSignature
 
parse(String) - Method in class net.sf.esfinge.classmock.parse.ParseMethodSignature
 
ParseASM - Class in net.sf.esfinge.classmock.parse
Class responsible for parse all class definition to ASM format.
ParseASM(IClassReader) - Constructor for class net.sf.esfinge.classmock.parse.ParseASM
Constructor to parse
ParseFieldSignature - Class in net.sf.esfinge.classmock.parse
 
ParseMethodSignature - Class in net.sf.esfinge.classmock.parse
 
properties() - Method in interface net.sf.esfinge.classmock.api.IAnnotationPropertyReader
List all properties and values that are in an annotation.
properties() - Method in class net.sf.esfinge.classmock.imp.AnnotationImp
 
property(Object) - Method in interface net.sf.esfinge.classmock.api.IAnnotationPropertyWriter
Define the value to the property named as "value".
property(String, Object) - Method in interface net.sf.esfinge.classmock.api.IAnnotationPropertyWriter
Define the value to the respective property
property(Object) - Method in class net.sf.esfinge.classmock.imp.AnnotationImp
 
property(String, Object) - Method in class net.sf.esfinge.classmock.imp.AnnotationImp
 

R

returnType() - Method in interface net.sf.esfinge.classmock.api.IMethodReader
Inform the class type returned of your method.
returnType(Class<?>) - Method in interface net.sf.esfinge.classmock.api.IMethodWriter
Define the class type returned of your method.
returnType(Class<?>) - Method in class net.sf.esfinge.classmock.imp.MethodImp
 
returnType() - Method in class net.sf.esfinge.classmock.imp.MethodImp
 
returnTypeAsSelfType() - Method in interface net.sf.esfinge.classmock.api.IMethodWriter
The default type is the same type of the generated entity.
returnTypeAsSelfType() - Method in class net.sf.esfinge.classmock.imp.MethodImp
 
returnTypeAsVoid() - Method in interface net.sf.esfinge.classmock.api.IMethodWriter
Define the class type name of your method as void.
returnTypeAsVoid() - Method in class net.sf.esfinge.classmock.imp.MethodImp
 

S

Self - Interface in net.sf.esfinge.classmock.api
 
set(Object, String, Object) - Static method in class net.sf.esfinge.classmock.ClassMockUtils
Define a value for a property inside a bean.
setAnd(IAnnotationWriter) - Method in interface net.sf.esfinge.classmock.api.IAnnotationPropertyReader
Inform the element that will receive more annotation fluently.
setAnd(IAnnotationWriter) - Method in class net.sf.esfinge.classmock.imp.AnnotationImp
 
superclass() - Method in interface net.sf.esfinge.classmock.api.IClassReader
Inform the super class that your generated entity will extends.
superclass(Class<?>) - Method in interface net.sf.esfinge.classmock.api.IClassWriter
Define a super class that your generated entity will extends.
superclass() - Method in interface net.sf.esfinge.classmock.api.ISuperClassReader
Inform the super class that your generated class will extends.
superclass(Class<?>) - Method in interface net.sf.esfinge.classmock.api.ISuperClassWriter
Define a super class that your generated class will extends.
superclass(Class<?>) - Method in class net.sf.esfinge.classmock.ClassMock
 
superclass() - Method in class net.sf.esfinge.classmock.ClassMock
 
superclass(Class<?>) - Method in class net.sf.esfinge.classmock.imp.SuperClassImp
 
superclass() - Method in class net.sf.esfinge.classmock.imp.SuperClassImp
 
SuperClassImp - Class in net.sf.esfinge.classmock.imp
Class responsible for implement all definitions of a super class.
SuperClassImp(Class<?>) - Constructor for class net.sf.esfinge.classmock.imp.SuperClassImp
Constructor to receive the super class.

T

toString() - Method in class net.sf.esfinge.classmock.ClassMock
 
toString() - Method in class net.sf.esfinge.classmock.imp.AnnotationImp
 
toString() - Method in class net.sf.esfinge.classmock.imp.FieldImp
 
toString() - Method in class net.sf.esfinge.classmock.imp.MethodImp
 
type() - Method in interface net.sf.esfinge.classmock.api.IFieldReader
Inform the class type of your field.
type(Class<?>) - Method in interface net.sf.esfinge.classmock.api.IFieldWriter
Define the class type of your field.
type(Class<?>) - Method in class net.sf.esfinge.classmock.imp.FieldImp
 
type() - Method in class net.sf.esfinge.classmock.imp.FieldImp
 

V

value() - Method in interface net.sf.esfinge.classmock.api.IFieldReader
Define the field's initial value.
value(Object) - Method in interface net.sf.esfinge.classmock.api.IFieldWriter
Define the field's initial value.
value() - Method in interface net.sf.esfinge.classmock.api.IMethodReader
Inform the default value to your method.
value(Object) - Method in interface net.sf.esfinge.classmock.api.IMethodWriter
Define the default value that you want in your method.
value(Object) - Method in class net.sf.esfinge.classmock.imp.FieldImp
 
value() - Method in class net.sf.esfinge.classmock.imp.FieldImp
 
value(Object) - Method in class net.sf.esfinge.classmock.imp.MethodImp
 
value() - Method in class net.sf.esfinge.classmock.imp.MethodImp
 
valueOf(String) - Static method in enum net.sf.esfinge.classmock.api.enums.JavaEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.esfinge.classmock.api.enums.LocationEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.esfinge.classmock.api.enums.ModifierEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.esfinge.classmock.api.enums.VisibilityEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.sf.esfinge.classmock.api.enums.JavaEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.esfinge.classmock.api.enums.LocationEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.esfinge.classmock.api.enums.ModifierEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.esfinge.classmock.api.enums.VisibilityEnum
Returns an array containing the constants of this enum type, in the order they are declared.
version() - Method in interface net.sf.esfinge.classmock.api.IClassReader
Inform the version of JRE that your entity will be compiled.
version(JavaEnum) - Method in interface net.sf.esfinge.classmock.api.IClassWriter
Define the version of JRE that your entity will be compiled.
version(JavaEnum) - Method in class net.sf.esfinge.classmock.ClassMock
 
version() - Method in class net.sf.esfinge.classmock.ClassMock
 
visibility() - Method in interface net.sf.esfinge.classmock.api.IClassReader
Inform the visibility of your entity.
visibility(VisibilityEnum) - Method in interface net.sf.esfinge.classmock.api.IClassWriter
Define the visibility of your entity.
visibility() - Method in interface net.sf.esfinge.classmock.api.IFieldReader
Inform the visibility of your field.
visibility(VisibilityEnum) - Method in interface net.sf.esfinge.classmock.api.IFieldWriter
Define the visibility for your field.
visibility() - Method in interface net.sf.esfinge.classmock.api.IMethodReader
Inform the visibility of your method.
visibility(VisibilityEnum) - Method in interface net.sf.esfinge.classmock.api.IMethodWriter
Define the visibility for your method.
visibility(VisibilityEnum) - Method in class net.sf.esfinge.classmock.ClassMock
 
visibility() - Method in class net.sf.esfinge.classmock.ClassMock
 
visibility(VisibilityEnum) - Method in class net.sf.esfinge.classmock.imp.FieldImp
 
visibility() - Method in class net.sf.esfinge.classmock.imp.FieldImp
 
visibility(VisibilityEnum) - Method in class net.sf.esfinge.classmock.imp.MethodImp
 
visibility() - Method in class net.sf.esfinge.classmock.imp.MethodImp
 
VisibilityEnum - Enum in net.sf.esfinge.classmock.api.enums
Class responsible to inform the access level for classes, fields and methods.
A B C D E F G H I J L M N O P R S T V 
Skip navigation links

Copyright © 2018 Esfinge Framework. All rights reserved.