AST
Class Signatures.MethodSignature

General Info

Type Hierarchy:
java.lang.Object
  extended by AST.Signatures
      extended by AST.Signatures.MethodSignature
Enclosing class:
Signatures

Nested classes/interfaces inherited from AST.Signatures

Description

Member Filters

API level:

Aspect:

Constructors

public Signatures.MethodSignature(java.lang.String s)

Methods

public boolean hasFormalTypeParameters()
public java.util.Collection parameterTypes()
public boolean hasExceptionList()
public boolean hasReturnType()

Fields

protected java.util.Collection parameterTypes
protected Access returnType

Inherited Members

Methods inherited from class AST.Signatures

Methods inherited from class java.lang.Object

clone
equals
finalize
getClass
hashCode
notify
notifyAll
toString
wait
wait
wait

Fields inherited from AST.Signatures