de.uni_paderborn.fujaba.basic
Class TemplateToken

java.lang.Object
  extended byde.uni_paderborn.fujaba.basic.TemplateToken
Direct Known Subclasses:
PlaceHolderToken, SourceCodeToken

public abstract class TemplateToken
extends java.lang.Object

Associations

                    1       tokens {ordered}  n
 TemplateCodeBlock ----------------------------- TemplateToken
                    codeBlock            tokens
 

Version:
$Revision: 1.8 $
Author:
$Author: schneider $

Constructor Summary
TemplateToken()
           
 
Method Summary
 TemplateCodeBlock getCodeBlock()
          Get the codeBlock attribute of the TemplateToken object
abstract  java.lang.String getSourceCode(de.upb.tools.fca.FHashMap parameter)
          Get the sourceCode attribute of the TemplateToken object
 boolean setCodeBlock(TemplateCodeBlock obj)
          Sets the codeBlock attribute of the TemplateToken object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateToken

public TemplateToken()
Method Detail

setCodeBlock

public boolean setCodeBlock(TemplateCodeBlock obj)
Sets the codeBlock attribute of the TemplateToken object

Parameters:
obj - The new codeBlock value
Returns:
No description provided

getCodeBlock

public TemplateCodeBlock getCodeBlock()
Get the codeBlock attribute of the TemplateToken object

Returns:
The codeBlock value

getSourceCode

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

Parameters:
parameter - No description provided
Returns:
The sourceCode value