|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.upb.hni.vmagic.util.Comments
public class Comments
Comment utility functions.
Method Summary | |
---|---|
static java.util.List<java.lang.String> |
getComments(VhdlElement element)
Returns the comments in front of the given vhdl element. |
static void |
setComments(VhdlElement element,
java.util.List<java.lang.String> comments)
Sets the comments in front of a vhdl element. |
static void |
setComments(VhdlElement element,
java.lang.String... comments)
Sets the comments in front of the vhdl element. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.util.List<java.lang.String> getComments(VhdlElement element)
element
- the vhdl element
public static void setComments(VhdlElement element, java.util.List<java.lang.String> comments)
element
- the vhdl elementcomments
- a list of line commentspublic static void setComments(VhdlElement element, java.lang.String... comments)
element
- the vhdl elementcomments
- zero or more line comments
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |