railo.transformer.cfml.script
Class DocComment

java.lang.Object
  extended by railo.transformer.cfml.script.DocComment

public class DocComment
extends Object


Constructor Summary
DocComment()
           
 
Method Summary
 void addHint(char c)
           
 void addParam(Attribute attribute)
           
 String getHint()
           
 Attribute getHintAsAttribute()
           
 Map<String,Attribute> getParams()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocComment

public DocComment()
Method Detail

addHint

public void addHint(char c)

addParam

public void addParam(Attribute attribute)

getHint

public String getHint()
Returns:
the hint

getHintAsAttribute

public Attribute getHintAsAttribute()

getParams

public Map<String,Attribute> getParams()
Returns:
the params


Copyright © 2012 Railo