xjavadoc
Interface Type

All Known Subinterfaces:
XField, XParameter
All Known Implementing Classes:
AbstractType, FieldImpl, ParameterImpl, ReturnType

public interface Type

Everything that can have a type implements this interface

Author:
Aslak Helles�y

Method Summary
 int getDimension()
          Returns the dimension as an int
 java.lang.String getDimensionAsString()
          Returns the dimension as a String, "", "[]", "[][]" etc.
 XClass getType()
          Get type
 

Method Detail

getDimension

int getDimension()
Returns the dimension as an int

Returns:
dimension as an int

getDimensionAsString

java.lang.String getDimensionAsString()
Returns the dimension as a String, "", "[]", "[][]" etc.

Returns:
dimension as a String

getType

XClass getType()
Get type

Returns:
type