Class DocCommentProcessor.Parent
java.lang.Object
com.e1c.langtool.v8.dt.bsl.comment.DocCommentProcessor.Parent
- Enclosing class:
- DocCommentProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the current BSL Doc comment object.Gets the parent.
-
Constructor Details
-
Parent
-
-
Method Details
-
getParent
Gets the parent.- Returns:
- the parent or
nullif has no parent.
-
getCurrent
Gets the current BSL Doc comment object.- Returns:
- the current Doc comment object, cannot be
null.
-