- CascadingFieldTypeProvider - Class in org.cadixdev.lorenz.model.jar
-
An implementation of
FieldTypeProvider
that is backed by
many - allowing multiples sources to be used.
- CascadingFieldTypeProvider() - Constructor for class org.cadixdev.lorenz.model.jar.CascadingFieldTypeProvider
-
- ClassMapping<M extends ClassMapping,P> - Interface in org.cadixdev.lorenz.model
-
Represents a de-obfuscation mapping for classes.
- close() - Method in class org.cadixdev.lorenz.io.BinaryMappingsReader
-
- close() - Method in class org.cadixdev.lorenz.io.BinaryMappingsWriter
-
- close() - Method in class org.cadixdev.lorenz.io.TextMappingsReader
-
- close() - Method in class org.cadixdev.lorenz.io.TextMappingsWriter
-
- complete(InheritanceProvider, InheritanceProvider.ClassInfo) - Method in class org.cadixdev.lorenz.impl.model.AbstractClassMappingImpl
-
- computeClassMapping(String) - Method in interface org.cadixdev.lorenz.MappingSet
-
Attempts to locate a class mapping for the given obfuscated name.
- computeFieldMapping(FieldSignature) - Method in class org.cadixdev.lorenz.impl.model.AbstractClassMappingImpl
-
- computeFieldMapping(FieldSignature) - Method in interface org.cadixdev.lorenz.model.ClassMapping
-
Attempts to locate a field mapping for the given obfuscated field
signature.
- copy() - Method in interface org.cadixdev.lorenz.MappingSet
-
Produces a new mapping set, which is a clone copy of the original.
- copy(ClassMapping) - Method in interface org.cadixdev.lorenz.model.FieldMapping
-
- copy(ClassMapping) - Method in interface org.cadixdev.lorenz.model.InnerClassMapping
-
- copy(P) - Method in interface org.cadixdev.lorenz.model.Mapping
-
Clones this mapping, to a given parent.
- copy(ClassMapping) - Method in interface org.cadixdev.lorenz.model.MethodMapping
-
- copy(MethodMapping) - Method in interface org.cadixdev.lorenz.model.MethodParameterMapping
-
- copy(MappingSet) - Method in interface org.cadixdev.lorenz.model.TopLevelClassMapping
-
- create() - Static method in interface org.cadixdev.lorenz.MappingSet
-
Creates a mapping set, using the default Lorenz model implementation.
- create(MappingSetModelFactory) - Static method in interface org.cadixdev.lorenz.MappingSet
-
Creates a mapping set, using the given model factory.
- createFieldMapping(ClassMapping, FieldSignature, String) - Method in class org.cadixdev.lorenz.impl.MappingSetModelFactoryImpl
-
- createFieldMapping(FieldSignature, String) - Method in class org.cadixdev.lorenz.impl.model.AbstractClassMappingImpl
-
- createFieldMapping(ClassMapping, FieldSignature, String) - Method in interface org.cadixdev.lorenz.MappingSetModelFactory
-
- createFieldMapping(FieldSignature, String) - Method in interface org.cadixdev.lorenz.model.ClassMapping
-
Creates a new field mapping, attached to this class mapping, using
the given signature and de-obfuscated name.
- createFieldMapping(String, String) - Method in interface org.cadixdev.lorenz.model.ClassMapping
-
Creates a new field mapping, attached to this class mapping, using
the given obfuscated and de-obfuscated name.
- createFieldMapping(FieldSignature) - Method in interface org.cadixdev.lorenz.model.ClassMapping
-
Creates a new field mapping, attached to this class mapping, using
the given obfuscated name.
- createFieldMapping(String) - Method in interface org.cadixdev.lorenz.model.ClassMapping
-
Creates a new field mapping, attached to this class mapping, using
the given obfuscated name.
- createInnerClassMapping(ClassMapping, String, String) - Method in class org.cadixdev.lorenz.impl.MappingSetModelFactoryImpl
-
- createInnerClassMapping(String, String) - Method in class org.cadixdev.lorenz.impl.model.AbstractClassMappingImpl
-
- createInnerClassMapping(ClassMapping, String, String) - Method in interface org.cadixdev.lorenz.MappingSetModelFactory
-
- createInnerClassMapping(String, String) - Method in interface org.cadixdev.lorenz.model.ClassMapping
-
Creates a new inner class mapping, attached to this class mapping, using
the given obfuscated and de-obfuscated class name.
- createInnerClassMapping(String) - Method in interface org.cadixdev.lorenz.model.ClassMapping
-
Creates a new inner class mapping, attached to this class mapping, using
the given obfuscated class name.
- createMethodMapping(ClassMapping, MethodSignature, String) - Method in class org.cadixdev.lorenz.impl.MappingSetModelFactoryImpl
-
- createMethodMapping(MethodSignature, String) - Method in class org.cadixdev.lorenz.impl.model.AbstractClassMappingImpl
-
- createMethodMapping(ClassMapping, MethodSignature, String) - Method in interface org.cadixdev.lorenz.MappingSetModelFactory
-
- createMethodMapping(MethodSignature, String) - Method in interface org.cadixdev.lorenz.model.ClassMapping
-
Creates a new method mapping, attached to this class mapping, using
the given method signature and de-obfuscated name.
- createMethodMapping(MethodSignature) - Method in interface org.cadixdev.lorenz.model.ClassMapping
-
Creates a new method mapping, attached to this class mapping, using
the given method signature.
- createMethodMapping(String, String) - Method in interface org.cadixdev.lorenz.model.ClassMapping
-
Creates a new method mapping, attached to this class mapping, using
the given obfuscated method name and descriptor.
- createMethodParameterMapping(MethodMapping, int, String) - Method in class org.cadixdev.lorenz.impl.MappingSetModelFactoryImpl
-
- createMethodParameterMapping(MethodMapping, int, String) - Method in interface org.cadixdev.lorenz.MappingSetModelFactory
-
- createParameterMapping(int, String) - Method in class org.cadixdev.lorenz.impl.model.MethodMappingImpl
-
- createParameterMapping(int, String) - Method in interface org.cadixdev.lorenz.model.MethodMapping
-
- createReader(InputStream) - Method in interface org.cadixdev.lorenz.io.MappingFormat
-
- createReader(Path) - Method in interface org.cadixdev.lorenz.io.MappingFormat
-
- createReader(Reader) - Method in class org.cadixdev.lorenz.io.srg.csrg.CSrgMappingFormat
-
- createReader(Reader) - Method in class org.cadixdev.lorenz.io.srg.SrgMappingFormat
-
- createReader(Reader) - Method in class org.cadixdev.lorenz.io.srg.tsrg.TSrgMappingFormat
-
- createReader(Reader) - Method in interface org.cadixdev.lorenz.io.TextMappingFormat
-
- createReader(InputStream) - Method in interface org.cadixdev.lorenz.io.TextMappingFormat
-
- createReader(Path) - Method in interface org.cadixdev.lorenz.io.TextMappingFormat
-
- createTopLevelClassMapping(String, String) - Method in class org.cadixdev.lorenz.impl.MappingSetImpl
-
- createTopLevelClassMapping(MappingSet, String, String) - Method in class org.cadixdev.lorenz.impl.MappingSetModelFactoryImpl
-
- createTopLevelClassMapping(String, String) - Method in interface org.cadixdev.lorenz.MappingSet
-
Creates a top-level class mapping with the given obfuscated and de-obfuscated
names.
- createTopLevelClassMapping(MappingSet, String, String) - Method in interface org.cadixdev.lorenz.MappingSetModelFactory
-
- createWriter(OutputStream) - Method in interface org.cadixdev.lorenz.io.MappingFormat
-
- createWriter(Path) - Method in interface org.cadixdev.lorenz.io.MappingFormat
-
- createWriter(Writer) - Method in class org.cadixdev.lorenz.io.srg.csrg.CSrgMappingFormat
-
- createWriter(Writer) - Method in class org.cadixdev.lorenz.io.srg.SrgMappingFormat
-
- createWriter(Writer) - Method in class org.cadixdev.lorenz.io.srg.tsrg.TSrgMappingFormat
-
- createWriter(Writer) - Method in interface org.cadixdev.lorenz.io.TextMappingFormat
-
- createWriter(OutputStream) - Method in interface org.cadixdev.lorenz.io.TextMappingFormat
-
- createWriter(Path) - Method in interface org.cadixdev.lorenz.io.TextMappingFormat
-
- CSRG - Static variable in class org.cadixdev.lorenz.io.MappingFormats
-
The CSRG (compact SRG) mapping format.
- CSrgMappingFormat - Class in org.cadixdev.lorenz.io.srg.csrg
-
The CSRG mapping format.
- CSrgMappingFormat() - Constructor for class org.cadixdev.lorenz.io.srg.csrg.CSrgMappingFormat
-
- CSrgReader - Class in org.cadixdev.lorenz.io.srg.csrg
-
- CSrgReader(Reader) - Constructor for class org.cadixdev.lorenz.io.srg.csrg.CSrgReader
-
Creates a new CSRG mappings reader, for the given
Reader
.
- CSrgReader.Processor - Class in org.cadixdev.lorenz.io.srg.csrg
-
The mappings processor for the CSRG format.
- CSrgWriter - Class in org.cadixdev.lorenz.io.srg.csrg
-
- CSrgWriter(Writer) - Constructor for class org.cadixdev.lorenz.io.srg.csrg.CSrgWriter
-
Creates a new CSRG mappings writer, from the given
Writer
.
- getClassMapping(String) - Method in interface org.cadixdev.lorenz.MappingSet
-
Gets the class mapping of the given obfuscated name.
- getDeobfuscatedDescriptor() - Method in interface org.cadixdev.lorenz.model.MethodMapping
-
Gets the de-obfuscated descriptor of the method.
- getDeobfuscatedName() - Method in class org.cadixdev.lorenz.impl.model.AbstractMappingImpl
-
- getDeobfuscatedName() - Method in interface org.cadixdev.lorenz.model.Mapping
-
Gets the de-obfuscated name of the member being represented.
- getDeobfuscatedPackage() - Method in interface org.cadixdev.lorenz.model.ClassMapping
-
Gets the de-obfuscated package name of this class mapping.
- getDeobfuscatedPackage() - Method in interface org.cadixdev.lorenz.model.InnerClassMapping
-
- getDeobfuscatedPackage() - Method in interface org.cadixdev.lorenz.model.TopLevelClassMapping
-
- getDeobfuscatedSignature() - Method in interface org.cadixdev.lorenz.model.FieldMapping
-
Gets the de-obfuscated signature of this field mapping.
- getDeobfuscatedSignature() - Method in interface org.cadixdev.lorenz.model.MethodMapping
-
Gets the de-obfuscated signature of this method mapping.
- getDescriptor() - Method in interface org.cadixdev.lorenz.model.MethodMapping
-
Gets the MethodDescriptor
of the method.
- getFieldMapping(FieldSignature) - Method in class org.cadixdev.lorenz.impl.model.AbstractClassMappingImpl
-
- getFieldMapping(String) - Method in class org.cadixdev.lorenz.impl.model.AbstractClassMappingImpl
-
- getFieldMapping(FieldSignature) - Method in interface org.cadixdev.lorenz.model.ClassMapping
-
Gets the field mapping of the given signature of the
class mapping, should it exist.
- getFieldMapping(String) - Method in interface org.cadixdev.lorenz.model.ClassMapping
-
Gets a field mapping of the given obfuscated name of the
class mapping, should it exist.
- getFieldMappings() - Method in class org.cadixdev.lorenz.impl.model.AbstractClassMappingImpl
-
- getFieldMappings() - Method in interface org.cadixdev.lorenz.model.ClassMapping
-
Gets an immutable collection of all of the field mappings
of the class mapping.
- getFieldsByName() - Method in class org.cadixdev.lorenz.impl.model.AbstractClassMappingImpl
-
- getFieldsByName() - Method in interface org.cadixdev.lorenz.model.ClassMapping
-
Gets an immutable map of all of the field mappings
of the class mapping, by the field name.
- getFieldTypeProvider() - Method in class org.cadixdev.lorenz.impl.MappingSetImpl
-
- getFieldTypeProvider() - Method in interface org.cadixdev.lorenz.MappingSet
-
Gets the field type provider in use for this set of mappings.
- getFullDeobfuscatedName() - Method in class org.cadixdev.lorenz.impl.model.MethodParameterMappingImpl
-
- getFullDeobfuscatedName() - Method in interface org.cadixdev.lorenz.model.FieldMapping
-
- getFullDeobfuscatedName() - Method in interface org.cadixdev.lorenz.model.InnerClassMapping
-
- getFullDeobfuscatedName() - Method in interface org.cadixdev.lorenz.model.Mapping
-
Gets the fully-qualified de-obfuscated name of the member.
- getFullDeobfuscatedName() - Method in interface org.cadixdev.lorenz.model.MethodMapping
-
- getFullDeobfuscatedName() - Method in interface org.cadixdev.lorenz.model.TopLevelClassMapping
-
- getFullObfuscatedName() - Method in class org.cadixdev.lorenz.impl.model.MethodParameterMappingImpl
-
- getFullObfuscatedName() - Method in interface org.cadixdev.lorenz.model.FieldMapping
-
- getFullObfuscatedName() - Method in interface org.cadixdev.lorenz.model.InnerClassMapping
-
- getFullObfuscatedName() - Method in interface org.cadixdev.lorenz.model.Mapping
-
Gets the fully-qualified obfuscated name of the member.
- getFullObfuscatedName() - Method in interface org.cadixdev.lorenz.model.MethodMapping
-
- getFullObfuscatedName() - Method in interface org.cadixdev.lorenz.model.TopLevelClassMapping
-
- getIndex() - Method in class org.cadixdev.lorenz.impl.model.MethodParameterMappingImpl
-
- getIndex() - Method in interface org.cadixdev.lorenz.model.MethodParameterMapping
-
Gets the index of the method parameter being mapped.
- getInnerClassMapping(String) - Method in class org.cadixdev.lorenz.impl.model.AbstractClassMappingImpl
-
- getInnerClassMapping(String) - Method in interface org.cadixdev.lorenz.model.ClassMapping
-
Gets the inner class mapping of the given obfuscated name of the
class mapping, should it exist.
- getInnerClassMappings() - Method in class org.cadixdev.lorenz.impl.model.AbstractClassMappingImpl
-
- getInnerClassMappings() - Method in interface org.cadixdev.lorenz.model.ClassMapping
-
Gets an immutable collection of all of the inner class
mappings of the class mapping.
- getMappings() - Method in class org.cadixdev.lorenz.impl.model.AbstractMappingImpl
-
- getMappings() - Method in interface org.cadixdev.lorenz.model.Mapping
-
- getMethodMapping(MethodSignature) - Method in class org.cadixdev.lorenz.impl.model.AbstractClassMappingImpl
-
- getMethodMapping(MethodSignature) - Method in interface org.cadixdev.lorenz.model.ClassMapping
-
Gets the method mapping of the given method signature of the
class mapping, should it exist.
- getMethodMapping(String, String) - Method in interface org.cadixdev.lorenz.model.ClassMapping
-
Gets the method mapping of the given method signature of the
class mapping, should it exist.
- getMethodMappings() - Method in class org.cadixdev.lorenz.impl.model.AbstractClassMappingImpl
-
- getMethodMappings() - Method in interface org.cadixdev.lorenz.model.ClassMapping
-
Gets an immutable collection of all of the method mappings
of the class mapping.
- getModelFactory() - Method in class org.cadixdev.lorenz.impl.MappingSetImpl
-
- getModelFactory() - Method in interface org.cadixdev.lorenz.MappingSet
-
Gets the underlying model factory, that is used to construct
the implementation classes for all the models.
- getObfuscatedDescriptor() - Method in interface org.cadixdev.lorenz.model.MethodMapping
-
Gets the obfuscated descriptor of the method.
- getObfuscatedName() - Method in class org.cadixdev.lorenz.impl.model.AbstractMappingImpl
-
- getObfuscatedName() - Method in interface org.cadixdev.lorenz.model.FieldMapping
-
- getObfuscatedName() - Method in interface org.cadixdev.lorenz.model.Mapping
-
Gets the obfuscated name of the member being represented.
- getObfuscatedName() - Method in interface org.cadixdev.lorenz.model.MethodParameterMapping
-
- getObfuscatedPackage() - Method in interface org.cadixdev.lorenz.model.ClassMapping
-
Gets the obfuscated package name of this class mapping.
- getObfuscatedPackage() - Method in interface org.cadixdev.lorenz.model.InnerClassMapping
-
- getObfuscatedPackage() - Method in interface org.cadixdev.lorenz.model.TopLevelClassMapping
-
- getOrCreateClassMapping(String) - Method in interface org.cadixdev.lorenz.MappingSet
-
Gets, or creates should it not exist, a class mapping, of the given
obfuscated name.
- getOrCreateFieldMapping(FieldSignature) - Method in interface org.cadixdev.lorenz.model.ClassMapping
-
Gets, or creates should it not exist, a field mapping of the
given signature.
- getOrCreateFieldMapping(String) - Method in interface org.cadixdev.lorenz.model.ClassMapping
-
Gets, or creates should it not exist, a field mapping of the
given obfuscated name.
- getOrCreateFieldMapping(String, String) - Method in interface org.cadixdev.lorenz.model.ClassMapping
-
Gets, or creates should it not exist, a field mapping of the
given signature.
- getOrCreateInnerClassMapping(String) - Method in interface org.cadixdev.lorenz.model.ClassMapping
-
Gets, or creates should it not exist, a inner class mapping of the
given obfuscated name.
- getOrCreateMethodMapping(MethodSignature) - Method in interface org.cadixdev.lorenz.model.ClassMapping
-
Gets, or creates should it not exist, a method mapping of the
given obfuscated signature.
- getOrCreateMethodMapping(String, String) - Method in interface org.cadixdev.lorenz.model.ClassMapping
-
Gets, or creates should it not exist, a method mapping of the
given obfuscated name, and descriptor.
- getOrCreateParameterMapping(int) - Method in interface org.cadixdev.lorenz.model.MethodMapping
-
Gets, or creates should it not exist, a parameter mapping of the
given integer index.
- getOrCreateTopLevelClassMapping(String) - Method in interface org.cadixdev.lorenz.MappingSet
-
Gets, or creates should it not exist, a top-level class mapping of the
given obfuscated name.
- getParameterMapping(int) - Method in class org.cadixdev.lorenz.impl.model.MethodMappingImpl
-
- getParameterMapping(int) - Method in interface org.cadixdev.lorenz.model.MethodMapping
-
- getParameterMappings() - Method in class org.cadixdev.lorenz.impl.model.MethodMappingImpl
-
- getParameterMappings() - Method in interface org.cadixdev.lorenz.model.MethodMapping
-
- getParent() - Method in class org.cadixdev.lorenz.impl.model.AbstractMemberMappingImpl
-
- getParent() - Method in class org.cadixdev.lorenz.impl.model.InnerClassMappingImpl
-
- getParent() - Method in interface org.cadixdev.lorenz.model.MemberMapping
-
Gets the parent
Mapping
of this member mapping.
- getSignature() - Method in class org.cadixdev.lorenz.impl.model.FieldMappingImpl
-
- getSignature() - Method in class org.cadixdev.lorenz.impl.model.MethodMappingImpl
-
- getSignature() - Method in interface org.cadixdev.lorenz.model.FieldMapping
-
Gets the signature of this field mapping.
- getSignature() - Method in interface org.cadixdev.lorenz.model.MethodMapping
-
Gets the signature of this method mapping.
- getSimpleDeobfuscatedName() - Method in class org.cadixdev.lorenz.impl.model.InnerClassMappingImpl
-
- getSimpleDeobfuscatedName() - Method in interface org.cadixdev.lorenz.model.ClassMapping
-
Gets the unqualified ("simple") de-obfuscated name of the member.
- getSimpleDeobfuscatedName() - Method in interface org.cadixdev.lorenz.model.InnerClassMapping
-
Gets the unqualified ("simple") de-obfuscated name of the member.
- getSimpleDeobfuscatedName() - Method in interface org.cadixdev.lorenz.model.Mapping
-
Gets the unqualified ("simple") de-obfuscated name of the member.
- getSimpleDeobfuscatedName() - Method in interface org.cadixdev.lorenz.model.TopLevelClassMapping
-
- getSimpleObfuscatedName() - Method in class org.cadixdev.lorenz.impl.model.InnerClassMappingImpl
-
- getSimpleObfuscatedName() - Method in interface org.cadixdev.lorenz.model.ClassMapping
-
Gets the unqualified ("simple") obfuscated name of the member.
- getSimpleObfuscatedName() - Method in interface org.cadixdev.lorenz.model.InnerClassMapping
-
Gets the unqualified ("simple") obfuscated name of the member.
- getSimpleObfuscatedName() - Method in interface org.cadixdev.lorenz.model.Mapping
-
Gets the unqualified ("simple") obfuscated name of the member.
- getSimpleObfuscatedName() - Method in interface org.cadixdev.lorenz.model.TopLevelClassMapping
-
- getStandardFileExtension() - Method in interface org.cadixdev.lorenz.io.MappingFormat
-
Gets the typically used file extension for the format, if available.
- getStandardFileExtension() - Method in class org.cadixdev.lorenz.io.srg.csrg.CSrgMappingFormat
-
- getStandardFileExtension() - Method in class org.cadixdev.lorenz.io.srg.SrgMappingFormat
-
- getStandardFileExtension() - Method in class org.cadixdev.lorenz.io.srg.tsrg.TSrgMappingFormat
-
- getTopLevelClassMapping(String) - Method in class org.cadixdev.lorenz.impl.MappingSetImpl
-
- getTopLevelClassMapping(String) - Method in interface org.cadixdev.lorenz.MappingSet
-
Gets the top-level class mapping of the given obfuscated name of the
class mapping, should it exist.
- getTopLevelClassMappings() - Method in class org.cadixdev.lorenz.impl.MappingSetImpl
-
- getTopLevelClassMappings() - Method in interface org.cadixdev.lorenz.MappingSet
-
Gets an immutable collection of all of the top-level class
mappings of the mapping set.
- getType() - Method in interface org.cadixdev.lorenz.model.FieldMapping
-
Gets the FieldType
of the field, if at all available.
- Mapping<M extends Mapping,P> - Interface in org.cadixdev.lorenz.model
-
Represents a de-obfuscation mapping for mappable constructs of the Java
class format - e.g.
- MappingFormat - Interface in org.cadixdev.lorenz.io
-
A representation of a de-obfuscation mapping format.
- MappingFormats - Class in org.cadixdev.lorenz.io
-
A psuedo-enum of the mapping formats implemented within Lorenz.
- mappings - Variable in class org.cadixdev.lorenz.io.TextMappingsReader.Processor
-
- MappingSet - Interface in org.cadixdev.lorenz
-
- MappingSetImpl - Class in org.cadixdev.lorenz.impl
-
- MappingSetImpl() - Constructor for class org.cadixdev.lorenz.impl.MappingSetImpl
-
- MappingSetImpl(MappingSetModelFactory) - Constructor for class org.cadixdev.lorenz.impl.MappingSetImpl
-
- MappingSetModelFactory - Interface in org.cadixdev.lorenz
-
A factory intended to facilitate the creating of the many models in Lorenz.
- MappingSetModelFactoryImpl - Class in org.cadixdev.lorenz.impl
-
- MappingSetModelFactoryImpl() - Constructor for class org.cadixdev.lorenz.impl.MappingSetModelFactoryImpl
-
- MappingsReader - Class in org.cadixdev.lorenz.io
-
Represents a reader that reads de-obfuscation mappings.
- MappingsReader() - Constructor for class org.cadixdev.lorenz.io.MappingsReader
-
- MappingsWriter - Class in org.cadixdev.lorenz.io
-
Represents a writer, that is capable of writing de-obfuscation
mappings.
- MappingsWriter() - Constructor for class org.cadixdev.lorenz.io.MappingsWriter
-
- MemberMapping<M extends MemberMapping,P extends Mapping> - Interface in org.cadixdev.lorenz.model
-
- merge(MappingSet) - Method in interface org.cadixdev.lorenz.MappingSet
-
Produces a new mapping set, that is a merged copy with the provided
mappings.
- merge(MappingSet, MappingSet) - Method in interface org.cadixdev.lorenz.MappingSet
-
Produces a new mapping set, that is a merged copy with the provided
mappings.
- merge(FieldMapping, ClassMapping) - Method in interface org.cadixdev.lorenz.model.FieldMapping
-
- merge(InnerClassMapping, ClassMapping) - Method in interface org.cadixdev.lorenz.model.InnerClassMapping
-
- merge(M, P) - Method in interface org.cadixdev.lorenz.model.Mapping
-
Merges this mapping with another, to a given parent.
- merge(MethodMapping, ClassMapping) - Method in interface org.cadixdev.lorenz.model.MethodMapping
-
- merge(MethodParameterMapping, MethodMapping) - Method in interface org.cadixdev.lorenz.model.MethodParameterMapping
-
- merge(TopLevelClassMapping, MappingSet) - Method in interface org.cadixdev.lorenz.model.TopLevelClassMapping
-
- MethodMapping - Interface in org.cadixdev.lorenz.model
-
Represents a de-obfuscation mapping for methods.
- MethodMappingImpl - Class in org.cadixdev.lorenz.impl.model
-
- MethodMappingImpl(ClassMapping, MethodSignature, String) - Constructor for class org.cadixdev.lorenz.impl.model.MethodMappingImpl
-
Creates a new method mapping, from the given parameters.
- MethodParameterMapping - Interface in org.cadixdev.lorenz.model
-
Represents a de-obfuscation mapping for a method parameter,
identified by index.
- MethodParameterMappingImpl - Class in org.cadixdev.lorenz.impl.model
-
- MethodParameterMappingImpl(MethodMapping, int, String) - Constructor for class org.cadixdev.lorenz.impl.model.MethodParameterMappingImpl
-
Creates a new method parameter mapping, from the given parameters.