Package eu.bandm.tools.ramus.runtime2
Class Content<D,T>
java.lang.Object
eu.bandm.tools.ramus.runtime2.Data
eu.bandm.tools.ramus.runtime2.Content<D,T>
- All Implemented Interfaces:
Token<D,
T>
-
Constructor Details
-
Content
-
Content
-
-
Method Details
-
toString
-
getLocation
Description copied from interface:Token
Returns the source location of this token.The default implementation returns
null
.- Specified by:
getLocation
in interfaceToken<D,
T> - Returns:
- the source location of this token, or
null
if not available.
-
getText
Description copied from interface:Token
Returns the text content of this token.The default implementation returns
null
. -
getType
Description copied from interface:Token
Returns the type of this token. -
viewContent
-
viewText
-
viewType
-