xjavadoc

Interface Type

public interface Type

Everything that can have a type implements this interface

Author: Aslak Hellesxy

UNKNOWN: 25. februar 2003

Method Summary
intgetDimension()
Returns the dimension as an int
StringgetDimensionAsString()
Returns the dimension as a String, "", "[]", "[][]" etc.
XClassgetType()
Get type

Method Detail

getDimension

public int getDimension()
Returns the dimension as an int

Returns: dimension as an int

getDimensionAsString

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

Returns: dimension as a String

getType

public XClass getType()
Get type

Returns: type