[SrcML] SrcML DOM: Unit
Status: Beta
Brought to you by:
crashchaos
From: Leif B. <lei...@in...> - 2005-05-18 09:00:10
|
Can anybody explain me this constant variables (found in de.srcml.dom.Unit.java)? I thought I could use them to get the corresponding filename of a unit, at least the comments promise me this. /** The programming language of this SrcML Unit */ public final static String ATTR_LANGUAGE = "language"; /** The filename of this SrcML unit */ public final static String ATTR_FILENAME = "filename"; /** The author of this SrcML unit */ public final static String ATTR_AUTHOR = "author"; > Leif Bladt |