| Package | Description |
|---|---|
| com.alibaba.testable.agent.tool | |
| com.alibaba.testable.agent.util |
| Modifier and Type | Method and Description |
|---|---|
static <L,R> ImmutablePair<L,R> |
ImmutablePair.of(L l,
R r) |
| Modifier and Type | Method and Description |
|---|---|
static ImmutablePair<Integer,Integer> |
BytecodeUtil.getLoadParameterByteCode(Byte type)
get load ops-code of specified type
|
static ImmutablePair<String,String> |
ClassUtil.getWrapperTypeConvertMethod(byte primaryType)
Get method name and descriptor to convert wrapper type to primary type
|
static ImmutablePair<String,String> |
MethodUtil.splitFirstAndRestParameters(String desc)
Split desc to "first parameter" and "desc of rest parameters"
|
Copyright © 2021. All rights reserved.