xjavadoc

Class ReturnType

Implemented Interfaces:
Type

(package private) class ReturnType
extends AbstractType

Implementation of Type for method return types.

Version:
$Revision: 1.3 $

Author:
Aslak Helles?y

Field Summary

private int
_dimension
private String
_dimensionAsString
private MethodImpl
_method
private XClass
_type
private String
_typeString

Constructor Summary

ReturnType(MethodImpl method)

Method Summary

int
getDimension()
String
getDimensionAsString()
XClass
getType()
void
setDimension(int dimension)
void
setType(String typeString)

Methods inherited from class xjavadoc.AbstractType

equals

Field Details

_dimension

private int _dimension


_dimensionAsString

private String _dimensionAsString


_method

private MethodImpl _method


_type

private XClass _type


_typeString

private String _typeString

Constructor Details

ReturnType

public ReturnType(MethodImpl method)

Method Details

getDimension

public int getDimension()
Specified by:
getDimension in interface Type


getDimensionAsString

public String getDimensionAsString()
Specified by:
getDimensionAsString in interface Type


getType

public XClass getType()
Specified by:
getType in interface Type


setDimension

public void setDimension(int dimension)


setType

public void setType(String typeString)