public class Parsers extends Object
| Constructor and Description |
|---|
Parsers() |
| Modifier and Type | Method and Description |
|---|---|
static String |
createMethodSignatureRegex(Method method) |
static String |
createMethodSignatureRegex(String name,
List<Property> arguments) |
static List<ClassRef> |
parseImports(String content) |
static String |
parseMethodBody(String content,
Method method) |
static String |
parseMethodBody(String content,
Pattern pattern) |
static String |
parseMethodBody(String content,
String name,
List<Property> arguments) |
Copyright © 2023. All rights reserved.