public class BytecodeSignatureParser extends Object
| Constructor and Description |
|---|
BytecodeSignatureParser(BytecodeReplacer aReplacer) |
| Modifier and Type | Method and Description |
|---|---|
BytecodeTypeRef |
toFieldType(BytecodeUtf8Constant aConstant) |
BytecodeMethodSignature |
toMethodSignature(BytecodeUtf8Constant aConstant) |
BytecodeMethodSignature |
toMethodSignature(Method aMethod) |
BytecodeTypeRef[] |
toTypes(String aTypeList) |
public BytecodeSignatureParser(BytecodeReplacer aReplacer)
public BytecodeTypeRef toFieldType(BytecodeUtf8Constant aConstant)
public BytecodeTypeRef[] toTypes(String aTypeList)
public BytecodeMethodSignature toMethodSignature(Method aMethod)
public BytecodeMethodSignature toMethodSignature(BytecodeUtf8Constant aConstant)
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.