public static class Signatures.MethodSignature extends Signatures
Signatures.ClassSignature, Signatures.FieldSignature, Signatures.MethodSignature
Modifier and Type | Field and Description |
---|---|
protected List |
exceptionList |
protected Collection |
parameterTypes |
protected Access |
returnType |
typeParameters
Constructor and Description |
---|
MethodSignature(String s) |
Modifier and Type | Method and Description |
---|---|
List |
exceptionList() |
boolean |
hasExceptionList() |
boolean |
hasFormalTypeParameters() |
boolean |
hasReturnType() |
Collection |
parameterTypes() |
Access |
returnType() |
List |
typeParameters() |
eat, eof, error, identifier, next
protected Collection parameterTypes
protected List exceptionList
protected Access returnType
public MethodSignature(String s)
public boolean hasFormalTypeParameters()
public List typeParameters()
public Collection parameterTypes()
public List exceptionList()
public boolean hasExceptionList()
public boolean hasReturnType()
public Access returnType()
Copyright © 2021 Soot OSS. All rights reserved.