public class AsmDocumentation extends AsmModelElement
checked, threaded, tracer| Modifier and Type | Method and Description |
|---|---|
String |
getBrief()
Returns the brief (intended to be one line) documentation.
|
String |
getFull()
Gets the full, multi-line documentation.
|
void |
setBrief(String brief)
Sets the brief (intended to be one line) documentation.
|
void |
setFull(String full)
Sets the full, multi-line documentation.
|
getCodeSource, setCodeSourcegetChecked, getThreaded, getTracer, setChecked, setDefaultTracePrefix, setTracerpublic final String getBrief()
public final void setBrief(String brief)
brief - Set the brief (one line) documentation.public final String getFull()
public final void setFull(String full)
full - The full documentation String.Copyright © 2016 Neeve Research, LLC. All Rights Reserved.