public interface ITokenTypeToPartitionTypeMapperExtension
ITokenTypeToPartitionTypeMapper that allow to query
for the characteristics of a given partition type, e.g. whether it is
a comment or not.| Modifier and Type | Method and Description |
|---|---|
boolean |
isMultiLineComment(String partitionType)
Returns true of the given partitionType is to be treated as
as a multi line comment.
|
boolean |
isSingleLineComment(String partitionType)
Returns true of the given partitionType is to be treated as
as a single line comment.
|
boolean isMultiLineComment(String partitionType)
boolean isSingleLineComment(String partitionType)
Copyright © 2016. All Rights Reserved.