Package org.commonmark.internal.inline
Class LinkResultImpl
java.lang.Object
org.commonmark.internal.inline.LinkResultImpl
- All Implemented Interfaces:
LinkResult
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
private final Node
private final Position
private final LinkResultImpl.Type
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNode()
getType()
If aLinkInfo.marker()
is present, include it in processing (i.e.boolean
-
Field Details
-
type
-
node
-
position
-
includeMarker
private boolean includeMarker
-
-
Constructor Details
-
LinkResultImpl
-
-
Method Details
-
includeMarker
Description copied from interface:LinkResult
If aLinkInfo.marker()
is present, include it in processing (i.e. treat it the same way as the brackets).- Specified by:
includeMarker
in interfaceLinkResult
-
getType
-
getNode
-
getPosition
-
isIncludeMarker
public boolean isIncludeMarker()
-