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 booleanprivate final Nodeprivate final Positionprivate 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:LinkResultIf aLinkInfo.marker()is present, include it in processing (i.e. treat it the same way as the brackets).- Specified by:
includeMarkerin interfaceLinkResult
-
getType
-
getNode
-
getPosition
-
isIncludeMarker
public boolean isIncludeMarker()
-