public class TypeDescriptor extends Object
Constructor and Description |
---|
TypeDescriptor(BytecodeParser parser,
String descriptor) |
Modifier and Type | Method and Description |
---|---|
String |
arrayTypeList(String s,
ArrayTypeAccess typeAccess) |
boolean |
isBoolean() |
List |
parameterList() |
List |
parameterListSkipFirst() |
Access |
type() |
Access |
type(String s) |
String |
typeList(String s,
List l) |
public TypeDescriptor(BytecodeParser parser, String descriptor)
Copyright © 2021 Soot OSS. All rights reserved.