Package org. openrs2. deob. bytecode
Types
Link copied to clipboard
data class ArgPartition(val method: DisjointSet.Partition<MemberRef>, val index: Int)
Content copied to clipboard
Link copied to clipboard
@Singleton
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Qualifier
@Target(allowedTargets = [AnnotationTarget.FIELD, AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.FUNCTION ] )
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
class Profile( val excludedClasses: GlobClassFilter, val excludedMethods: GlobMemberFilter, val excludedFields: GlobMemberFilter, val entryPoints: GlobMemberFilter, val scrambledLibraries: Set<String>, val maxObfuscatedNameLen: Int)
Content copied to clipboard
Link copied to clipboard
class ProfileProvider @Inject constructor(mapper: ObjectMapper) : Provider<Profile>
Content copied to clipboard
Link copied to clipboard