public class BytecodeMethodSignature extends Object
| Constructor and Description |
|---|
BytecodeMethodSignature(BytecodeTypeRef aReturnType,
BytecodeTypeRef[] aArguments) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsAnyMatches() |
BytecodeTypeRef[] |
getArguments() |
BytecodeTypeRef |
getReturnType() |
boolean |
matchesExactlyTo(BytecodeMethodSignature aSignature) |
String |
toString() |
public BytecodeMethodSignature(BytecodeTypeRef aReturnType, BytecodeTypeRef[] aArguments)
public BytecodeTypeRef getReturnType()
public BytecodeTypeRef[] getArguments()
public boolean matchesExactlyTo(BytecodeMethodSignature aSignature)
public boolean containsAnyMatches()
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.