com.ibm.dse.tools.workbench.tbg
Class TagComment

java.lang.Object
  |
  +--com.ibm.dse.tools.workbench.tbg.TagComment

public class TagComment
extends java.lang.Object
implements TagProcessor

This class implements an comment TBG tag.


Fields inherited from interface com.ibm.dse.tools.workbench.tbg.TbgNames
ATTRIB_LAST, ATTRIB_SEP, ATTRIBUTE, END_SIMPLE_TAG, END_TAG, INI_FINAL_TAG, INI_TAG, LITERAL, LITERAL_LAST1, LITERAL_LAST2, LITERAL_LAST3, LITERAL_SEP1, LITERAL_SEP2, LITERAL_SEP3
 
Constructor Summary
TagComment()
          This constructor creates a TagComment object.
 
Method Summary
 java.lang.String generate(TbgContext aContext)
          Returns an empty value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagComment

public TagComment()
This constructor creates a TagComment object.
Method Detail

generate

public java.lang.String generate(TbgContext aContext)
Returns an empty value.

Ignores the actual expression because the tag is just a comment.

Specified by:
generate in interface TagProcessor
Parameters:
aContext - TbgContext The context of the execution.
Returns:
java.lang.String Returns an empty String to notify this is not a control tag, but has no effect over the result.