Class ActionCommandDoc
java.lang.Object
com.iohao.net.framework.core.doc.ActionCommandDoc
Action command document, stores source code information.
- Author:
- 渔民小镇
- date:
- 2022-01-22
-
Field Summary
FieldsModifier and TypeFieldDescriptionintintLine where the code is locatedMethod return value descriptionint -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
subCmd
public int subCmd -
actionCommand
-
classLineNumber
public int classLineNumber -
classComment
-
lineNumber
public int lineNumberLine where the code is located -
comment
-
methodReturnComment
Method return value description -
methodParamComment
-
-
Constructor Details
-
ActionCommandDoc
public ActionCommandDoc()
-