| Modifier and Type | Method and Description |
|---|---|
static UnaryFunction<BytecodeMeta,Boolean> |
BytecodeMeta.checkParam(PermittedOptionProvider.Argument<Boolean> param) |
static UnaryFunction<BytecodeMeta,Boolean> |
BytecodeMeta.hasAnyFlag(BytecodeMeta.CodeInfoFlag... flag) |
| Modifier and Type | Class and Description |
|---|---|
static class |
Misc.GetBackJump |
| Constructor and Description |
|---|
SSAIdentifierFactory(UnaryFunction<KEYTYPE,CMPTYPE> typeComparisonFunction) |
| Modifier and Type | Method and Description |
|---|---|
FakeMethod |
FakeMethods.add(Object key,
String nameHint,
UnaryFunction<String,FakeMethod> methodFactory) |
FakeMethod |
ClassFile.addFakeMethod(Object key,
String nameHint,
UnaryFunction<String,FakeMethod> methodFactory) |
| Modifier and Type | Method and Description |
|---|---|
static UnaryFunction<ByteData,ExceptionTableEntry> |
ExceptionTableEntry.getBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static UnaryFunction<ByteData,Attribute> |
AttributeFactory.getBuilder(ConstantPool cp,
ClassFileVersion classFileVersion) |
| Modifier and Type | Method and Description |
|---|---|
static <X extends KnowsRawSize> |
ContiguousEntityFactory.build(ByteData raw,
int count,
List<X> tgt,
UnaryFunction<ByteData,X> func) |
static <X> long |
ContiguousEntityFactory.buildSized(ByteData raw,
int count,
int itemLength,
List<X> tgt,
UnaryFunction<ByteData,X> func) |
| Modifier and Type | Method and Description |
|---|---|
UnaryFunction<JavaTypeInstance,JavaTypeInstance> |
Mapping.getter() |
UnaryFunction<JavaTypeInstance,JavaTypeInstance> |
NullMapping.getter() |
| Modifier and Type | Method and Description |
|---|---|
UnaryFunction<JavaTypeInstance,JavaTypeInstance> |
ObfuscationTypeMap.getter() |
| Modifier and Type | Method and Description |
|---|---|
static <Y,X> List<Y> |
Functional.groupBy(List<X> input,
Comparator<? super X> comparator,
UnaryFunction<List<X>,Y> gf) |
static <Y,X> Map<Y,List<X>> |
Functional.groupToMapBy(Collection<X> input,
Map<Y,List<X>> tgt,
UnaryFunction<X,Y> mapF) |
static <Y,X> Map<Y,List<X>> |
Functional.groupToMapBy(Collection<X> input,
UnaryFunction<X,Y> mapF) |
static <X,Y> List<Y> |
Functional.map(Collection<X> input,
UnaryFunction<X,Y> function) |
static <X,Y> Map<X,Y> |
MapFactory.newExceptionRetainingLazyMap(UnaryFunction<X,Y> factory) |
static <X,Y> Map<X,Y> |
MapFactory.newIdentityLazyMap(UnaryFunction<X,Y> factory) |
static <X,Y> Map<X,Y> |
MapFactory.newLazyMap(Map<X,Y> base,
UnaryFunction<X,Y> factory) |
static <X,Y> LazyMap<X,Y> |
MapFactory.newLazyMap(UnaryFunction<X,Y> factory) |
static <X,Y> Map<X,Y> |
MapFactory.newLinkedLazyMap(UnaryFunction<X,Y> factory) |
| Constructor and Description |
|---|
LazyMap(Map<X,Y> inner,
UnaryFunction<X,Y> factory) |
Copyright © 2011-2021. All Rights Reserved.