|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.erights.e.elib.base.MessageDesc
Safe:
Field Summary | |
private String |
myDocComment
|
private ConstList |
myParams
|
private Object |
myRetType
|
private String |
myVerb
|
private static StaticMaker |
OptMessageDescMaker
|
(package private) static long |
serialVersionUID
|
Fields inherited from interface org.erights.e.elib.serial.Persistent |
HONORARY, HONORED_NAMES |
Constructor Summary | |
MessageDesc(String docComment,
String verb,
ConstList params,
Object retType)
Enabled: @param retType In order to avoid a circular dependency, this variable can hold a Class instead of a SlotGuard, in which case it will be converted to a SlotGuard as needed. |
Method Summary | |
void |
__printOn(TextWriter out)
Enabled: |
String |
getDocComment()
Enabled: |
static StaticMaker |
GetMessageDescMaker()
Enabled: |
ConstList |
getParams()
Enabled: |
ValueGuard |
getReturnType()
Enabled: |
String |
getVerb()
Enabled: |
private void |
printDeclOn(TextWriter out)
|
void |
printHelpOn(TextWriter out)
Enabled: |
static void |
synopsize(TextWriter out,
String str)
Enabled: Without initial newLine, but if anything's printed, with a final one. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static final long serialVersionUID
private static StaticMaker OptMessageDescMaker
private final String myDocComment
private final String myVerb
private final ConstList myParams
private Object myRetType
Constructor Detail |
public MessageDesc(String docComment, String verb, ConstList params, Object retType)
Method Detail |
public static StaticMaker GetMessageDescMaker()
public static void synopsize(TextWriter out, String str) throws IOException
IOException
public String getDocComment()
public String getVerb()
public ConstList getParams()
public ValueGuard getReturnType()
public void __printOn(TextWriter out) throws IOException
IOException
public void printHelpOn(TextWriter out) throws IOException
IOException
private void printDeclOn(TextWriter out) throws IOException
IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |