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:
Parser.Token<D,
T>
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Content
-
Content
-
-
Method Details
-
toString
-
getLocation
Description copied from interface:Parser.Token
Returns the source location of this token.The default implementation returns
null
.- Specified by:
getLocation
in interfaceParser.Token<D,
T> - Returns:
- the source location of this token, or
null
if not available.
-
getText
Description copied from interface:Parser.Token
Returns the text content of this token.- Specified by:
getText
in interfaceParser.Token<D,
T> - Returns:
- the text content of this token.
-
getType
Description copied from interface:Parser.Token
Returns the type of this token.- Specified by:
getType
in interfaceParser.Token<D,
T> - Returns:
- the type of this token.
-
viewContent
-
viewText
-