public class SignatureParser extends Object
| Constructor and Description |
|---|
SignatureParser(String signature) |
SignatureParser(String signature,
Set<String> dependentClasses) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getDependentClasses() |
String |
getSignature() |
boolean |
isComplete() |
boolean |
parseClassSignature() |
boolean |
parseFieldSignature() |
boolean |
parseJavaTypeSignature() |
boolean |
parseMethodSignature() |
public SignatureParser(String signature)
public boolean parseClassSignature()
public boolean parseMethodSignature()
public boolean parseFieldSignature()
public boolean parseJavaTypeSignature()
public boolean isComplete()
public String getSignature()
Copyright © 2017–2025 Hans Jörg Heßmann. All rights reserved.