de.uni_paderborn.fujaba.basic
Class SourceCodeToken

java.lang.Object
  extended byde.uni_paderborn.fujaba.basic.TemplateToken
      extended byde.uni_paderborn.fujaba.basic.SourceCodeToken

public class SourceCodeToken
extends TemplateToken

No comment provided by developer, please add a comment to improve documentation.

Version:
$Revision: 1.9 $
Author:
$Author: schneider $

Constructor Summary
SourceCodeToken(java.lang.String code)
          Constructor for class SourceCodeToken
 
Method Summary
 java.lang.String getCode()
          Get the code attribute of the SourceCodeToken object
 java.lang.String getSourceCode(de.upb.tools.fca.FHashMap parameter)
          Get the sourceCode attribute of the SourceCodeToken object
 java.lang.String setCode(java.lang.String code)
          Sets the code attribute of the SourceCodeToken object
 
Methods inherited from class de.uni_paderborn.fujaba.basic.TemplateToken
getCodeBlock, setCodeBlock
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceCodeToken

public SourceCodeToken(java.lang.String code)
Constructor for class SourceCodeToken

Parameters:
code - No description provided
Method Detail

setCode

public java.lang.String setCode(java.lang.String code)
Sets the code attribute of the SourceCodeToken object

Parameters:
code - The new code value
Returns:
No description provided

getCode

public java.lang.String getCode()
Get the code attribute of the SourceCodeToken object

Returns:
The code value

getSourceCode

public java.lang.String getSourceCode(de.upb.tools.fca.FHashMap parameter)
Get the sourceCode attribute of the SourceCodeToken object

Specified by:
getSourceCode in class TemplateToken
Parameters:
parameter - No description provided
Returns:
The sourceCode value