org.extendj.ast
Class Signatures.MethodSignature

General Info

Type Hierarchy:
java.lang.Object
  extended by org.extendj.ast.Signatures
      extended by org.extendj.ast.Signatures.MethodSignature
Enclosing class:
Signatures

Nested classes/interfaces inherited from org.extendj.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 org.extendj.ast.Signatures

Methods inherited from class java.lang.Object

clone
equals
finalize
getClass
hashCode
notify
notifyAll
toString
wait
wait
wait

Fields inherited from org.extendj.ast.Signatures