Class MacroMarkerBlockMatcher

    • Constructor Detail

      • MacroMarkerBlockMatcher

        public MacroMarkerBlockMatcher​(String... macroIds)
        Match MacroMarkerBlocks having the passed ids.
        Parameters:
        macroIds - the macro ids to match
    • Method Detail

      • match

        public boolean match​(Block block)
        Description copied from interface: BlockMatcher
        True if the provided block is matched.
        Specified by:
        match in interface BlockMatcher
        Overrides:
        match in class ClassBlockMatcher
        Parameters:
        block - the block to match
        Returns:
        true if the provided block is matched, false otherwise